﻿body {
	background: url(images/background.png) center repeat-y #000;
	background-attachment: fixed;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000; margin: 0px; padding: 0 0 5px 0;
	}
	
/*--Main header--*/
h1 { font-size: 36px; font-weight: normal; text-align: center; margin: 0; }
/*--section headers--*/
h2 { font-size: 28px; font-weight: normal; text-align: left; margin: 0 0 10px 0; }
/*--All other subheaders--*/
h3 { font-size: 22px; font-weight: normal; margin: 0 0 10px 0; }
h4 { font-size: 17px; font-weight: normal; margin: 0 0 10px 0; }

p { margin: 0 0 15px 0; }

/*--Generic Link styling--*/
a { color: #a00; text-decoration: none; }
a:hover { color: #ccc; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }


/*--Top Level Div Element--*/
#main_container {
	margin: auto;
	width: 998px;
	padding: 0;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	background: #222;
}

/*--Header Image--*/
#header {
	height: 200px;
	background: url(images/header2.png) no-repeat;
	opacity: 50%;
	margin: auto;
	padding: 0;
	text-indent: -5000px;
}

/*--Menu--*/
#menu {
	float: left;
	height: 30px;
	background: url(images/menu-bg.png) repeat-x;
	border-top: 1px #ccc solid;
	text-align: center;
	color: #000;
	width: 998px;
}

/*--Content Below Header--*/
#content {
	width: 998px;
	padding: 0;
	margin: auto;
	float: left;
}

/*--Center Content Box--*/
#center {
	width: 580px;
	margin-top: 10px;
	padding: 8px;
	float: left;
	background: #fff;
	border: 2px #000 solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/*--Left Column--*/
#left {
	width: 189px;
	float: left;
	padding: 5px;
	margin: auto;
	color: #fff;
	text-align: center;
}

/*--Sidebar Boxes--*/
#sidebox {
	width: 169px;
	padding: 5px;
	margin: 10px auto 10px auto;
	background: #a00;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px #fff solid;
}

#sidebox a { color: white; text-decoration:none; }
#sidebox a:hover { color: #B5B5B5; text-decoration: underline; }
#sidebox a:active { color: #00f; text-decoration: underline; }

/*--Right Column--*/
#right {
	width: 189px;
	float: left;
	margin: 5px auto;
	padding: 5px;
	height: 100%;
	color: #fff;
}

/*--Footer--*/
#footer {
	height: 20px;
	padding-top: 10px;
	clear: both;
	width: 998px;
	margin: auto;
	background: url(images/footer-bg.png) repeat-x;
	border-bottom: #ccc 1px solid;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

/*--Menu Styling--*/
#menu dd {
	display: inline-block;
	margin: auto;
	line-height: 30px;
	font-size: 18px;
}

/*--Photo Gallery Styling/Formatting--*/
#flashcontent {
	padding: 0px;
	height: 600px;
	margin: 0;
	}

#menu a { color: #fff; text-decoration: none; padding: 0 15px 0 15px; height: 30px; }
#menu a:hover { color: #a00; text-decoration: none; padding: 0 15px 0 15px; height: 30px; }
#menu a:active { color: #000; text-decoration: none; padding: 0 15px 0 15px; height: 30px; }

/*--Content Styling--*/
ul.news { list-style: circle; margin: 0 0 10px 20px; text-align: left; }
ul.schedule { list-style: none; margin: 0 0 10px 0;	line-height: 24px; }

ol.points {	list-style-type: decimal; margin: 0 0 10px 20px; padding: 0; text-align: left; font-size: 11px;  }
ol.rules { list-style-type: decimal; margin: 5px 0 10px 20px; padding: 0; text-align: left; font-size: 12px; }
ol.rules li { margin-bottom: 5px; }
ol.subrules { list-style-type: lower-alpha; margin: 5px 0 10px 20px; padding: 0; text-align: left; font-size: 13px; }
ol.subrules li { margin-bottom: 5px; }

p.schedule { margin-bottom: 10px; }
p.foot { font-style: italic; margin: 0; text-align: left; }
p.results { font-size: 9px; }

table { border: 0; padding: 0; width: 100%; }
td { padding: 3px;}
th { text-align: center; }
