@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
}
#wrapper #banner {
	height: 201px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	background-color: #333333;
}
#wrapper #bodyarea #left {
	float: left;
	width: 624px;
}
#wrapper #bodyarea #left #points {
	width: 300px;
	float: left;
	margin-right: 4px;
	margin-left: 8px;
	margin-bottom: 8px;
}
#wrapper #bodyarea #left #content {
	width: 578px;
	margin-left: 8px;
	background-color: #666666;
	margin-right: 8px;
	padding: 15px;
}

#wrapper #bodyarea #left #latestnews {
	clear: both;
	width: 608px;
	margin-right: 8px;
	margin-left: 8px;
	height: 50px;
	background-color: #666666;
}
#wrapper #bodyarea #left #latestnews #latestnews_left {
	width: 292px;
	float: left;
	background-color: #666666;
	padding-left: 8px;
	padding-right: 4px;
	height: 260px;
	margin-bottom: 8px;
}
#wrapper #bodyarea #left #latestnews #latestnew_right {
	float: right;
	width: 292px;
	background-color: #666666;
	padding-right: 8px;
	padding-left: 4px;
	height: 260px;
	margin-bottom: 8px;
}

#wrapper #bodyarea #left #schedule {
	float: right;
	width: 300px;
	margin-right: 8px;
	margin-left: 4px;
	margin-bottom: 8px;
	height: 300px;
	background-image: url(../images/schedule.jpg);
}
#wrapper #bodyarea #left #schedule #dates {
	margin-top: 58px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}

#wrapper #bodyarea #right {
	width: 276px;
	float: right;
	margin-bottom: 8px;
	height: auto;
}
#wrapper #bodyarea #right #sponsor_panel {
	background-color: #ffff00;
	width: 268px;
	height: 900px;
}
#wrapper #bodyarea #footer {
	background-image: url(../images/footer.jpg);
	height: 70px;
	clear: both;
}
#wrapper #bodyarea #footer #terms_use {
	width: 92px;
	margin-left: 555px;
	margin-top: 48px;
	float: left;
}
#wrapper #bodyarea #footer #privacy {
	width: 55px;
	margin-top: 48px;
	float: right;
	margin-right: 155px;
}
