body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #363636;
	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: #000000;
}

.oneColElsCtrHdr #container {
	width: 970px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #363636;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #111111; 
	border: 5px solid #282828;
} 

.oneColElsCtrHdr #img_header { 
	background: #111111; 
	border: 5px solid #282828;
	margin-top:10px;
	margin-bottom:10px;
} 

.oneColElsCtrHdr #menu_header { 
	background: #111111; 
	border: 5px solid #282828;
	margin-top:10px;
	margin-bottom:10px;
	height:60px;
	background-image:url(images/menu.jpg);
}
.oneColElsCtrHdr #menu_header ul {
margin-left:-30px;
margin-top:10px;
}

.oneColElsCtrHdr #menu_header ul li {
color:#808080;
font-family:Geneva, Arial, Helvetica, sans-serif;
list-style-type: none;
display:inline-block;
font-size:12px;

border-right: 1px solid #575757;
text-align:center;
padding-top:5px;
padding-bottom:5px;
float:left;
height:30px;
line-height:30px;
padding-left:12px;
padding-right:12px;


}

.oneColElsCtrHdr #menu_header ul li a {
color:#808080 ;
text-decoration:none;
}

.oneColElsCtrHdr #menu_header ul li a:hover {
color:#FFFFFF;
}

.oneColElsCtrHdr #img_header h1 {
font-family:Georgia;
font-size:28px;
height:60px;
display:block;
color:#fff;
float:left;
position:absolute;
padding-left:25px;
font-weight:normal;
margin-top:50px;
}

.oneColElsCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; 
	background: #181617;
	color:#FFFFFF;
	border: 5px solid #282828;
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image:url(images/spacer.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
	#background-position:5px 15px;
	padding-top:20px;
	padding-bottom:20px;
}


.oneColElsCtrHdr #mainContent a {
color:#BC0001;
text-decoration:none;
}

.oneColElsCtrHdr #mainContent a:hover {
color:#fff;
text-decoration:underline;
}

.oneColElsCtrHdr #footer {
margin-top:10px;
	padding: 0 5px;
	padding-left:25px;
	background:#282828;
	font-size:10px;
	margin-bottom: 20px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; 
	padding: 5px 0;
	color:#B8B8B8;
}