@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 5px;

}
a {
	color: #b02a21;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 1000px;

} 
#top{
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	width: 966px;
	height: 36px;
}
#bodytext{
	background-color:#FFFFFF;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	width: 966px;
	text-align: left;
}
#bottom{
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	width: 966px;
	height:36px;

}
/*header holds the navigation and the logo*/
#header{
	background-color: #ffffff;
	padding-top: 10px;
	text-align: left;
	height: 60px;
	width: 966px;
	padding-bottom:20px;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;

}
#header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	line-height: 60px;
	}
#header li {
	display: inline;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

}
#header li a {
	color: #000000;
	text-decoration: none;
	padding:20px 8px 10px 10px;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
#header li a:hover {
	color: #990000;
	background-color: #ffffff;
	background-image: url(images/menubkg.png);
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
}
/*logo div holds the logo. Background can be swapped, which is why the logo and bacground color are separate files*/
#logo {
	width:221px;
	height:60px;
	float:left;
	text-align:center;
}
#logo img{
	border: 0px;
	padding-top: 5px;
}
/* styles for the body text */
#bodytext img {
	border: 0px;
}
#bodytext a {
	color:#990000;
	text-decoration: none;
}
#bodytext p {
	padding: 0 0 10px 0;
	margin: 0px 0px 0px 40px;
	font-size:12px;
}
/*innerwrap holds everything together inside of bodytext, letting us position inner divs without breaking the frame */
#innerwrap {
	position: relative;
	width: 960px;
	height: 90%;
	min-height: 500px;
}
#innerwrap a img {
	border: 0px;
	margin-bottom: 10px;
	opacity:1;
	/*IE's asinine, non-standard tranparency here*/
	filter:alpha(opacity=100);
	}
#innerwrap a:hover img {
	opacity:0.8;
	/*IE's asinine, non-standard tranparency here*/
	filter:alpha(opacity=80);
}
/* kart, golf, and rcrace divs each old one of the three "sections" on the home page */
#kart{
	float: left;
	text-align: left;
	margin: 0px 0px 0px 30px;
	height: 455px;
}
#kart h1 {
	font-size: 20px;
	color: #990000;
	margin-left: 40px;
	margin-top: -60px;
	font-style: italic;
	z-index: 100;
}
#golf{
	float: left;
	text-align: left;
	margin-left: 10px;
	height: 455px;
}
#golf h1 {
	font-size: 20px;
	color: #990000;
	margin-left: 40px;
	margin-top: -60px;
	font-style: italic;
}
#rcrace{
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	height: 455px;
}
#rcrace h1 {
	font-size: 20px;
	color: #990000;
	margin-left: 40px;
	margin-top: -60px;
	font-style: italic;
}
/*Announce holds announcements. They load after the three pictures on the home page */
#announce {
	text-align: center;
	width:960px;
}
#announce p{
	font-size:14px;

}
/*sub page styles */
/*main nav holds the main links from the home page */
#mainnav {
	list-style: none;
	margin: 0px;
	padding-left: 225px;
	padding: 0px;
	padding-top:10px;
	padding-bottom: 10px;
	line-height: 18px;
	background-color:#990000;
	}
#mainnav li {
	display: inline;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;

}
#mainnav li a {
	color: #ffffff;
	text-decoration: none;
	padding:10px 8px 10px 10px;
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid;
	margin-left:2px;
}
#mainnav li a:hover {
	color: #990000;
	background-color: #ffffff;
	background-image: url(images/menubkg.png);
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
}
#mainnav li a.current {
	color: #990000;
	background-color: #ffffff;
	background-image: url(images/menubkg.png);
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;

}
#leftcol{
	float: left;
	text-align: left;
	margin: 0px 0px 0px 30px;
	height: 455px;
	width: 300px;
}
#leftcol h1 {
	font-size: 20px;
	color: #990000;
	margin-left: 40px;
	margin-top: -60px;
	font-style: italic;
	z-index: 100;
}
#leftcol h2 {
	font-size: 22px;
	color:#990000;
	font-weight: bold;
	line-height:25px;
}

#leftcol h3 {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}
#leftcol li {
	font-size: 14px;
	
}
#rightcol {
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 620px;
}
#rightcol h2 {
	font-size: 22px;
	color:#990000;
	font-weight: bold;
	line-height:25px;
}

#rightcol h3 {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}
#rightcol li {
	font-size: 14px;
	
}