@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #FFF;
}
.oneColFixCtrHdr #container {
	width: 1020px;  /* 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; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
}
.oneColFixCtrHdr #container #header #zzzz {
	margin-top: -80px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	width: 609px;
	height: 164px;
}
.oneColFixCtrHdr #container #header img {
	padding: 7px;
	padding-bottom: 7px;
}
.oneColFixCtrHdr #container #header img #vvvv {
	margin-top: -7px;
	padding-right: 7px;
	padding-left: 7px;
}
.oneColFixCtrHdr #container #header #aaa {
}
.oneColFixCtrHdr #container #header   {
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: -165px;
	font-size: 8px;
	line-height: 30px;
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	height: 600px;
}
.oneColFixCtrHdr #container #mainContent #aaaa {
}
.oneColFixCtrHdr #container #mainContent #bbb2 {
	float: left;
	margin-top: 380px;
	margin-left: 27px;
	margin-right: 20px;
}
.oneColFixCtrHdr #container #mainContent #ccc {
	margin-left: 211px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	margin-left: 300px;
	text-align: left;
	margin-top: -5px;
}
.oneColFixCtrHdr #container #mainContent img {
}
.oneColFixCtrHdr #footer {
	background:#FFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	text-align: center;
	color: #009;
	line-height: 28px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
}
