/* CSS Document */
<!--
body {
	margin: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
color: #000000;
text-decoration:none;
}

a:hover {
	color: #555555;
	text-decoration:underline;
}
a:active {
	color: #999999;
}

#all{
	width:1000px;
	text-align:center;
	height:100%;
	margin:0 auto;
	
}
#content{
	width:1000px;	
	float:left;
}
#header{
	width:100%;
	height:117px;
	background:#FFFFFF;
}
#header .logo{
	width:400px;
	float:left;
}
#header .topads{
	width:600px;
	height:80px;
	margin-top:25px;
	float:left;	
	text-align:center;
}
.topline{
	background:#c3c6cd;
	height:5px;
	width:100%;
	float:left;
}
.sp{
	background:#FFFFFF;
	height:2px;
	width:100%;
	float:left;
}
.left{
	width:180px;	
	background:#c3c6cd;
	margin:0;
}
.right{
	width:818px;
	height:100%;
}
#topleft{
	width:100%;
	background:url(images/lefttitle.gif) left no-repeat;
	height:18px;
	margin-top:5px;
	text-align:left;
}
#topleft .ltitle{
	padding-left:50px;
	vertical-align:middle;
	line-height:18px;
	font-weight:bold;
	color:#FFFFFF;
}
.clearfloat {
    height: 0;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.stats{
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
}
.tree{
	text-align:left;
	position:relative;
	overflow:hidden;
}
#bottom{
	width:1000px;
	height:31px;
	text-align:left;
	background:url(images/bt_bg.gif) right top no-repeat;
}
#navbar{
	width:808px;
	height:24px;
	padding-top:2px;
	padding-left:10px;
	color:#000000;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	background:#c3c6cd;
}
#topbox{
	width:818px;
	background:url(images/v_bg.gif);
	height:18px;
}
#topbox .boxleft{
	width:38px;
	height:18px;
	background:url(images/v_left.gif);
	float:left;
}
#topbox .boxtitle{
	width:742px;
	height:18px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	float:left;
	background:url(images/v_bg.gif);
}
#topbox .boxright{
	width:38px;
	height:18px;
	background:url(images/v_right.gif);
	float:left;
}
#box{
	width:800px;
	float:left;
	border:#999999 solid 1px;
	background:#ecedf1;
	text-align:center;
	padding:8px;
}
#bottombox{
	width:818px;
	height:5px;
	background:url(images/v_bt.gif);
	float:left;
}
#abc2{
width:185px;
text-align:center;
margin:5px;
float:left;

}
#abc{
width:190px;
text-align:center;
margin:5px;
float:left;

}
.anh{
height:115px;
width:170px;
padding:5px;
border:#999999 solid 1px;
overflow:hidden;

}
.bor{
width:170px;
height:110px;
overflow:hidden;

}
.chu{
padding-top:5px;
overflow:hidden;
width:150px;
height:15px;
line-height:15px;
text-align:center;
}



-->