html, body{
	height:100%;
	margin:0 auto;
	background-image:url(/images/img_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
}
#container{
	width:980px;
	margin:0 auto;
}
a:link, a:visited, a:active{
	color:#078bbf; 
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img, div 
	{ 
	behavior: url(../Scripts/iepngfix.htc)
}
.h1{
	display:inline;
	font-size:14px;
}
#header{
	margin:-2px 1px 0 0;
	background-image:url(../images/hdr_bg.jpg);
	background-position:top;
	widht:980px;
	height:213px;
}
#logo{
	padding:10px 0 20px 20px;
	text-align:center;
}
#navcontainer{
	margin:10px 0 0 0;
	text-align:center;
}

#navcontainer ul{
	text-align:center;
}
	
#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 65px;
}
#navlist a {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	
}
#navlist a:hover {
	color:#078bbf;
}
	body#home a#homeNav,
	body#about a#aboutNav,
	body#upcoming a#upcomingNav,
	body#merchandise a#merchandiseNav, 
	body#sponsorss a#sponsorsNav,
	body#newss a#newsNav,
	body#contact a#contactNav{
	text-decoration:none;
	font-weight:bold;
	color: #00aeef;
}
#mainAnimation{
	float:left;
	width:793px;
}
#sponsors{
	float:right;
	margin:0;
	width:169px;
}
#news{
	float:left;
	width:427px;
}
.newsOdd{
	background-image:url(../images/img_newsBg_odd.gif);
	padding:0 0 5px 0;
	background-repeat:no-repeat;
	width:427px;
	height:50px;
}
.newsEven{
	background-image:url(../images/img_newsBg_even.gif);
	padding:0 0 5px 0;
	background-repeat:no-repeat;
	width:427px;
	height:50px;
}
.newsInfo{
	margin:10px 0 0 10px;
	padding-top: 5px;
	width:400px;
	height:50px;
}
.calendar
{
	position: relative;
	width: 42px;
	height: 41px;
	background-image:url(../images/img_calender.gif);
	background-repeat:no-repeat;
	float: left;
}
.day{
	
	margin:3px 0 0 15px;
	width:12px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.month{
	float:left;
	margin:2px 0 0 12px;
	width:12px;
	color:#134a86;
	font-weight:bold;
	font-size:12px;
}
.subject{
	position: relative;
	float: left;
	width: 350px;
	padding:2px 0 0 5px;
	color:#eb0000;
	text-decoration:underline;
	font-weight:bold;
}

.moreNews a{
	position: relative;
	float: left;
	width: 350px;
	padding:5px 0 0 5px;
	color:#155FDA;
	text-decoration:underline;
	font-weight:bold;
}

.moreNews a:hover{
	color:#6D91DA;
	text-decoration:none;
}


#news .subject a{
	color:#eb0000;
	font-size:11px;
	text-decoration:none;
}
.news{
	position: relative;
	clear: both;
	padding:5px 0 0 0px;
}
#news a {
	font-weight:bold;
	font-size:12px;
	color:#16569d;
	text-decoration:underline;
}
#news a:hover {
	text-decoration:none;
}
#slide{
	padding:37px 0 0 13px;
	width:355px;
	float:left;
}
#inner{
	width:793px;
	float:left;
}
.top{
	width:93px;
}
.repeat{
	padding:10px 0 10px 0;
	width:794px;
	background-image:url(../images/img_subRepeat.gif);
	background-repeat:repeat-y;
}
.btm{
	width:793px;
}
.repeat p{
	margin:0 20px 0 20px;
}


.repeat .indent{
	margin:0 20px 0 20px;
}

#form{
	width:550px;
	background-color:#141921;
	margin:10px 0 0 20px;
}
#form td{
	padding:8px;
}
#form .border{
	border:1px solid #1e252f;
}
#sponsorsGallery{
	width:500px;
}
#sponsorsGallery td{
	text-align:center;
	padding:10px;
}
#standings {
	border-collapse:collapse;
	margin:0 auto;
	border:1px solid #ffffff;
	width:730px;
}
#standings td {
	border:1px dotted #ffffff;
	padding:10px;
	color:#ffffff;
}

#standings th{
	color:#FF0;
}

#standings .standings{
	background-color:#666;
	color:#fff;
}
#standings .names{
	font-weight:bold;
}
#ftr{
	background-image:url(../images/img_ftrBg.gif);
	width:100%;
	clear:both;
	height:58px;
	background-repeat:repeat-x;
}
#ftrNav{
	padding:100px 0 0 0;
	clear:both;
	text-align:center;
}
#ftrNav a:link, a:visited {
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
}
#ftrNav a:hover {
	color:#00aeef;
}


.blueBox{
	width:750px;
	text-align:left;
	display:block;
	margin-bottom:20px;
}

.blueBox .blue_long_bg{
	background-image:url(/images/blue_box_bg.gif);
	background-repeat: repeat-y;
	background-color: #222A39;
	display:block;
}



.blueBox .title{
	font-size:18px;
	color:#FC0;
	margin-left:10px;
	font-weight:bold;
	width:530px;
	float:left;
}


.blueBox .date{
	width:500px;
	padding-top:20px;
	font-style:italic;
	margin-left:15px;
}

.blueBox .content{
	width:500px;
	padding-top:7px;
	margin-left:15px;
	clear:left;
}


.blueBox .logo{
	display:block;
	width:160px;
	float:right;
	clear:both;
	text-align:center;
}


.blueBox .more{
	padding-top:15px;
	margin-left:15px;
	width:500px;
	font-size:12px;
}


.blueBox .more a{
	color:#0AAEEF;
	font-weight:bolder;
	font-size:12px;
	text-decoration:none;
}

.blueBox .more a:hover{
	color:#0AAEEF;
	font-weight:bolder;
	text-decoration:underline;
}

.blueBox .more a:active{
	color:#0AAEEF;
	font-weight:bolder;
}



/* ############ prize table ##################*/

.prize_list1{
	text-align:left;
	color:white;
	width:280px;
	list-style:none;
	height:130px;
	margin:0;

}

.prize_list1 ul{
	list-style:none;
	margin:0;
}

.prize_list1 li{
	width:200px;
	float:left;
	border:1px solid black;
	height:15px;
	padding:5px;
	background-color:#666;
}

.prize_list1 .short{
	width:50px;
	float:left;
	border:1px solid black;
	padding:5px;
	background-color:#666;
}



.prize_list2{
	text-align:left;
	color:white;
	width:300px;
	list-style:none;
	height:260px;
	margin:0;
}

.prize_list2 ul{
	list-style:none;
	margin:0;
}

.prize_list2 li{
	width:200px;
	float:left;
	border:1px solid black;
	height:15px;
	padding:5px;
	background-color:#666;
}

.prize_list2 .short{
	width:50px;
	float:left;
	border:1px solid black;
	padding:5px;
	background-color:#666;
}
