@charset "utf-8";
.oneColFixCtrHdr #body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F3F3f3;
	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: #F3F3f3;
	height: 401px;
	width: 935px;
}
.oneColFixCtrHdr #container {
	width: 928px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	background-color: #F3F3f3;
}
.oneColFixCtrHdr #header {
	padding: 0;
	height: 0px;
	background-color: #F3F3F3;
	border: 0px solid #000000;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	background: #000000;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #F3F3F3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background: 000000;
}	
.oneColFixCtrHdr #menudiv {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F4F4F6;
}
