@charset "utf-8";


body {
	background:#fff;
	color:#000;
	font:normal 12px Arial, Helvetica, sans-serif;
	width:1000px;
	margin:0 auto;
	text-align:center;
}

header {
	height:232px;
	width:1000px;
}
.banners {
	float:left;
	width:920;
	margin-top:5px;
	margin-left:15px;
}
.banners img{
	border:3px solid #000;
}
.botthumbs {
	float:left;
}
.botthumbs img {
	border:1px solid #000;
	width:186px;
}
.thumbs {
	width:960px;
}
.related {
 width:1000px;
 }
.thumbs img {
	border:2px solid #000;
	margin:2px;
}
.related img {
	border:2px solid #000;
	margin:2px;
}
.thumbs p {
	float:left;
}
.related p {
	float:left;
}
.txtbot {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#206189;
}
.txtbot a{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.clear {
	clear:both;
}
