@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	font-size: 12px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	background-color: #1E1E1E;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-color: #1E1E1E;
}
.oneColFixCtrHdr #header {
	height: 200px;
	background-image: url(images/header_bg.gif);
}
#navigation {
	height: 36px;
	text-align: center;
	background-image: url(images/nav_bg.gif);
}
#sub_nav {
	background-color: #2b2b2b;
	height: 20px;
}


.oneColFixCtrHdr #mainContent {
	background: #1e1e1e;
	float: left;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 10px;
	color: #646464;
	padding-top: 20px;
	float: left;
	width: 760px;


}
.oneColFixCtrHdr #footer p {
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContentLeft {
	float: left;
	width: 520px;
}
#mainContentRight {
	float: right;
	width: 240px;
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
