@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background-color:#9f4000;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font-size:75%;
	font-family:"宋体", Arial, sans-serif;
	}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
	}
a,a img{
	text-decoration:none;
	border:none;
	}
#top{
	margin:0 auto;
	width:755px;
	height:128px;
	margin-bottom:15px;
	}
#nav2{
	width:149px;
	height:26px;
	background-image:url(images/nav2_bg.gif);
	background-repeat:no-repeat;
	position:relative;
	left:606px;
	margin-bottom:10px;
	}
#nav2 ul{
	padding:5px 0 0 0;
	}
#nav2 ul li{
	display:inline;
	margin-left:1.5em;
	}
#nav2 ul li a{
	color:#f39800;
	}
#nav2 ul li a:hover{
	color:#4c1200;
	}
#logo{
	width:189px;
	height:86px;
	float:left;
	}
#nav{
	width:541px;
	height:64px;
	float:right;
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	padding:22px 0 0 18px;
	}
