


body{
	background:#262626;
	font-family:Arial, "\5b8b\4f53";
}

#wrapper{
	background:url(http://ue2.17173.itc.cn/images/tf/2011/wrapper.jpg) center top no-repeat;
}

/*the header*/
#header{
	width:960px;
	margin:0 auto;
	padding-top:105px;
}

.logo{
	display:block;
	width:400px;
	height:125px;
	margin-bottom:50px;
}

.main-nav{
	width:960px;
	height:50px;
	background:url(http://ue1.17173.itc.cn/images/tf/2011/sprite.gif) left top no-repeat;
}

.main-nav ul li{
	float:left;
}

.main-nav ul li a{
	display:block;
	width:182px;
	height:50px;
}

.sub-nav{
	width:958px;
	height:54px;
	line-height:55px;
	background:url(http://ue2.17173.itc.cn/images/tf/2011/sub-nav.gif) left top repeat-x;
	border-left:1px solid #030000;
	border-right:1px solid #030000;
	clear:both;
}

.sub-nav ul{
	padding-left:20px;
}

.sub-nav ul li{
	float:left;
	font-size:14px;
	color:#e2dbbf;
}

.sub-nav ul li a{
	font-size:14px;
	color:#9e9987;
	margin:0px 9px 0 9px;
	display:inline;
}

.sub-nav ul li a:hover{
	text-decoration:underline;
}


/*the content*/

#content{
	width:960px;
	margin:0 auto;
}



/*the footer*/
#footer-box{
	background:#131313;
	margin-top:22px;
	padding:10px 0 20px 0;
}




