/*Creat by Cage @ 2009.12.29*/


*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
}
body{
	font-size:12px;
	color: #fff;
	font-family: "Microsoft YaHei" ! important;
	font-family: 'Lucida Grande','Lucida Sans Unicode','ËÎÌå','ÐÂËÎÌå',arial,verdana,sans-serif;
	line-height: 150%;
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: repeat-x;
	background-color: #8c2016;
}
a{
	color: #fff;
}




#wrapper{
	width: 980px;
	margin: auto;
}



#title{
	/*background-image: url(../images/top-bar-bg.gif);*/
	width: 980px;
	height: 60px;
	margin: 18px auto;
	
}

h1{
	background: url(../images/h1.gif);
	width: 186px;
	height: 60px;
	text-indent: -99999px;
	margin: auto;
}
#main-nav{
	width: 893px;
	height: 314px;
	margin: auto;
	padding-bottom: 10px;
}

#nav{
	width: 852px;
	height: 203px;
	margin: auto;
}

#footer{
	
}


#sub-nav{
	width: 890px;
	height: 50px;
	border-bottom: 1px solid #8d5151;
	border-top: 1px solid #8d5151;
	margin: 20px auto;
}
#sub-nav ul{
	width: 780px;
	height: 30px;
	margin: 10px auto;
}
#sub-nav li{
	width: 130px;
	float: left;
}
#sub-nav li a{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #fff;
}

#adress{
	width: 890px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}