*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	color:#000;
	}
a{
	font-weight:bold;
	}
a:hover{
	color:#F60;
	text-decoration:none;
	}
html {
	background: #e3e3e3;
}
body{
	font-size:11px;
	background: #e3e3e3;
	}
#container{
	width:960px;
	height:auto;
	margin:0px auto;
	}
#top{
	width:960px;
	height:116px;
	background:url(../images/logo_bg.gif) 0 0 repeat-x;
	}
#top #logo{
	width:300px;
	height:116px;
	float:left;
	}
#top #logo .up{
	width:240px;
	height:50px;
	margin-left:30px;
	margin-top:30px;
	}
#top #logo .down{
	width:300px;
	height:36px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:36px;
	letter-spacing:1px;
	}
#top #logoright{
	width:660px;
	height:116px;
	float:left;
	}
#top #logoright .search{
	width:350px;
	height:25px;
	margin-left:300px;
	margin-top:75px;
	}
#top #logoright .search .left{
	width:215px;
	height:25px;
	float:left;
	}
#top #logoright .search .left input{
	width:200px;
	height:25px;
	font-size:18px;
	line-height:25px;
	}
#top #logoright .search .right{
	width:85px;
	height:25px;
	float:left;
	}
#top #logoright .search .right input{
	width:82px;
	height:25px;
	background:url(../images/search.gif) no-repeat;
	cursor:pointer;
	}
#nav{
	width:960px;
	height:48px;
	background:url(../images/nav_bg.gif) 0 0 repeat-x;
	}
#nav ul li{
	height:48px;
	display:block;
	text-align:center;
	border-right:1px dashed #999;
	display:inline;
	float:left;
	}
#nav ul li a{
	margin-left:14px;
	margin-right:14px;
	color:#FFF;
	font-size:13px;
	line-height:48px;	
	}
#nav ul li a:hover{
	color:#F60;
	}

#main{
	width:960px;
	}
#foottag{
	background:#e3e3e3;
	width:960px;
	height:25px;
	line-height:25px;
	float:left;
	border-top:3px solid #FFF;
	display:inline;
	margin-top:10px;
	}
#foottag ul li{
	float:left;
	}
#foottag ul li a{
	margin-left:10px;
	margin-right:10px;
	color:#F60;
	}
#foottag ul li a:hover{
	text-decoration:underline;
	}
#footer{
	width:960px;
	height:47px;
	float:left;
	background:url(../images/footer_bg.gif) repeat-x;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	line-height:47px;
	font-size:12px;
	}
