* {
	margin:0; 
	padding:0;
	font:1em Arial, Helvetica, sans-serif;
}

body {
	margin:0 auto;
	font-size:0.675em;
	background: #0E0E0E url(../images/body_bg.gif) repeat-x;
	text-align: center;
}

#header {
	width:970px;
	overflow:hidden;
	list-style-type:none; 
	margin:0 auto;
	text-align: left;
	position:relative;
}
#header ul { 
	list-style-type:none;
	padding-left:360px;
}

#header li { 
	float:left; 
	margin-right: 2px;
	display:inline; 
	width:120px;
	margin-top: -15px;
}

#header li a { 
	display:block;
	line-height:2; 
	color:#7C8587; 
	text-decoration:none; 
	font-weight:bold;
	font-size:14px;
	text-align: center;
	width:120px;
	background: #202326;
}

#header li a:hover { 
	background:#2B2F30; 
}

#logo {	
	margin:10px 0 0;
	height: 70px;
}

#wrapper {
	width:963px;
	margin:0 auto 0 auto;
	background-color:#2B2F30;
	text-align: left;
}

ul {
	list-style-type:none;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	text-decoration:none;
	border:none;
}

h2, h2 a{
	font-weight:bold;
	color:#7C8587;
}

select {
	border:solid 1px #FFFFFF;
	color: #666666;
	width: 110px;
}

.selector {
	background: url("../images/selector.gif") no-repeat;
	width: 119px; 
	padding: 3px;
	float:left;
}

.text-field {
	color: #666666;
	width: 110px; 
	height: 17px;
	border: 0px;
	float: left; 
}

.button {
	width: 50px;
	height: 23px;
	float: left; 
}

.clear {
	clear:both;
	margin:0;
}

/* main content */
.maincontent {
	width:630px;
	margin:5px 5px -7px 5px;
	padding:5px 0 2px 0;
	background:#202326;
	position:relative;
	float:left;
	display:inline;
}

/* side content */
#sidebar {
	float:right;
	width:305px;
	margin:5px 5px -7px 0;
	background:#202326;
	padding:6px;
	display: inline;
}

#sidebar .sidebox  {
	background-color:#7C8587;	
	width:295px; 
	margin: 0 0 5px 0;
	padding:5px;
	display:block;
	clear:left;
}

#sidebar .sidebox2  {
	background-color:#7C8587;	
	width:140px; 
	margin: 0;
	padding:5px;
	display:block;
	float:left;
}

#sidebar .sidebox1  {
	margin: 0 0 5px 0;
	float:left;
}

#sidebar h2 {
	padding:3px;
	margin:0 0 5px 0;
	background-image:url(../images/subhead.gif);
}

/* footer */

#footer {
	width:965px;
	margin:5px auto;
	text-align: left;
	background-color:#202326;
}

#footer .left {
	overflow:hidden;
	margin:5px;
	width:550px;
}

#footer .right {
	clear:left;
	float:right;
	margin:-20px 5px 0 0;
}

#footer li {
	display:inline;
	margin:0 4px;
}

#footer a{
	color:#656565;
}

/* game categories */
#games h2 {
	padding:3px;
	margin:5px 0;
	background-image:url(../images/subhead.gif);
}

#games .box {
	float: left;
	background-color:#7C8587;	
	width:295px; 
	margin: 0 0 5px 5px;
	padding:6px 6px 0;
	display:inline;
}

#games .clear {
	clear:both;
	display:inline;
}

#games .gameicons {
	overflow:hidden;
}

#games .gameicons li {
	float:left;
}

#games .gameicons li img {
	float:left;
	padding:0 5px 6px 0;
}

#games span {
	float:right;
	text-decoration:underline;
	cursor:pointer;
}

#games .gameicons li a {
	font-weight:bold;
	padding-top:5px;
}

#games .box2 {
	padding:5px;
	margin:0 auto 5px;
	background:#7C8587;
}

#games .ad{
	display:inline;
}

/* game tabs */
#tabcontent{
width:620px;
margin:0 auto 3px;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
}
.tabbox{
background: #fff;
}
.tabcontents{
padding:5px;
}
.tabboxholder{
clear: both;
padding: 5px;
background: #7C8587;
}
.tab{
float: left;
padding:0 10px;
margin: 0 1px 0 0;
text-align: center;
background: #7C8587;
display:inline;
width:60px;
}
.tabtxt{
margin: 0;
color: #fff;
font-weight: bold;
padding: 5px 0 0 0;
}

