@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: left;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 177px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 81px;
}
.oneColFixCtrHdr #mainContent {
	height: 112px;

}
#imgtopleft {
	float: left;
	height: 177px;
	width: 444px;
}
#imgtopright {
	float: left;
	height: 177px;
	width: 511px;
}
#imgmidleft {
	float: left;
	height: 111px;
}
#button1 {
	float: left;
	height: 112px;
	width: 123px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#button3 {
	float: left;
	height: 112px;
	width: 84px;
}
#button4 {
	float: left;
	height: 112px;
	width: 110px;
}
#imgmidright {
	float: left;
	height: 112px;
	width: 511px;
}
#button2 {
	float: left;
	height: 112px;
	width: 127px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.oneColFixCtrHdr #footer {
	height: 396px;

}
.oneColFixCtrHdr #footer p {

}
#imgbotleft {
	float: left;
	height: 396px;
	width: 444px;
}
#imgbotleft {
	float: left;
	height: 396px;
	width: 444px;
}
#imgbotright {
	float: left;
	height: 396px;
	width: 511px;
}
#imgbotright {
	height: 396px;
	width: 511px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #E7C911;
}
