@charset "gb2312";
/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../images/body.jpg) center 725px no-repeat #A0030E;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
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());
}
a.link2:link {
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a.link2:visited {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}


a.link2:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #009900;
	font-weight: bold;
}
/********************************      General Classes      ********************************/

.clear {clear: both;}
				
.align-left {float: left;}
				
.align-right {float: right;}

/********************************      Body - header     ********************************/
#top_wrap{
     width:100%;
	 height:725px;
	 background:url(top.jpg) repeat-x;
	 margin:0 auto;
}
.top{
	width:1010px;
	height:auto;
	margin:0 auto;
}
.top p{
	width:1010px;
	height:auto;
	float:left;
}
/********************************      main_wrap      ********************************/
.main{
     width:1010px;
	 height:auto;
	 padding-top:60px;
	 margin:0 auto;
}
.main p{
	width:1010px;
	height:auto;
	float:left;
}
.main ul{
     width:1010px;
	 height:auto;
	 background:url(index_16.jpg) repeat-y;
	 float:left;
}	
/********************************      copyright      *******************************/
.copyright{
     width:960px;
	 height:30px;
	 text-align:center;
	 padding-top:6px;
	 float:left;
}