body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	text-align: left;
	color: #FFFFFF;
	background-color: #191919;
	padding: 0;
}

*
{
	margin: 0em;
	padding: 0em;
}

a {
	color: #4477AA;
	text-decoration: underline;
}

a:hover {
	color: #8BA8C0;
	text-decoration: underline;
}

img {
	border: none;
}

input.button {
	margin-left: 50px;
	color: #FFFFFF; background: #111111;
	font-weight:bold;
	border: solid 2px #333333;
}

.scores td {
	padding: 5px 0px 5px 0px;
}

td.name {
	width: 120px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}

#container-top {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 958px;
	width: 100%;
}

#container-banner {
	position: relative;
	top: 200px;
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
}

#container-content {
	position: relative;
	top: 200px;
	min-height: 600px;
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#container-bottom {
	position: relative;
	top: 200px;
	left: 0px;
	min-width: 958px;
	width: 100%;
}

/* Header */

#header {
	position: relative;
	background: url('../images/header-bg.png') bottom left repeat-x;
	height: 200px;
	width: 100%;
}

#logo {
	position: relative;
	background: url('../images/logo.png') bottom left no-repeat;
	top: 35px;
	height: 115px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Ads */

#ad1 {
	position: relative;
	top: 10px;
	height: 90px;
	width: 200px;
}

#ad2 {
	position: relative;
	left: 210px;
	top: -80px;
	margin-bottom: -80px;
	height: 90px;
	width: 728px;
}

#ad3 {
	position: absolute;
	top: 10px;
	left: 788px;
	height: 600px;
	width: 160px;
}

#ad4 {
	position: absolute;
	top: 10px;
	left: 698px;
	height: 250px;
	width: 250px;
}

#ad5 {
	position: relative;
	text-align: center;
	height: 600px;
	width: 196px;
	margin-top: 15px;
}

/* Content */

#left {
	position: absolute;
	float: left;
	top: 10px;
	left: 10px;
	width: 196px;
}

#middle {
	position: relative;
	top: 0px;
	width: 554px;
	margin-left: 210px;
	margin-right: 170px;
}

#full {
	position: relative;
	top: 0px;
	width: 678px;
	margin-left: 0px;
}

#full2 {
	position: relative;
	top: 0px;
	width: 728px;
	margin-left: 210px;
}

h1, h2 {
	background: #000033 url('../images/gradient.png') bottom left repeat-x;
	border: solid 2px #333333;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.section {
	background: #000000;
	border: solid 2px #333333;
	border-top: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	padding: 10px;
	margin-bottom: 10px;
}

#left .section {
	width: 176px;
}

#middle .section {
	width: 534px;
}

.section .gamecontainer {
	width: 554px;
	margin: 35px -10px 35px -10px;
	text-align: center;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

#left h1, #left h2 {
	width: 196px;
}

#middle h1, #middle h2 {
	width: 554px;
}

#full h1, #full h2 {
	width: 674px;
}

/* Menu */

.menu {
	position: relative;
	text-align: center;
	top: -45px;
	left: 0px;
	margin-bottom: -45px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	z-index: 1000;
}

.menu ul {
	height: 40px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	list-style: none;
	padding: 0;
	border-left: solid 2px #333333;
}

.menu li {
	float: left;
	padding: 0px;
}

.menu li a {
	color: #FFFFFF;
	border-right: solid 2px #333333; 
	display: block;
	line-height: 40px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}

.menu li a:hover, .menu ul li:hover a {
	background: #888888;
	color: #FFFFFF;
	text-decoration: none;
}

.menu li ul {
	background: #333333;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 230px;
	z-index: 200;
	/*top:1em;
	/*left:0;*/
}

.menu li:hover ul {
	display: block;
}

.menu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 230px;
}

.menu li:hover li a {
	background: none;
}

.menu li ul a {
	display: block;
	border: 0px;
	height: 40px;
	font-size: 0.8em;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}

.menu li ul a:hover, .menu li ul li:hover a {
	background: #5F5F5F;
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu p{
	clear: left;
}

/* Sidebar */

.sideitem, .sideitem .nohover, .sideitem .hover {
	height: 75px;
	width: 176px;
}

.sideitem .nohover {
	display: block;
}

.sideitem .hover {
	display: none;
}

.sideitem:hover .nohover {
	display: none;
}

.sideitem:hover .hover {
	display: block;
}

/* Footer */

#footer {
	position: relative;
	border-top: solid 1px #CDCDCD;
	padding: 10px 0px 20px 0px;
	margin: 10px 10px 0px 10px;
	font-size: 1em;
	text-align: center;
}
