@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
li{ list-style-type:none;}
img{
	border:0px;
}
body{
	background-color:#CCC;
	font-size:12px;
	font-family:"����";
}
#main{
	margin:auto auto;
	background-color:#FFF;
	width:998px;
	}
#top{ width:998px; height:121px; background:url(../images/bg_top.gif) repeat-x;}
#daohang{ width:998px; height:31px; background:url(../images/bg_daohang.gif) repeat-x;}
#daohang ul{ float:left; width:800px; height:31px;}
#daohang ul li{ float:left; width:150px; height:31px; line-height:31px; font-weight:bold; text-align:center; font-size:14px}
#content{ width:998px;}
a{ color:#333}
