/*-------------------------------- CSS 页面布局开始-------------------------------- */

*{
    margin:0;
	padding:0;
}
body{
    font-family:"宋体";
	font-size:12px;
	color:#7B7B7B;
	background:#000000;
}
p{
    margin:8px 0;
}
img{
    display:block;
	overflow:hidden;
    border:0;
}
li{
    list-style:none;
}
a{
    color:#797979;
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	outline: none;
}
a:hover{
    color:#FDC107;
	text-decoration: underline;
}
#wrapper{
    width:1003px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	position: relative;
}
#header{
    width:1003px;
	height:108px;
	overflow:hidden;
	margin:0 auto;
}
#header #top{
    width:1003px;
	height:61px;
	overflow:hidden;
	/*float:left;*/
}
#header #top .logo{
	width:150px;
	float:left;
	padding:5px 0 0 10px;
}
#header #top .topnav{
    height:20px;
	color:#FDC107;
	float:right;
	padding-right:5px;
	padding-top:20px;
}
#header #top .topnav a{
	color:#FDC107;
}
#header #top .topnav a:hover{
	text-decoration:underline;
}
#header #nav{
    width:1003px;
	height:47px;
	padding:13px 10px 0 40px;
	background:url(images/nav_bg.gif) repeat-x;
}
#header #nav a{
	color:#747474;
    font-size:14px;
	font-weight:bold;
}
#header #nav a:hover{
    color:#FDC107;
}
#header #nav li{
    padding:0 20px;
    list-style-type:none;
	float:left;
}

#container{
    width:1003px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:8px 0;
}
#main{
    width:1003px;
	height:auto;
	background:#000;
	margin:0 7px;
}

#footer{
    width:1003px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-top:5px #565656 solid;
    text-align:center;
}
#footer .copy{
	font-weight:bold;
	color:#BF1314;
	margin:15px;
}

/*-------------------------------- CSS 页面布局结束 --------------------------------*/