*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	min-width:1002px;
}
body{
	font:12px/14px Arial, Helvetica, sans-serif;
	position:relative;
	color:#2b2b2b;
}
a{
	color:#0a4856;
	text-decoration: underline;
}
a:hover{text-decoration:none;}
.wrap{
	overflow:hidden;
	width:100%;
}
.container{
	width:1144px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.header{
	height:93px;
	position:relative;
}
.header .logo{
	position:absolute;
	left:94px;
	top:5px;
	background:url(../images/logo.png) no-repeat;
	width:219px;
	height:65px;
	text-indent:-9999px;
	overflow:hidden;
}
.header .logo a{
	display:block;
	height:65px;
	overflow:hidden;
}
.header .text{
	position:relative;
	left:378px;
	top:27px;
	width:750px;
	font-size:13px;
	line-height:21px;
	font-style:italic;
}
.sidebar{
	float:left;
	width:160px;
}
.banner1{
	width:728px;
	margin:8px auto 0;
}
.banner2{
	width:970px;
	margin:8px auto 0;
}
.banner3{
	width:970px;
	margin:8px auto 0;
}
.banner1 img,
.banner2 img,
.banner3 img,
.banner-left img{
	display:block;
}
.content{
	float:left;
	width:976px;
	margin-left:8px;
}
.frame{
	margin:10px auto 0;
	width:942px;
}
.frame img{
	display:block;
}
.footer{
	text-align:center;
	margin:25px 0 0;
}