/*Defaults*/
* { border: 0; padding: 0; margin: 0; outline: none; }
/*-#-$-#-*/
body{
	font: 75%/115% tahoma;
	background-color: #010408;
/*
	background: url('../images/background.jpg') no-repeat;
*/
	color: #aaa; /*4d4d4d*/
}
/*-#-$-#-*/
h1{
	font: normal 48px tahoma;
	color: #ffffff;
}
h2{
	font: normal 30px "Century gothic";
	color: #fff;
}
h3{
	font: normal 180% "Times New Roman";
	margin-bottom: 10px;
}
h4{
	text-align: center;
	font: bold 100%/140% verdana;
	color: #000;
}
h5{
	font: normal 11px arial;
	color: #666;
}
h6{
	font: normal 11px tahoma;
	color: #666;
}
/*-#-$-#-*/
img{
	border: 0;
}
/*-#-$-#-*/
a{
	text-decoration: none;
	color: #4d4d4d;
}
a:hover{
	color: #999;
}
/*-#-$-#-*/
ul{
	list-style: none;
}
/*-#-$-#-*/
.clearfix{
	clear: both;
	width: 100%;
	height: 1%;
}

/*Other*/
div.banners img{
	margin-left: 12px;
	margin-bottom: 5px;
/*
	padding-bottom: 3px;
*/
	border: 1px solid #000;
	width: 160px;
	height: 120px;
}

/*-#-$-#-*/
.hr hr{
	display: none;
}
.hrsolid{
	border-top: 1px solid #111;
	padding-bottom: 5px;
}
.hrdashed{
	border-top: 1px dashed #000;
	padding-bottom: 5px;
}
.hrdouble{
	border-top: 3px double #333;
	margin: 5px 5px 0 0;
	padding-bottom: 5px;
}
/*-#-$-#-*/
.bold{
	font-weight: bold;
}
/*-#-$-#-*/
ul.paging{
	list-style: none;
}
ul.paging li{
	display: inline;
}
/*-#-$-#-*/
span.green{
	font-weight: bold;
	color: green;
}
span.red{
	font-weight: bold;
	color: red;
}

/*Wrapper*/
#wrapper{
	background: url('../images/background.jpg') no-repeat;
	width: 880px;
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 110px;
}

/*Header*/
#header{
	float:left;
	width: 100%;
	height: 265px;
	position: relative;
}
/*-#-$-#-*/
#header a.logo{
	position: absolute;
	text-indent: -999em;
	left: 15px;
	top: 150px;
	width: 220px;
	height: 60px;
	display: block;
}

/*Center*/
#center{
	float: left;
}
#center div.left{
	float: left;
	width: 235px;
}
#center div.left ul.menu{
	margin: 3px 2px 35px 0;
	font: normal 100%/100% verdana;
	color: #000;
}
#center div.left ul.menu li{
	width: 235px;
	height: 22px;
	background: url('../images/button.png');
	margin-bottom: 10px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#center div.left ul.menu li.active{
	background: url('../images/button_a.png');
}
#center div.left ul.menu li a{
	width: 235px;
	height: 22px;
	display: block;
	font: normal 115%/115% "Trajan Pro";
	color: #2f3f42;
}
#center div.left ul.menu li.active a{
	color: #fff;
}

#center div.left div.sector{
	margin-left: 2px;
}
#center div.left div.sector div.top{
	background: url('../images/sector_top.png') no-repeat;
	width: 229px;
	height: 27px;
	padding-top: 2px;
	text-align: center;
	font: normal 120%/120% "Trajan Pro";
	color: #666;
}
#center div.left div.sector div.cont{
	background: url('../images/sector_mid.png');
	text-align: center;
}
#center div.left div.sector div.cont img{
	margin: 5px;
}
#center div.left div.sector div.bottom{
	background: url('../images/sector_bot.png') no-repeat;
	width: 229px;
	height: 16px;
}

