@charset "UTF-8";
/* CSS Document */

.oneColFixCtrHdr #container {
	min-width: 3600px;
	background: none;
	margin: 0 auto;
	text-align: left;
	padding: none;
}
.oneColFixCtrHdr #header {
	background: none; 
	height: 71px;
	position: absolute;
	margin: 0;
	width: 100%;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	height: 420px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	height: 270px;
	
}
.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 */
}
.nav_bar {
	padding: 0; 
	float: left;
	width: 100%;
	height: 71px;
	padding-right: 10px;
	position: relative;
	z-index: 9999;
}