@charset "iso-8859-1";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#000;
	font: small/120% arial,helvetica,clean,sans-serif;
}
h1,h2,form{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}

h2{
	margin:15px 10px 5px 5px;
	float:right;
	font-size:medium;
	color:#999;
}

#head{
	width:1000px;
	height:80px;
	background-color:#fff;
	margin:0px auto 0px auto;
	background-image:url(head_bg.gif);
}

#head img{
	float:left;
}
#head #menu{
	float:right;
	width:780px;
	margin:5px 0px 5px 0px;
	text-align:center;
	color:#ccc;
	font-size:14px;
	font-weight:bold;
}
#head #menu a{
	color:#da251d;
}
#head #menu a:hover{
	color:red;
}
#head h2{
	width:760px;
	text-align:right;
}
#foot{
	clear:both;
	width:1000px;
	height:37px;
	line-height:30px;
	background-image:url(foot_bg.gif);
	margin:0px auto 0px auto;
	text-align:right;
	color:#666;
}
#foot a{
	color:blue;
}
#index_link{
	width:990px;
	background-color:#fff;
	margin:0px auto 0px auto;
	text-align:center;
	padding:5px 0px 5px 0px;
	border:5px solid #ddd;
}

#main{
	width:990px;
	padding:2px 5px 2px 5px;
	margin:auto;
	margin:0px auto 0px auto;
	background-color:#fff;
}
#main #left{
	width:826px; float:left;
}
#main #right{
	width:160px; margin-left:4px; float:right;
}
h1{
	clear:both;
	background-image:url(h1_bg.gif);
	height:35px;
	font-size:large;
	line-height:35px;
	color:#aa0c09;
	padding-left:15px;
	border-right:1px solid #e1e5ee;
	margin:5px 0px 5px 0px;
}

.index_box{
	height:140px;
	margin:2px;
	width:268px;
	float:left;
	
	border: 1px solid #a2b7db;
	background-color:#fff;
	background-image:url(box_content_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.index_box .name{
	height:25px;
	line-height:25px;
	font-size:medium;
	font-weight:bold;
	background-color:#dae3f1;
	
	background-image:url(box_title_bg.gif);
	background-repeat:no-repeat;
	padding-left:5px;
}
.index_box .name a{
	color:#ff6600;
}
.index_box .name a:hover{
	color:red;
}
.index_box a{
	display:block;
	float:left;
}
.index_box img{
	border:1px solid #666; padding:2px; margin:5px;
}
.index_box .desc{
	margin:5px;
	float:right;
	color:#000000;
	width:155px;
	line-height:110%;
}
.index_more{
	display:block;
	clear:both;
	font-size:large;
}

.list{
	clear:both;
}
.list .name{
	height:25px;
	line-height:25px;
	font-size:large;
	font-weight:bold;
}
.list .name a{
	color:#ff6600;
}
.list .name a:hover{
	color:red;
}
.list img{
	float:left; border:1px solid #666; padding:2px; margin:5px;
}
.list .desc{
	margin:5px;
	float:right;
	color:#000000;
	text-align:justify;
	width:710px;
}
.list a.more{
	clear:both;
	width:260px;
	margin-right:5px;
	display:block;
	float:right;
	text-align:right;
	color:#ff6600;
	font-weight:bold;
}
.list a.more:hover{
	color:red;
}
.list hr{
	clear:both;
}

.list_page{
	float:right;
}
.list_page div{
	font-weight:bold;
	border:1px solid #dee7eb;
	margin:2px 3px 2px 3px;
	padding:2px 5px 2px 5px;
	float:left;
}
.list_page div.current{
	background-color:#f4f4f4;
}
.list_page div.other{
	background-color:white;
}
.list_page div.none{
	background-color:#f4f4f4;
}

.list_page a{
	color:#0000cc;
	text-decoration:none;
}

.img_feature{
	width:175px;
	height:150px;
	padding:8px 8px 8px 8px;
	background-image:url(img_feature_bg.gif);
	background-repeat:no-repeat;
}

.desc{
	line-height:150%;
	text-align:justify;
}

.banners{margin:0px auto 0px auto; width:1000px; height:100px;}
.banners .b100{width:100px; height:100px; float:left;}
