body {
	margin: 10px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: "century gothic",sans-serif;
	background: #FFF url(images/body_bg_1.jpg) fixed repeat-x;
	color: #333;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 850px;
	max-width: 53.125em;
	text-align: left;
	background: #FFF;
	border: 1px solid #B0C4DE;
}
#banner {
	font-size: 3.4em;
	font-weight: bold;
	color: #B0C4DE;
	padding: 30px 10px 0px 10px;
}
#banner a {
	color: #B0C4DE;
}
#banner a:hover {
	color: #B0C4DE;
	text-decoration: none;
}
#northern {
	font-variant: small-caps;
}
#rotary_img {
	float: right;
	margin-top: -20px;
}
#spacer {
	padding-top: 365px;
}
#header {
	position: absolute;
	top: 120px; 
	left: 10px; right: 10px;
}
#header hr {
	margin-top: 20px;
}
#main_menu {
	font-size: 1.4em;
	font-family: georgia,serif;	
	color: #906;
}
#main_menu a:hover {
	text-decoration: none;
}
#main_menu a.selected {
	color: #808080;
}
#dropmenudiv {
	position: absolute;
	z-index: 100;
	text-align: left;
	text-indent: 4px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #DCDCDC;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	font-size: 0.8em;
	padding: 3px 0;
	background: #F5F5F5;	
	border-bottom: 1px solid #DCDCDC;
}
#dropmenudiv a:hover {
	color: #906;
	text-decoration: none;
	background: #DCDCDC;
}
#search {
	text-align: right;
	margin-top: 15px;
}

.main_text {
	font-size: 1em;
	padding: 20px 10px 10px 10px;	
}

#right_column {
	float: right;
	width: 200px;
	font-size: 0.8em;
	border: 1px solid #4682B4;
	padding: 5px;
}
#right_column_header {
	font-family: georgia,serif;
	font-weight: normal;
	font-size: 1.4em;
	background: #B0C4DE;
	padding: 5px;
}
.right_column_header {
	font-family: georgia,serif;
	font-weight: normal;
	font-size: 1.4em;
	background: #B0C4DE;
	padding: 5px;
}

#left_column {
	width: 600px;
}
#left_column img {
	border: 1px solid #BBB;
	margin-right: 5px;
	float: left;
}
#footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	color: #FFF;
	background: #B0C4DE url(images/footer-bg.gif) repeat-x;
	margin: 10px;
}
#footer hr {
	color: #F5F5F5;
	background: #F5F5F5;
	border: 0;
	height: 2px;
}
#bottom_menu {
	color: #906;
	font-weight: normal;
	padding: 5px 0 10px 0;
}
#copy a {
	color: #FFF;
}
#copy a:hover {
	color: #808080;
	text-decoration: underline;
}

a { 
	color: #906;
	text-decoration: none;
 }
a:hover { 
	color: #808080;
	text-decoration: underline;
}
ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ul.sub { 
	list-style-type: circle;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: decimal;	
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #B0C4DE;
	background: #B0C4DE;
	border: 0;
	height: 1px;
}
form {
	margin: 0;
}
/* h1 = title */
h1 {
	font-size: 1.5em;
	font-family: georgia,serif;
	font-weight: normal;
	color: #4682B4;
}
/* h2 = subheader */
h2 {
	font-size: 1.4em;
	font-family: georgia,serif;
	font-weight: normal;
	color: #4682B4;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #4682B4;	
}

.title {
	font-size: 1.5em;
	font-family: georgia,serif;
	color: #4682B4;
}
.subheader {
	font-size: 1.4em;
	font-family: georgia,serif;
	color: #4682B4;
}
.boldtext {
	font-size: 1.2em;
	color: #4682B4;	
}
.smalltext {
	font-size: 0.8em;
}

.form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

#raceshow, #ss, #ss2 {
	border: 1px solid #B0C4DE;
	padding: 5px 6px 0 6px;
}
a.ss img {
	border: 6px solid #FFF;
}

a.ss:hover img {
	border: 6px solid #906;
}

a.ss:hover {
	color: #DAA520; /* irrelevant definition to overcome IE bug */
}

table {
	font-size: 12px;
/*	font-size: 0.75em;
	*font-size: 12px; /* fix for IE6 */
/*	_font-size: 12px; /* fix for IE7 */
	border: 1px solid #B0C4DE;
}
table tr.alt {
	background: #F5F5F5;
}

.button {
	width: 120px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}
.button a {
	display: block;
	width: 100%;
	color: #FFF;
	background: #906;
	padding: 10px;
} 
.button a:hover {
	color: #FFF;
	background: #808080;
	text-decoration: none;
}
