@charset "utf-8";
/* General Statements */
* {margin:0; padding:0;}
html {height:100%;}
body {
	background:url(../images/site/bg.png) repeat-x #210700;
	font-size:.9em;
	font-color:#111;
	font:Georgia, "Times New Roman", Times, serif;
	height:100%;
}

#container {
	width:831px; height:100%;
	margin-left:auto;
	margin-right:auto;
	}

a {color:#210700; text-decoration:underline;}
a:hover {color:#543A33;}

/* Main Column Layout */

#content {
	width:831px; height:auto !important; height:100%; min-height:100%;
	background:url(../images/site/area_bg.jpg) repeat-y center;
	padding-left:3px;
}

/* Inner Content Statements */

#header-top {
	width:788px; height:29px;
	background:url(../images/site/top_grunge.jpg) repeat-x #210700;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#header-top p {
	color:#FDFDFD;
	font-size:12px;
	font:Georgia, "Times New Roman", Times, serif;
	padding:5px 7px 0 0;
}

#header-main {
	width:788px; height:125px;
	margin-left:auto;
	margin-right:auto;
}

#header-bot {
	width:788px; height:13px;
	background:url(../images/site/bottom_grunge.jpg) repeat-x #210700;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:788px; height:83px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#spacer{
	clear:both; position:relative;
	width:831px;
	height:80px;
}

#foot-contain {
	width:831px; height:80px;
	background:url(../images/site/area_bg.jpg) repeat-y center;
	clear:both;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-left:3px;
	margin-top:-80px;
}

#footer {
	position:absolute;
	bottom:0; left:50%; margin-left:-393px;
	width:788px; height:50px;
	background:url(../images/site/footer_grunge.jpg) repeat-x;
	background-position:bottom;
	text-align:center;
	font-size:.7em;
	color:#090200;
}

#atv-rider {
	position:absolute;
	bottom:16px; right:23px;
	z-index:2;
}

/* Inner Content Columns */

	/* Left Content Column */
#left-content {
	margin:1em 2px 9px 24px;
	float:left;
	width:220px;
	text-align:center;
	vertical-align:top;
}

#navi {
	width:216px;
	margin-left:auto;
	margin-right:auto;
}

#nav-top {
	width:216px; height:23px;
	background:url(../images/site/navigation_bg.png) no-repeat 0 0;
}

#nav-mid {
	width:216px; height:100%; max-height:334px;
	background:url(../images/site/navigation_bg.png) repeat-y #210700;
	background-position:0 -24px;
	
}

#nav-bot {
	width:216px; height:23px;
	background:url(../images/site/navigation_bg.png) no-repeat 0 -377px;
}

	/* Navigation */
	
#nav-mid ul{
	list-type:none;
	width:200px;
}

#nav-mid ul li{
	width:185px;
	list-style:none;
	margin:0 0 0 1em;
	text-align:left;
	color:#EFEADD;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
}

#nav-mid ul li a{
	text-align:left;
	color:#EFEADD;
	text-decoration:none;
	display:block;
	border-top:1px solid #210700;
	border-bottom:1px solid #210700;
	padding-left:9px;
}

#nav-mid ul li a:hover{
	border-color:#9e9685;
	background-color:#4a2513;
	color:#FFF;
	padding-left:20px;
	text-shadow: #210700 4px 2px 5px;
}

	/* End Navigation */
	/* End Left Content Column */
	
	/* Middle Content Column */
#mid-content {
	width:359px;
	float:left;
	margin:1em 0 1em 0;
}

#mid-content p {
	text-indent:1em;
	font-size:12px;
	margin-top:1em;
}
	/* End Middle Content Column */
	/* Right Content Column */
	
#right-content {
	width:198px;
	float:left;
	margin:1em 0 0 1px;
	text-align:center;
}

#upcoming {
	background:url(../images/site/upcoming_bg.jpg) repeat-y;
	text-align:left;
}

#upcoming ul {
	list-style:none;
	padding-left:2.1em;
}

#upcoming ul li {
	margin:6px 0 6px 0;
	font-size:12px;
}

#upcoming ul li p {
	padding-left:8px;
}

#upcoming ul li.all {
	text-align:right;
	padding-top:3px;
}
	/* End Right Column */
