@charset "utf-8";

body {
	background-color:#555555;
	background-image:url(../images/graphics/page_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0;
	margin:0;
}
img {
	border:none;
}
h2 {
	color:#000;
	padding:0;
	margin:0;
	margin:10px;
}
a{
	color:#000;
	text-align: center;
}
.headers_right {
	font:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	line-height:30px
}
.score {
	color: #069;
	font-size:14px;
	margin:0 5px;
}
.border {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.align_left{
	text-align:left;
}
.blue {
	color: #069;
	font-weight:bold;
	text-align: center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width:920px;
}
#header {
	height: 270px;
}
#main_bg {
	background-image: url(../images/graphics/main_bg.png);
	margin: auto;
	margin-bottom:0;
	padding-bottom:0;
	padding: 10px 20px 10px 20px;
	width:880px;
	height:880px;
}
#main_content {
	background-color: #FFF;
	border: 1px solid #000;
	margin-right: 367px;
	padding: 5px;
	text-align:center;
	height: 414px;
	width:500px;
	background-image:url(../images/graphics/main_bottom_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#row {
	width:880px;
}
#table {
	background-image:url(../images/graphics/box_bg.png);
	background-repeat:repeat-x;
	float:left;
	margin: 15px 20px 0 0;
	width:270px;
	padding: 5px;
	height:220px;
}
#sponsors {
	text-align:left;
	margin: 260px 0 20px 0;
	background-image:url(../images/graphics/sponsors_bg.png);
	padding:10px 10px 0 63px;	
	height:150px;
}
#sponsors a {
	color:#FFF;
}
#sponsors img {
	margin:0 20px 0 20px;
	border:none;
}
#footer {
	margin:0;
	padding:45px;
	font-family:"Century Gothic", Tahoma, Arial;
	font-size:12px;
	color:#555555;
	background-image:url(../images/graphics/footer2.png);
	background-repeat:repeat-x;
	text-align: right;
}
.content_box { width: 270px; background-image:url(../images/graphics/box_bg.png); background-repeat:repeat-x; padding: 0 5px; text-align:center; font-size:11px; color:#666; font-weight:bold; float:left; margin:15px 20px 0 0; height:225px; font-family:"Century Gothic", Tahoma, Arial; }
.content_box p { margin:5px 0; }
.content_box .white_border { background-color:#FFF; width:auto; border:1px solid #666; text-align:left; }
.content_box .lr_row { height:55px; width:auto; border-bottom:1px solid #CCC; padding: 0 4px; line-height:55px; }
.content_box .um_row { height:101px; width:auto; padding:5px; line-height:100px; text-align:center; }
.content_box table { font-family:"Century Gothic", Tahoma, Arial; background-color:#FFF; border:1px solid #666; line-height: 28px; font-size: 12px; font-weight:normal; }
