@charset "utf-8";

html,body,div,span,object,iframe,H1,H2,H3,H4,H5,H6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend { 
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	font-size: 100%; 	
	margin: 0px; 
	vertical-align: baseline; 
	font-family: inherit; 
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	color: #989898;
	line-height: 1.6em;
	font-size: 11px;
	font-family: "Microsoft YaHei", Tahoma, Arial;
}
img {
	vertical-align:top;
	border: 0px;
}
a:link {
	color: #989898;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #989898;
}
a:hover {
	text-decoration: underline;
	color: #D9D9D9;
}
a:active {
	text-decoration: none;
	color: #989898;
}

#container {
	height: 750px;
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}
#main {
	width: 760px;
	margin: auto;
}
#header {
	float: left;
	height: 180px;
	width: 760px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center 60px;
}
#menu {
	float: left;
	width: 530px;
	padding-left: 230px;
	padding-bottom: 140px;
	height: 90%;
}
#menu ul {
	list-style-type: none;
	width: 302px;
}
#menu li {
	float: left;
	height: 82px;
	width: 301px;
	margin-bottom: 8px;
}
#menu a:hover {
	padding-left: 1px;
}
#footer {
	float: left;
	height: 42px;
	width: 760px;
	line-height: 43px;
	padding-top: 3px;
	text-align: center;
}
