@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: normal;
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 0 0px 0 0px; 
}

.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 0px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 70px; 
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 70px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}

