@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #000;
	background-color: #000;
}

.oneColFixCtrHdr #header {
	background-color: #000;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	float: left;
	width: 960px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#logo {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}
#bannerInfo {
	font-weight: bolder;
	color: #FFF;
	float: right;
	padding-top: 15px;
	margin-right: 15px;
}

.oneColFixCtrHdr #mainContent {
	text-align: left;
	color: #ccc;
	clear: both;
	float: left;
	margin-bottom: 25px;
}








.oneColFixCtrHdr #footer {
	color: #666;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	float: left;
	width: 960px;
}



.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: 9px;
	color: #666;
}

#copyright {
	width: 200px;
	float: left;
	text-align: left;
	padding-left: 15px;
	color: #CCC;
}
#footerLinks {
	margin-left: 292.5px;
	text-align: center;
	width: 375px;
	color: #CCC;
}
#footerLogo {
	float: right;
	padding-right: 15px;
}
#cgcLogo {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: center;
	padding-right: 15px;
}

