@charset "gb2312";
/* CSS Document */
body{
	background-image: url(bj.jpg);
    padding-bottom: 0px;
    margin: 0px auto;
    padding-left: 0px;
    background-attachment: fixed;
    padding-right: 0px;
    background-repeat: no-repeat;
    font-family:"Î¢ÈíÑÅºÚ",Arial, Helvetica, sans-serif;
    background-position: center center;
    color:#5b513c;
    font-size: 12px;
    padding-top: 0px;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, label, input, textarea, img, span, em, strong{
	margin:0; padding:0; font-style:normal;
}

ul, ol, li{
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:12px;
}
a{
    color:#4A4A4A; 
	text-decoration:none;
} 
a:hover{
    color:#000;
	text-decoration:underline;
	blr:expression(this.onFocus=this.blur());
}

/********************************      General Classes      ********************************/

.clear {clear: both;}
				
.align-left {float: left;}
				
.align-right {float: right;}

/********************************      Body - header     ********************************/
#body_wrap{
     width:999px;
	 height:auto;
	 margin:0 auto;
}
.header{
	width:999px;
	height:280px;
	background:url(head.jpg) no-repeat;
}
.header h1{
	width:550px;
	height:100px;
	background:url(../images/logo.png) 0 0 no-repeat;
	overflow:hidden;
	float:left;
}
.header h1 a{
	width:550px;
	height:100px;
	text-indent:-10000px;
	display:block;
}
.menu{
	width:999px;
	height:36px;
	background:url(menu.jpg) no-repeat;
	float:left;
}
.menu ul{height:26px; float:left;}
.menu ul li.a0{float:left;}
.menu ul li.a0 a{width:88px; height:26px; display:block; overflow:hidden; text-indent:-1001px; float:left;}
.menu ul li.a1{float:left;}
.menu ul li.a1 a{width:96px; height:26px; display:block; overflow:hidden; text-indent:-1001px; float:left;}
.menu ul li.a2{float:left;}
.menu ul li.a2 a{width:114px; height:26px; display:block; overflow:hidden; text-indent:-1001px; float:left;}

/********************************      main_wrap      ********************************/
.main ,.main2{
     width:979px;
	 height:auto;
	 background:#FFF;
	 padding:0px 10px 0px 10px;
	 float:left;
}
.main h2, .main2 h2{
     width:979px;
	 height:auto;
	 margin-top:10px;
	 float:left;
}
.main ul, .main2 ul{
     width:979px;
	 height:auto;
	 float:left;
}
.main ul td{
	 line-height:22px;
	 font-size:14px;
}
.main ul td a{
	 color:#FF0000;
	 font-size:14px;
	 font-weight:bold;
}
.main2 ul td{
	 line-height:22px;
	 font-size:12px;
}
/********************************      copyright      *******************************/
.copyright{
     width:999px;
	 height:30px;
	 text-align:center;
	 line-height:30px;
	 background:url(warp_bottom.jpg) no-repeat;
	 float:left;
}
.copyright a{
	 color:#E28A04;
}
.copyright a:hover{
	 color:#FFF;
}