@charset "UTF-8";
.oneColFix #container {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFix #mainContent {
	margin-top: 15px; border: solid 1px #999; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFix #mainContent h1 { clear:both;}
.oneColFix #mainContent .wrap {margin: 15px;}

.oneColFix #footer {clear: both;}
