@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #333;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.oneColFixCtr #container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
}
.oneColFixCtr #mainContent {
	font-size: inherit;
	background-color: #333;
}
