@charset "UTF-8";
p {
	color: #fff;
	font-size:90%;
	}
h1, h2 {
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
a {
	color: #b51212;
	}
.nav {
	position:relative;
	top: 322px;
	left: 264px;
	}
.space {
	clear:both;
	}
.space200 {
	clear:both;
	height: 400px;
	}

.imgfloat {
	border: 1px #c66 solid;
	float:right;
	margin: 0 0 10px 10px;
	}



/* NAVIGATION */
#navcontainer
{
	position:relative;
	top:-4px;
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	text-transform: lowercase;
	width:780px;
	background:#370505;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
	background-color:#370505;
}
/* ul#navlist li contrains it horizontally */
ul#navlist li
{
display: block;
float: left;
margin: 0;
padding: 0;
height:22px;
	background-color:#370505;
}
.spacer {
	clear:both;
	}
/* navigation */
#aboutus {
	margin:0;
	padding:0;
}
#aboutus a {
	display:block;
	width:78px; 
	height:22px;
	margin-right:32px; 
	margin-left:99px;
	padding:0;
	background: url(../images/aboutusoff.gif) no-repeat left top;
	text-decoration: none;
	}
#aboutus a:hover {
	background-image: url(../images/aboutuson.gif);
	}
#aboutus a span { 
	display:none;
	}

#upcoming {
	margin:0; padding:0;
	}
#upcoming a {
	display:block;
	width:147px; height:22px;
	margin-right:29px; padding:0;
	background: url(../images/upcomingoff.gif) no-repeat left top;
	text-decoration: none;
	}
#upcoming a:hover {
	background-image: url(../images/upcomingon.gif);
	}
#upcoming a span { 
	display:none;
	}
	
	
	
#sponsors {
	margin:0; padding:0;
	}
#sponsors a {
	display:block;
	width:82px; height:22px;
	margin-right:28px; padding:0;
	background: url(../images/sponsorsoff.gif) no-repeat left top;
	text-decoration: none;
	}
#sponsors a:hover {
	background-image: url(../images/sponsorson.gif);
	}
#sponsors a span { 
	display:none;
	}
	
#contactus {
	margin:0; padding:0;
	}
#contactus a {
	display:block;
	width:99px; height:22px;
	margin-right:186px; padding:0;
	background: url(../images/contactusoff.gif) no-repeat left top;
	text-decoration: none;
	}
#contactus a:hover {
	background-image: url(../images/contactuson.gif);
	}
#contactus a span { 
	display:none;
	}
/* END OF NAVIGATION */