@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
}
* table tr,td,th {
	padding: 5px;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #E8EBEF;
}
#header {
	background-color: #FFFFFF;
	height: 112px;
	width: 745px;
	padding-left: 35px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	float: left;
	margin-top: 33px;
}
.more{
	display: block;
	border: 1px solid #CCCCCC;
	background-image: url(point.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	float: left;
	width: 55px;
}

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#footer #footer_logo {
	float: left;
}
#footer #copyright {
	float: left;
	padding-left: 20px;
}
#footer #copyright p {
	line-height: 16px;
	color: #A6A6A6;
}
#footer  #copyright  p a {
	color: #A9ABAD;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#footer #copyright p .other {
	margin-left: 0px;
}
