/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#FFF;}
a:link,a:visited {font-size:12px;text-decoration: none;}

/*页面头部*/
#header {
	width:1003px;
	height:90px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu01 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#menu01 ul {
	float:right;
	list-style:none;
}
#menu01 ul li {
	float:left;
	display:block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	height: 33px;
}
#menu01 ul li a:link{color:#666}
#menu01 ul li a:visited {color:#666}
#menu01 ul li a:hover{color:#333;
	text-decoration: underline;
}
#menu02  {
	WIDTH: 838px;
	height: 55px;
	float: right;
}

