@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #b6c5b2;
	background-image: url(../images/bkg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 70px;
}
.oneColFixCtr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bkg2.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 454px;
	width: 510px;
	vertical-align: bottom;
}
.oneColFixCtr #container #mainContent p {
	font-size: 0.9em;
	line-height: 1.2em;
}
.oneColFixCtr #container #mainContent h2 {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent h1 {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#dots {
	padding-top: 128px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 197px;
}
