@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #333333;
	font-size: 12px;
	overflow-x:hidden;
}
html{overflow-x: hidden}
ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
li{
	float: left;
	background-image: url(../images/line2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
a{
	color: #999999;
	text-decoration: none;	
}
a:hover{
	color: #333333;
	text-decoration: none;
}
.more a{
	color: #000000;
	text-decoration: none;
}
.more a:hover{
	color: #999;
	text-decoration: none;
}
.clear{
	clear:both;
	height:0px;
	line-height:0px
	
}
#home {
	border: 1px solid #F2F2F2;
	width: 1004px;
	clear: both;
	margin:0 auto;
}
#content {
	border: 1px solid #F2F2F2;
	width: 1004px;
	background-image:url(../images/bg_left.jpg);
	clear: both;
	margin:0 auto;
}
#copyright{
	background-image: url(../images/copyright.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 1003px;
}
#left{
	width:299px;
	float:left;
	clear: both;
}
#right{
	width:704px;
	float:left;
	bgcolor:#ffffff;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	overflow: hidden;
}
