body  {
	background: #003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}

.oneColFixCtr #lpcontainer {
	width: 533px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/waterleaf_lores.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333;
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #lpcontainer #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 5px;
	clear: none;
	float: right;
	border: thin solid #063;
	line-height: 24px;
	font-weight: normal;
}

#topIntroText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #039;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px;
}