#center div.center{
	float: left;
	margin: 0 0 0 35px;
	width: 505px;
}
#center div.center div.server{
	background: url('../images/server.png') no-repeat;
	width: 505px;
	height: 90px;
	font: normal 110%/110% "Trajan Pro";
	color: #fff;
}
#center div.center div.server div.left{
	float: left;
	width: 160px;
	height: 30px;
	margin: 20px 0 0 30px;
}
#center div.center div.server div.left span.title{
	font: bold 120%/120% "Trajan Pro";
	float: left;
}
#center div.center div.server div.left span.status{
	font: bold 120%/120% "Trajan Pro";
	float: left;
	margin-top: 10px;
	clear: left;
}
#center div.center div.server div.left span.on{
	color: #393;
}
#center div.center div.server div.left span.off{
	color: #933;
}
#center div.center div.server div.info{
	float: left;
	width: 260px;
	height: 60px;
	margin-top: 10px;
}
#center div.center div.server div.info a{
	color: #333;
}
#center div.center div.server div.info a:hover{
	color: #999;
}
#center div.center div.server div.info p{
	display: block;
}
#center div.center div.ad{
	width: 502px;
	text-align: center;
	margin-top: 20px;
}
#center div.center div.content{
	margin-top: 20px;
	width: 502px;
	min-height: 300px;
}
#center div.center div.content div.top{
	background: url('../images/content.png');
	width: 501px;
	height: 16px;
}
#center div.center div.content h4{
	font: bold 120%/120% "Trajan Pro";
	padding-left: 20px;
	text-align: left;
	background-color: #010408;
	color: #548ea9;
}
#center div.center div.content div.page{
	background-color: #010408;
	margin-top: 0;
	padding: 20px;
	width: 462px;
	float: left;
}
#center div.center div.content div.news{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#center div.center div.content div.news div.title{
	width: 50%;
	float: left;
	font: normal 120%/120% "Trajan Pro";
	color: #339;
}
#center div.center div.content div.news div.date{
	width: 50%;
	float: right;
	font: normal 90%/90% tahoma;
	text-align: right;
}
#center div.center div.content div.news div.summary{
	float: left;
	padding: 20px;
	width: 90%;
	text-align: justify;
	clear: left;
}
#center div.center div.content div.news div.link{
	width: 50%;
	float: left;
	clear: left;
}
#center div.center div.content div.news div.author{
	width: 100%;
	float: left;
	clear: left;
	text-align: right;
	font: normal 90%/90% tahoma;
}
#center div.center div.content div.gallery{
	width: 100%;
	clear: both;
}
#center div.center div.content div.gallery div.line{
	width: 100%;
	clear: both;
}
#center div.center div.content div.gallery div.line div.block{
	width: 135px;
	float: left;
	padding: 4px;
	margin: 4px;
	background: #161616;
}
#center div.center div.content div.gallery span{
	display: block;
}
#center div.center div.content div.gallery img{
	display: block;
	margin: 0 auto;
}
#center div.center div.content div.gallery span.name{
	margin: 5px 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#center div.center div.content div.gallery span.description{
	text-align: justify;
	font: italic 80% tahoma;
}
#center div.center div.content table{
	clear:both;
	width: 100%;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
}
#center div.center div.content table th{
	height: 30px;
}
#center div.center div.content table input{
	width: 40px;
	border-top: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #333;
}
#center div.center div.content table input.submit{
	width: 120px;
}
#center div.center div.content table th{
	border-bottom: 2px solid #112811;
}
#center div.center div.content table td{
	padding: 3px;
	border-bottom: 1px solid #131;
}
#center div.center div.content table td.middle{
	border-left: 1px solid #131;
	border-right: 1px solid #131;
}
#center div.center div.content table td.place{
	text-align: center;
}
#center div.center div.content input{
	margin-bottom: 2px;
}
#center div.center div.content div.votelinks{
	clear:both;
	width: 100%;
	border-top: 1px solid #333;
	text-align: center;
}
#center div.center div.content ul.votes li{
	display: block;
	border-bottom: 1px solid #222;
	margin-bottom: 10px;
}
/*Footer*/
#footer{
	float: left;
	font: normal 80%/120% tahoma;
	margin-top: 35px;
	padding-top: 25px;
	width: 780px;
/*
	background-color: #020911;
*/
	color: #4f4f4f;
	text-align: center;
}
#footer div.content{
	width: 100%;
	float: left;
}
#footer div.copy{
	clear: both;
	float: left;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	border-top: 1px dashed #181818;
}
