@import url("header.css");
@import url("leftbar.css");
@import url("mainbody.css");
/*all can use ----*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #363636;
	line-height: 20px;
   }
 
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #363636;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #363636;
}

a:hover {
	color: #DC760A;
}
img{border:0px;}
/*---- all can use */
#Container {
	width: 950px;
	margin:auto;
	overflow: hidden;
}
#pagebody{
    width: 950px;
	margin:auto;
	overflow: hidden;
    background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
/*footer*/
#footer{
    width:950px;
	margin:auto;
	overflow: hidden;
}
#key_tiaowen1{
	height:4px;
	background-image: url(../images/pic_bgtiaowen.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
#keywords{
    height:24px;
	text-align:center;
	margin:auto;
}
#key_tiaowen2{
	height:4px;
	background-image: url(../images/pic_bgtiaowen.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
}
#copyright{
    text-align:center;
}	
