@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0 auto;
	text-decoration:none;
	}
body{	
	background:url(bg.gif);
	font:georgia, Verdana, Arial, Helvetica,sans-serif;
	font-size:14px;
	}
a:link{
	color:#990000;
	}
a:visited{
	color:#A0040F;
	}
a:hover{
	color:#CC0000;
	}
#main{
	background:#ffffff;
	width:800px;
	}
#menu{
	width:800px;
	height:33px;
	background:url(menu.jpg);
		
	}
#menu td{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	}
#menu td a{
	color:#FFFFFF;
	}
#menu td a:hover{
	color:#FFFFCC;
	}
#banner{
	width:800px;
	height:180px;	
	}
#box{
	width:800px;
	padding-top:10px;
	padding-bottom:10px;	
	}
.menulist ul{
	margin-left:15px;
	list-style:circle;
	}
.menulist li{
	font-weight:bold;
	width:92%;
	color:#990000;
	display:block;
	line-height:20px;
	border-bottom:1px solid #EEE5E1;
	}
#adr{
	width:212px;
	height:116px;	
	background:url(dz_bg.gif);
	margin-top:10px;
	}
#contant{
	width:305px;
	height:140px;
	text-align:left;
	font-weight:bold;
	color:#990000;
	background:url(adrbg.gif);
	font-size:16px;
	margin-top:10px;
	padding:20px;
	line-height:24px;
	}
#bottom{
	width:800px;
	height:50px;
	font-size:12px;
	line-height:24px;
	background:#9F040F;
	color:#ffffff;
	text-align:center;
	}

#pictable img{
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	}










