@charset "utf-8";
#top{
	width:1000px;
	height:640px;
	margin:0px auto 0px auto;
}
#nav{
	width:788px;
	height:50px;
	margin:0px auto 0px auto;
	background:url(../images/nav.jpg) no-repeat 0px 0px;
}
#nav a{
	float:left;
	display:block;
	width:131px;
	height:32px;
	line-height:32px;
}
#textnav{	
	width:150px;
	height:40px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-family:"微软雅黑",Verdana;
}
#textnav a{
	font-family:"微软雅黑",Verdana;
	font-size:14px;
	color:#010101;
	font-weight:bold;
}
#footer{
	width:530px;
	margin:0px auto 0px auto;
	text-align:center;
	padding:0px 0px 0px 0px;
	color:#999999;
}
#footer span{
	color:#333333;
}