﻿@charset "utf-8";

@font-face{
	font-family:h1;
	src: url(impact.eot);
	}
@font-face {
	font-family:h1;
	src:url("impact.ttf")format("truetype");
	}
@font-face{
	font-family:info;
	src: url(HuiFont29.eot);
	}
@font-face {
	font-family:info;
	src:url("HuiFont29.ttf")format("truetype");
	}

@font-face{
	font-family:h2;
	src: url(HuiFont29.eot);
	}
@font-face {
	font-family:h2;
	src:url("deathrattlebb_reg.ttf")format("truetype");
	}


body{
	margin:0;
	}

header{
	width:900px;
	margin:auto;
	}

hgroup h1{
	width:400px;
	line-height:40px;
	margin:0;
	padding:0;
	font-size:28px;
	font-family:h1;
	}

#outer{
	width:898px;
	height:454px;
	margin:auto;
	background:#000;
	border:1px solid #000;
	}



#tab_panel{
	width:760px;
	height:400px;
	margin:auto;
	}
#tab{
	width:762px;
	margin:12px 0 0 0;
	}
#tab ol{
	width:760px;
	margin:0;
	padding:0;
	overflow:hidden;
	border-right:1px solid #fff;
	border-radius:10px 10px 0 0;
	}
#tab ol li{
	width:152px;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	font-family:h2;
	font-size:22px;
	}
#tab ol li a{
	display:block;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	border-radius:10px 10px 0 0;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	color:yellow;
	}
#tab ol li a:hover{
	color:#fff;
	}

#sec_outer{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	border-radius:0 0 20px 20px;
	margin:0;
	position:relative;
	width:759px;
	height:390px;
	}

section{
	position:absolute;
	background:#000;
	width:759px;
	height:390px;
	border-radius:0 0 20px 20px;
	margin:auto;
	}
section p{
	color:#fff;
	font-size:17px;
	font-family:info;
	margin:5px;
	}
section h2{
	color:yellow;
	font-family:h2;
	}
#access address{
	width:330px;
	height:200px;
	margin:5px 5px 0 0;
	padding:10px 5px 0 0;
	font-size:18px;
	font-family:info;
	color:#fff;
	float:right;
	}
#access p{
	width:330px;
	margin:0 0 5px;
	font-size:15px;
	}
span{
	color:red;
	}
table{
	font-family:info;
	color:#fff;
	}

nav{
	width:900px;
	margin:0 auto 0;
	}
nav ul{
	width:900px;
	overflow:hidden;
	margin:0;
	padding:0;
	background: #565656;
	color: #959595;
	font-family: Arial, Helvetica, sans-serif;
	}

nav ul li{
	list-style:none;
	float:left;
	width:90px;
	line-height:30px;
	text-align:center;
	margin:0;
	padding:0;
	}

nav ul li a{
	text-decoration: none;
	background: #565656;
	color: #000;
	}
nav ul li a:hover{
	color:#fff;
	}


footer{
	text-align:center;
	margin:40px 0 0 0;
	}
#f-inner p{
	font-size:small;
	}
	
