body {
	background:#101318 url(../images/img001.png) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8e8e8e;
	margin:0;
}
@font-face {
  font-family: "Trajan pro";
  src: url("trajan-pro.ttf") format("truetype");
}

img { border: 0; }
hr { display: block; height: 1px; border: 0; border-top: 2px dashed #3a3b3f; margin: 14px 0; padding: 0; }
a { color:#8e8e8e; text-decoration: underline; }
a:hover { color:#ffc800; text-decoration: underline; }
a.link { color:#2c2c2c; text-decoration: none; }
a.link:hover { color:#ffc800; text-decoration: underline; }

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b6b6b;
	background: #e4e4e4;
	border:1px solid #656565;
	margin: 5px;
	padding: 3px;
	border-radius: 3px;
}

input:hover {
	background: #ffffff;
	color: #000000;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b6b6b;
	background: #e4e4e4;
	border:1px solid #656565;
	margin: 5px;
	padding: 3px;
	border-radius: 3px;
}

select:hover {
	background: #ffffff;
	color: #000000;
}

input[type=submit] {
	background: black;
	border:1px solid #6b6b6b;
	padding: 3px 8px;
}

input[type=submit]:hover {
	color: #ffffff;
	background: black;
	border:1px solid #2a78a4;
	padding: 3px 8px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b6b6b;
	background: #e4e4e4;
	border:1px solid #656565;
	margin: 5px;
	padding: 3px;
	border-radius: 3px;
}

#wrap {
	margin: 0 auto 0 auto;
	width: 956px;
}

#logo {
	text-align:center;
	padding: 52px 0 32px 0;
}

#lang { text-align:right; padding: 0 20px 10px 2px; }
#lang img { margin: 0 3px; opacity: 0.8; filter: alpha(opacity=80); }
#lang img:hover { margin: 0 3px; opacity: 1.0; filter: alpha(opacity=100); }
#lang .selected { opacity: 0.5; filter: alpha(opacity=50); }
#lang .selected:hover { opacity: 0.5; filter: alpha(opacity=50); }

#menu {
	background: url(../images/img003.png) top center no-repeat;
	width: 100%;
	height: 59px;
	clear: both;
}

#menu ul {
	margin: 0 10px;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	min-width: 106px;
	width: 106px;
	color: #545456;
	padding: 22px 0px 21px 0px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-family: Trajan Pro, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0 5px;
	float: left;
}

#menu ul li a:hover { 
	background: url(../images/img004.png) center no-repeat;
	color: #000;
}

#menu .selected { 
	background: url(../images/img004.png) center no-repeat;
	color: #000;
}

#side-left {
	padding: 15px 0px 10px 0;
	width: 230px;
	float: left;
}

#side-right {
	padding: 15px 0 10px 0px;
	width: 230px;
	float: right; 
}

#side-center {
	padding: 15px 0 10px 0;
	margin-left: 250px;
	margin-right: 250px;
}

#footer {
	background: url(../images/img005.png) top center no-repeat;
	min-height: 130px;
	height: 130px;
	height:auto !important;
	padding-top: 100px;
}

#footer-text {
	font-family: Trajan Pro, sans-serif;
	font-size: 12px;
	background: url(../images/img006.png) center no-repeat;
	margin: 0 auto;
	padding: 10px 10px;
	height: 38px;
	width: 498px;
	text-align: center;
	display:block;
}

#footer-text span {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #2c2c2c;
	padding: 8px;
	display:block;
}

.side {
	background: url(../images/img007.png) top center no-repeat;
	padding: 9px;
	display:block;
}

.side h2{
	font-family: Trajan Pro, sans-serif;
	font-size: 13px;
	color: #feea00;
	display:block;
	padding: 4px 4px 10px 4px;
	margin: 0;
}

.sidee {
	background: url(../images/img008.png) top center no-repeat;
	min-height: 12px;
	height: 12px;
	height:auto !important;
	display:block;
	margin-bottom: 20px;
}

.table {
	background: url(../images/img009.png) top center no-repeat;
	padding: 24px 10px 6px 10px;
}

.table h1{
	font-family: Trajan Pro, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
}

.tablee{
	background: #101114;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0 0 8px 8px;
}

.tablee .subject {
	font-family: Trajan Pro, sans-serif;
	font-size: 13px;
	color: #dfae13;
	font-weight: bold;
}

.tablee .time {
	color: #646466;
	padding-left: 4px;
}

.tablee .news {
	padding: 5px 0 0 5px;
}

.loginform {
	margin: 5px 15px;
}

.usernav {
	margin: 0px 10px;
	padding: 0;
	list-style-type:none;
}

.usernav li{
	padding: 3px;
}

.usernav a{
	display:block;
	padding: 5px;
	background: #353535;
	color: #ffffff;
	text-decoration:none;
	border-radius: 3px;
}

.usernav a:hover{
	background: #ffc800;
	color: #000000;
	text-decoration:none;
}

.tbl td{
	border-bottom:1px solid #455a67;
	padding: 4px;
	font-size: 11px;
	color: #24648c;
	font-weight: bold;
}

.tbl1 td{
	padding: 4px;
}

.tbl2  td{
	padding: 4px;
	background:#22252b;
}

.former label{
	display:block;
	padding: 2px;
	font-size: 12px;
	color: #dfae13;
}

.moderntable {
	margin-top: 30px;
}
.moderntable a {
	padding: 30px;
	display:block;
	background: blue;
	color: white;
	border-radius: 5px;
	text-decoration: none;
}
.moderntable a:hover {
	background: white;
	color: blue;
	text-decoration: none;
}

.voteimg img {
	margin: 3px;
	border-radius: 5px
}

.servers {
font-size: 11px;
font-family: Tahoma;
}

.servers  th{
padding-bottom: 10px;
color: #424242;
font-weight: normal;
text-align: left;
padding-left: 5px;
}

.servers  td{
padding: 10px 0;
color: #fff;
text-align: left;
border-top: 1px dotted #424242;
padding-left: 13px;
}

.statbtn {
	background:#424242;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	margin: 0 5px 5px 5px;
	border:2px solid #424242;
	border-radius: 4px;
}

.statbtn:hover {
	background: black;
	color: brown;
	text-decoration: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.floatfix {
	overflow:hidden;
}

.numbers {
    padding: 0px;
    text-align: right; 
    font-family: Arial; 
    font-size: 28px; 
    font-weight: bold;        /* options are normal, bold, bolder, lighter */
    font-style: italic;       /* options are normal or italic */
    color: #FFFFFF;     /* change color using the hexadecimal color codes for HTML */
    background: #222222;      /* change color using the hexadecimal color codes for HTML */
}
.title {        /* the styles below will affect the title next to the numbers, i.e., Days, Hours, etc. */
    padding-right: 5px;
    margin: 12px 0px 0px 0px;
    text-align: left;
    font-family: Arial; 
    font-size: 10px; 
    font-weight: bold;        /* options are normal, bold, bolder, lighter */
    font-style: italic;       /* options are normal or italic */
    color: #FFFFFF;     /* change color using the hexadecimal color codes for HTML */
    background: #222222;      /* change color using the hexadecimal color codes for HTML */
}
#form {
    display: block;
    width: 460px;
    height: 47px; 
    border-style: ridge;       /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 2px;
    border-color: #666666;     /* change color using the hexadecimal color codes for HTML */
    background-color: #222222;    /* change color using the hexadecimal color codes for HTML */
}