* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/body_bg.jpg);
	background-color: #D5D0BD;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.header {
	height: 78px;
}
.menu_container{
	background-image: url(../images/menu_bg.jpg);
	height: 207px;
	position:relative;
}
.menu {
	height: 285px;
	position: relative;
}
.call {
	height: 61px;
}
.main {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px 20px;
}
.bottom {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
}
.wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.block1, .block2, .block3{
	margin:0px 10px;
	color: #666;
	text-align: justify;
}
.title {
	color: #006293;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu_container .menu {
	position: absolute;
	left: 43px;
	top: 4px;
	width: 238px;
	height: 187px;
}
.menu_container .menu .item {
	margin-top: 13px;
}
.menu_container .menu .item a{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.block1{
	
	float:left;
	width:100px;
}
.block2{
	float:left;
	width:300px;
}
.block3{
	float:left;
	width:300px;
}

.end{
	clear:both;
	height:0px;
}
.footer {
	text-align: center;
	color: #053973;
	font-size: 12px;
	font-weight: bold;
}
.footer .atention, .footer a{
	color: #F60;

}
