@charset "UTF-8";
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left;
	height: 20px;
	left: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	width: 100%;
}
.oneColFixCtrHdr #header h1 {
	background-color: #000000;
}
.oneColFixCtrHdr #mainContent {
	left: 0px;
}
.oneColFixCtrHdr #footer {
	width: 100%;
	background-color: #BBBBBB;
	height: 30px;
}
.oneColFixCtrHdr #footer p {
}

