@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 150px;
	background-color: #000000;
}
.oneColFixCtrHdr #container #header img {
}

.oneColFixCtrHdr #container #header img {
	position: inherit;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #mainContent table {
	padding-top: 40px;
}
.oneColFixCtrHdr #container #header .oneColFixCtrHdr {
	width: 100%;
}
