body{
background-color: #024d62;
margin-left: 0px; margin-right: 0px; margin-top: 20px; margin-bottom: 0px; }


.oneColFixCtr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 1337px;*/
	margin: 0 auto; /* 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/background.jpg);
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



img {
	border: 0px;
}
