body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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: #000000;
	background-color: #CCC; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.oneColFixCtrHdr {
	background: #FFFFFF;
	padding: 10px;
	font-size: 24px;
}

.oneColFixCtrHdr #mainContent {
	font-size: 18px;
}

.oneColFixCtrHdr #mainContent h1 {
	font-size:22px;
}

.oneColFixCtrHdr #mainContent h2 {
	font-size:20px;
}

.oneColFixCtrHdr #final {
	text-align: center;
	padding: 5px;
	font-size: 18px;
}

