
#wrap{
	width:1200px;
	height:560px;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 auto;
	background:#FFF;
	padding-top:30px;
	}
#menu{
	float:left; 
	width:190px;
	background:url(../images/shuxian.jpg) no-repeat right center;
	}
#menu ul{
}
#menu li{
	height:180px; 
	text-align:center;
	border:#CCC 1px solid;}
	
#menu a{color:#333;
font-size:10pt;
text-decoration:none; 
display:block;}
#menu a:hover,#menu .on a{
	color:#fff;
	height:180px;
	background:#609ee9;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}
#content{
	float:left;
	width:900px;
	margin-left:20px;}
#content h1{
	font-size:16px; 
	font-weight:normal; 
	margin:0; 
	padding:0; 
	margin-bottom:8px}
#content ul{
	list-style:none; 
	margin:0; 
	padding:0}
#content li{padding:3px}
#copy{clear:both}

