body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial;
	font-size: .6em;
}




#window {
	width: 100%;
}

#sitebox {
	width: 760px;
}



#content {
	text-align: left;
}


#leftcolumn {
	width: 185px;
	float: left;
}


#maincolumn {
	width: 570px;
	float: right;
}


#header {
	width: 755px;
	height: 37px;
	padding-top: 106px;
	padding-left: 5px;
	background-image: url("../images_layout/header.gif");
	background-color: #999999;
	margin-bottom: 5px;
	text-align: left;
}

#header td{
	text-align: center;
	width: 120px;
	height: 27px;
}

#header a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover{
	text-decoration: underline;
}


#footer {
	width: 752px;
	height: 17px;
	background-image: url("../images_layout/footer.gif");
	background-color: #999999;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 8px;
	font-size: .9em;
	text-align: left;
	color: #ffffff;
}



#splashleft {
	width: 320px;
	margin-left: 10px;
	padding-right: 45px;
	padding-top: 205px;
	float: left;
}

#splashright {
	width: 320px;
	padding-left: 20px;
	padding-top: 200px;
	float: right;
}



.ranking {
	float: left;
}

.ranking table{
	width: 280px;
	background-color: #999999;
	border-spacing: 0px 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.ranking td{
	padding-left: 15px;
	padding-bottom: 4px;
	color: #ffffff;
}

.ranking thead td{
	background-image: url("../images_layout/ranking_header.gif");
	background-color: #999999;
	height: 24px;
	font-weight: bold;
}

.ranking_head {
	font-weight: bold
}




#events table{
	width: 100%;
	background-color: #999999;
	border-spacing: 0px 0px;

}

#events td{
	padding-left: 15px;
	padding-bottom: 4px;
	color: #ffffff;
}

#events thead td{
	background-image: url("../images_layout/events_header.gif");
	background-color: #999999;
	height: 24px;
	font-weight: bold;
	font-size: 1.6em;
}


.event_title {
	font-weight: bold;
}


.fill {
	clear: both;
}