*{
	margin:0;
	padding:0;
}
#wrapper{
	width:974px;
	margin:0 auto;
}
.boxlogo{
	width: 80%;
	overflow:hidden;
	height: 150px;
}
div.logo{
	width:  80%;
	height: 150px;
	float:left;
	margin:8px 10px 0 2px;
}
a.logo{
	display:block;
	width: 80%;
	height: 150px;
	background:url(../images/logo.png) no-repeat left top;
}
div.topmenu{
	padding-top:24px;
	float:right;
}
.header{
	background:url(../images/.jpg) no-repeat center top;
	height:316px;
}
.header .img {
	padding:101px 0 0 32px;
}
.searchbox{
	padding:91px 2px;
	text-align:right;
}
.container{
	width:100%;
	overflow:hidden;
	background-color: white;
}
.leftcol,.rightcol{
	width:210px;
	float:left;
	font-size:12px;
	background-color: white;
}
.content{
	width:554px;
	float:left;
	background-color: white;
}
.content-nl{
	width:764px;
	float:left;
	background-color: white;
}
.content-inner{
	padding:0 8px;
	background-color: white;
}
.content-m{
	background:url(../images/bg-hc.gif) repeat-x top;
	background-color: white;
}
.content-l{
	background:url(../images/bg-hl.gif) no-repeat left top;
}
.content-r{
	background: url(../images/bg-hr.gif) no-repeat right top;
	padding:0 10px 26px 10px;
	background-color: white;
}
.footer {			
	background: #377c8a;
	color: #fdf5e6; /*#E7E7DF;*/
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 0px solid black;
	border-left: 0px solid black;
	
}
.footer-inner{
	text-align:center;
	width:894px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
