@charset "UTF-8";
/* CSS Document */

body{
	background:#000000;
	margin:0px;
	padding:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#wrapper{
	width:960px;
	margin:25px auto;
}

#left-content{
	float:left;
	clear:none;
	width:320px;
	margin-left:-10px;
}

#right-content{
	float:right;
	clear:none;
}

#logo{
	margin-left:17px;
}

#box-top{
	background:url(images/box-top.png) top left no-repeat;
	width:631px;
	height:55px;
}

#box-middle{
	background:url(images/box-bg.png) top left repeat-y;
	widows:631px;
}

#box-bottom{
	background:url(images/box-bottom.png) top left no-repeat;
	width:631px;
	height:36px;
}

#menu{
	width:631px;
	height:55px;
	padding-top:10px;
	padding-left:6px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	float:left;
	background:url(images/menu.png) top left no-repeat;
	width:97px;
	height:27px;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	padding-top:3px;
}

#menu ul li a:hover{
	color:#d9210a;
}

.divider{
	background:url(images/divider1.png) top center no-repeat;
	width:631px;
	height:4px;
	margin-top:10px;
}

.title{
	font-size:20px;
	color:#d9210a;
	padding-top:10px;
}

.content{
	width:600px;
	padding-left:15px;
	padding-right:15px;
}

.sub-title{
	float:left;
	clear:none;
	color:#d9210a;
	font-weight:bold;
}

.btn{
	text-align: center;
	margin-top:15px;
	background:url(images/btn.gif) top left no-repeat;
	width:79px;
	height:28px;
	float:right;
	padding-top:3px;
	font-size:13px;
}

.btn a{
	color:#FFFFFF;
	text-decoration:none;
}

.tribte_box{
	background:#d9210a;
	width:573px;
	padding:10px;
	margin-top:25px;
}

.pages{
}

.pages a{
	color:#FFFFFF;
	margin-left:15px;
}

#pages-selected a{
	color:#FFFFFF;
	margin-left:15px;
	text-decoration:none;
	font-weight:bold;
}

.video{
	float:left;
	clear:none;
	margin-top:35px;
}

#news{
	width:320px;
	margin-top:50px;
	font-size:16px;
}

#news-top{
	background:url(images/news_head.png) top left no-repeat;
	width:320px;
	height:42px;
	font-size:18px;
	text-align:center;
	padding-top:12px;
}

#news-content{
	width:260px;
	background:#000000;
	border:1px solid #3d3c3c;
	padding:30px;
	margin-top:10px;
}

#news-content a{
	color:#FFFFFF;
}

#news-content a:hover{
	color:#d9210a;
}

#footer{
	height:30px;
	margin-top:15px;
	font-size:11px;
	color:#FFFFFF;
}