@charset "UTF-8";
div, input, form {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2c2c2c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 15px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
}
#updatecontainer {
	color: #666;
	width: 500px;
	margin: 0 auto;
}
#updatecontainer div {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:hover {
	color:#999999;
}
#topbox {
	background: url(../images/topcontainer.gif) no-repeat;
	width: 900px;
	height: 14px;
}
#header div {
	float: left;
	margin: 0;
	padding: 0;
}
#header {
	width: 865px;
	height: 179px;
	margin-left: 26px;
	margin-bottom: 20px;
	
}
#header img {
	float: left;
	margin: 0;
	padding: 0;
}
#logo {
	width: 447px;
	height: 179px;
	display: block;
}
#event {
	width: 392px;
}
#copyright {
	background: url(../images/copyrightback.gif) left top no-repeat #000;
	width: 900px;
	height: 27px;
	color: #fff;
	text-align: center;
	font-size: .65em;
	float: left;
}
#headerright {
	background-image:url(../images/rightevent.jpg);
	height: 179px;
	width: 9px;
}
#darkboxCont {
	background-color: #333333;
	width: 424px;
	color: #fff;
	float: left;
	margin-right: 15px;
	margin-left: 26px;
	margin-bottom: 20px;
	font-size: .75em;
	display: inline;
}
#darkbox {
	width: 394px;
	padding: 0 15px;
}
#darkbox h1 {
	margin-top: 10px;
}
.floatleft {
	float: left;
	padding: 0;
	margin: 0;
}
#lightbox {
	padding: 0 10px 0 15px;
}
#lightbox p.first {
	margin-top: 1em;
}
#lightboxCont {
	background: url(../images/toplightbox.gif) left top no-repeat #808080;
	width: 409px;
	float: left;
	color: #000;
	font-size: 11px;
	margin-bottom: 20px;
}

.center {
	text-align: center;
}
h1 {
	font-size: 16px;
}
.title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
p.title {
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
}
.heat {
	font-weight: bold;
	color: #008c88;
	font-size: 14px;
}
.event {
	color: #008c88;
}
.surfername {
	padding-left: 10px;
	display: inline;
	font-weight: bold;
	color: #999;
	font-size: 16px;
}
#col4 {
	width: 190px;
	float: left;
	margin-right: 0;
	margin-left: 5px;
}
#col3 {
	width: 211px;
	float: left;
	margin-right: 0;
	margin-left: 5px;
}
#col2 {
	width: 211px;
	float: left;
	margin-left: 5px;
}
#col1 {
	width: 211px;
	float: left;
	margin-left: 41px;
	display: inline;
	
}
#col1rd3 {
	width: 215px;
	float: left;
	margin-right: 0;
	margin-left: 70px;
}
#col2rd3 {
	width: 215px;
	float: left;
	margin-right: 0;
	margin-left: 30px;
}
#col3rd3 {
	width: 215px;
	float: left;
	margin-left: 30px;
}
input.submit {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
#topgameback {
	width: 848px;
	height: 20px;
	float: left;
}
#botgameback {
	background:url(../images/botgameback.gif) center top no-repeat;
	width: 900px;
	height: 20px;
	float: left;
	margin-bottom: 15px;
}
#game {
	width: 900px;
	background: url(../images/topgameback.gif) center top no-repeat #000;
	padding: 0;
}
.bottomp {
	margin-bottom: 0;
	padding-bottom: 1em;
}
.float {
	float: left;
	margin: 0;
	padding: 0;
}
.marginbottom {
	margin-bottom: 20px;
}
.homepage_heats {
	line-height: 1.5em;
}
#adsense {
margin-bottom: 10px;
}