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

html,body {
	background: #111111 url(../images/bg.gif) repeat;
}

body {
	margin:0 auto;
	font-size:0.675em;
	text-align: center;
}

#header {
	width:969px;
	overflow:hidden;
	list-style-type:none; 
	margin:0 auto;
	text-align: left;
	position:relative;
	height:185px;
	width:969px;
}
#headwrap{
	background: url(../images/body_bg.gif) repeat-x top center;
}

#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:11px 0 0;
	height: 138px;
}

#wrapper {
	width:969px;
	margin:0 auto 0 auto;
	padding-top:3px;
	text-align: left;
	background: #1C1C1C url(../images/bg3.gif) repeat;
}

ul {
	list-style-type:none;
}

a {
	color:#ffffff;
	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: 113px; 
	padding: 3px;
	float: left; 
	margin-right:5px;
}

.text-field {
	background: url("../images/bg_input.gif") no-repeat;
	color: #666666;
	padding: 3px 0px 0px 10px;
	width: 110px; 
	height: 23px;
	border: 0px;
	float: left; 
}

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

.clear {
	clear:both;
	margin:0;
	padding: 1px 0;
}

/* main content */
.maincontent {
	width:969px;
	margin:3px 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 0 5px 0;
	padding:5px;
	display:block;
	float:left;
}


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

/* footer */

#footer {
	width:951px;
	margin:0 auto 15px;
	text-align: left;
	background-color:#222222;
}

#footer .left {
	float: left;
	display:inline;
	padding: 5px 5px 0;
}

#footer .right {
	float: right;
	display:inline;
	padding: 5px 5px 0;
	height: 18px;
}

#footer .right span {
	vertical-align: top;
	padding-right: 10px;
}

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

#footer a{
	color:#656565;
}

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

#games .box {
	background-color:#313131;	
	width:230px; 
	margin: 0 0 5px;
	padding:3px;
	padding:3px;
	float:left;
}

#games .clear {
	clear:both;
}

#games .gameicons {
	overflow:hidden;
	color: #ffffff;
}
#games .gameicons a{
	color: #ffffff;
	text-decoration:none;
	display:block;
}
#games .gameicons li {
	padding:1px;
	width:228px;
	float:left;
}

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

#games .gameicons li a {
	text-decoration:none;
	display:block;
}

#games .gameicons li a:hover {
	text-decoration:none;
}

#games ul span.title {
	text-decoration:underline;
	font-weight:bold;
}

#games ul span.play {
	text-decoration:underline;
	text-align:right;
	width:228px;
	cursor:pointer;
	display:block;
	color:#ffffff;
}

#games .box2 {
	padding:3px;
	margin:0 0 5px;
	background:#313131;
}

#games .pane .ad{
	margin:-4px;
	*margin:-1spx;
}

.hoverbox{
	background: #1C1C1C;
	padding:5px;
	text-align:left;
	border:1px solid #7C8587;
}

p{
	margin: 0;
	padding: 5px;
	line-height: 1.2em;
}
.tabbox{
background: #fff;
}

.gamestuff{
	float: left;
	position:relative;
}

.alt{
	background-color:#424242;
}
.pane{
	float:left;
	margin:0;
	position:relative;
	padding:0 0 0 5px;
	width:236px;
	overflow:hidden;
}
.pane2{
	padding:0 0 0 5px;
	float:left;
	margin:0;
	position:relative;
	width:236px;
	overflow:hidden;
}
.stats{
	width:500px;
	font-size:12px;
	padding-top:8px;
	color:#7C8587;
}


