	*{margin: 0px; padding: 0px;}

	
  
  body{
	/*background:url(../images/bj2.jpg);*/
	background-repeat:no-repeat;
	background-size: cover;
	height: 100%;

}




	header{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		
	}






	footer{
		width: 950px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}







#menu{
	width: 100%;
}

#menu li{
	height: 30px;
/*	background-color: #bf060b;*/
	list-style-image: none;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	float: left;
}



#menu li a{
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;

	display: block; /* 作为一个块 */
	padding-right: 30px; /* 设置块的属性 */
	padding-left: 30px;



	font-size: 16px;
    font-family: 微软雅黑, Courier, monospace;


}












.dhtable{
	width: 80%;
	background: #bf060b;
	

}




.navigation{
	width:950px; 
	height: 30px; 
	margin-top: -5px; 
	background: #bf060b;
	background:url(../images/nav3.jpg);

}





.navigation table a{ 
	text-decoration:none;
	color:#ffffff;


}


.navigation table a:hover{ 
color:yellow;

}








.STYLE11 {font-size: 16px; font-family: "微软雅黑", Courier, monospace;}






#menu li a:hover{
	color:#ffffff;
	background-color: #0099CC;

}





