/*  
Description: BIT SU Virtual Hosting Service
Version: 1.00
Author: llision
Author URI: http://www.llision.cn/
*/

body{
	color:#555;
	font-size:12px;
	font-family:verdana;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

a{
	text-decoration: none;
	color: #333;	
}

a:visited{
	text-decoration: none;
	color: #333;
}

a:hover{
	color: #CC0000;
}

#wrap{
	width:760px;
	margin:20px auto;
	text-align:left;
}

#header{
}

#header h4{
	font-size:24px;
	color:#CC0000;
	margin:0 0 -10px 0;
}

#header h5{
	font-size:12px;
	font-family:verdana;
	margin:0 0 0 5px;
}

#focus{
	margin-top:15px;
	height:200px;
	border-left:4px solid #CC0000;
	background:#555;

}

#focus h6{
	font-size:12px;
	font-weight:normal;
	color:#eee;
	margin:5px;
}

.focust{
	font-size:14px;
	font-weight:normal;
	color:#eee;
	margin:5px;
}

#line{
	border-top:4px solid #CC0000;
}

#intro{
}

#intro h1{
	font-size:20px;
	margin-bottom:0px;
}

#intro h2{
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 10px;
}

#intro h3{
	font-size:12px;
	font-weight:normal;
	color:#999;
	margin:5px 40px 5px 40px;
}

#footer{
	border-top:4px solid #555;
	width:760px;
	text-align:left;
	margin:10px 0 20px 0;
	padding:5px 0 20px 0;
}