* { 
	margin: 0; 
	padding: 0; 
}

body { 
	background: #fff url(../images/body_back.jpg) repeat-x; 
	font-family: Century Gothic, Arial;
	font-size: 14px;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
.container { 
	width: 960px;
	background: none;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 188px;
	background: url(../images/header.jpg) no-repeat;
}
.h_menu {
	display: block;
	float: left;
	height: 314px;
	width: 246px;
	background: #bbb;
	overflow: hidden;
}
.content {
	display: block;
	float: right;;
	height: 314px;
	width: 714px;
	background: #ddd;
	overflow: hidden;
}
.footer {
	height: 88px;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	padding: 50px 0 0 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.footer a {
	color: #fff;
	
}
.footer a:hover { color: orange;}
.lang{
	float: right;
	margin:84px 23px 0 0;
}
.header img {
	float: left;
}
