@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url('img/bground.jpg');
	background-color:#6d6e72;
    background-repeat:repeat-x;	
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;	
	/*overflow-y:scroll;*/
}

.oneColFixCtrHdr #container {
    background-repeat:repeat;	
	width: 900px;  
	margin: 0 auto; 
	text-align: left; 	
}

.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  
	background-image:url('img/header_logo.jpg');
	height:146px;
}
.oneColFixCtrHdr #menu {
	float: left;
	list-style: none;
	margin-top: 104px;
	padding-left: 0px;
	margin-left:-16px;
	width: 100%;	
}
.oneColFixCtrHdr #menu li {
    background: url('img/bullet.jpg') left center no-repeat;
	float: left;
	margin: 0;
	padding-right:4px;	
}

.oneColFixCtrHdr #menu #first a {
	width:45px;
}
.oneColFixCtrHdr #menu #second a {
	width:75px;
}
.oneColFixCtrHdr #menu #third a {
	width:75px;
}
.oneColFixCtrHdr #menu #fourth a {
	width:85px;
}
.oneColFixCtrHdr #menu #fifth a {
	width:85px;
}

.oneColFixCtrHdr #menu a {
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;	
	width:130px;
}

.oneColFixCtrHdr #menu a:hover{
    color:#cc6633;
}

.oneColFixCtrHdr #mainContent {
   	background: #666666;		
	text-align: left; 
	margin-left:86px;	
	margin-top:36px;
	margin-right:76px;
	color:#ffffff;
		
}

.oneColFixCtrHdr #mainContent #front{
    margin-bottom:10px;
	background:url('img/home.png') left center no-repeat;
	background-color:#6d6e72;
	width:742px;
	height:362px;
	margin-top:0px;	
	border:none;
}
.oneColFixCtrHdr #footer {
	padding-top:10px;
	color:#ffffff;
}

.oneColFixCtrHdr #footerb {
	padding-top:10px;
	color:#000000;
}

.anylinkmenu{
position: absolute;
left: 1px;
top: 0;
visibility: hidden;
font: 100% Verdana, Arial, Helvetica, sans-serif;
z-index: 100;
background-image:url('img/menu_background.jpg');
width: 200px; 
text-align:left;
color:#000000;
}

.anylinkmenu ul{
margin: 0;
padding-left: 4px;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
text-indent: 5px;
color:#000000;
background: url('img/small_bullet.jpg') left center no-repeat;
}

.anylinkmenu a:hover{ 
background-image:url('img/menu_background_hover.jpg');
background-repeat:repeat-x;
color: #ffffff;
margin-left:-4px;
width:200px;
}

