@charset "utf-8";
/* CSS Document */

body { 

	margin:0px;
	background-color: #000000; 
	background-image:url(images/woodBG.jpg);
	background-repeat:repeat-x;
	list-style: none; 
	width: 100%;
}

a:visited {
	color:#8e2d26;
}
a:link {
		color:#8e2d26;
}

a:hover {
	color:#40280a;
}




#container {
	width: 680px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:smaller;
}
  
#header {
	width:100%;
	height:212px;
	float:top left;
	overflow:hidden;
	margin-top:0px;
}


#top {
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	height:15px;
	width:680px;
}

#content{
	position:absolute;
	top:260px;
	overflow:visible;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	width: 680px;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:smaller;


	}

#news {
	padding:40px;
	padding-top:20px;
	font-size:11px;
	
	
}

#table{
	padding-left:25%;
	padding-right:25%;
	padding-top:20px;
	padding-bottom:40px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
	

#links {
	background-color:#e7dfc7;
	width:200px;
	position: relative;
	float:right;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
}


ul li {
	display:block;
	list-style-type:none;
}

ul li a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/datesbtn.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:400px;
	top:151px;
}

ul li a:hover {
	background-position:-98px;
}

ul li#nav2 a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/members.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:505px;
	top:151px;
}

ul li#nav2 a:hover {
	background-position:-98px;
}

ul li#nav3 a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/standingsbtn.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:610px;
	top:151px;
}

ul li#nav3 a:hover {
	background-position:-98px;
}

ul li#nav4 a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/salering.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:715px;
	top:151px;
}

ul li#nav4 a:hover {
	background-position:-98px;
}

ul li#nav5 a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/newsletterbtn.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:820px;
	top:151px;
}

ul li#nav5 a:hover {
	background-position:-98px;
}

ul li#nav6 a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/directorsbtn.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:925px;
	top:151px;
}

ul li#nav6 a:hover {
	background-position:-98px;
}

ul li#nav7 a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/sponsorsbtn.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:1030px;
	top:151px;
}

ul li#nav7 a:hover {
	background-position:-98px;
}

ul li#nav8 a {
	display:block;
	height:31px; width:98px;
	background:transparent url(images/linksbtn.jpg) no-repeat 0 0;
	text-indent:-9009px;
	position:absolute;
	left:1120px;
	top:151px;
}

ul li#nav8 a:hover {
	background-position:-98px;
}



#bottom {
	background-image:url(images/foot.jpg);
	background-repeat:no-repeat;
	height:15px;
	width:680px;
}

#footer {
	position:absolute;
	bottom:0px;
	height:10px;
	padding-bottom:25px;
	width:672px;

}
