@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-color: #dad7b8;
	margin: 0 auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia;
	font-size: 12px;
	color: #0a0908;
}

#header {
	position:relative;  
	width:990px;
}
#center {
	position: relative;
	margin: 0 auto;
	width: 990px;
}
#content-left {
	float: left;;
	width: 245px;
	padding:20px 0 0 25px;
}
#content-right {
	float: right;;
	width: 650px;
	padding-right:25px;
}
#footer {
	clear:both;
	text-align: right;
}
#sponsors {
	margin-top: 25px;
}
#gallery {
	clear:left; width:585px;
}
#thumbs {
	float:left;
	width:129px;
	padding: 10px 9px 15px 8px;
	text-align:center;
}
#thumbs img {
	border:#998e5a solid 2px;
	margin-bottom:5px;
}
#events-signup {
	background-color: #c4bf9f;
	border: #b0a781 solid 2px;
	padding: 10px;
}
#events-signup label {
	width: 60px;
	float: left;
	display: block;
	margin-top:2px;
	font-style:italic;
}
#events-signup  .inputtext {
	background: #c5c395;
	border: 1px solid #b0a781;
	width:150px;
	height:14px;
	font-size:12px;
}
#events-signup  .inputtextarea {
	background: #c5c395;
	border: 1px solid #b0a781;
	width:125px;
	height:200px;
	font-size:12px;
}
#events-signup  .checkbox {
	float:left;
	width:150px;
	margin-left:25px;
	display:block;
}
.titles {
	font-size:18px;
	font-weight:bold;
}
.supertext {
	font-size: 10px;
	font-weight: bold;
	vertical-align: super;
}
.footnote {
	display: block;
	margin: 30px 0 30px 0;;
	font-size: 10px;
	font-style: italic;
}
ul {list-style-type: none; padding: 0; margin: 0;}
li {padding-left: 20px; margin-left: 5px;}
li.black {background: url(images/star-black.png) left center no-repeat;}
li.red {
	background: url(images/star-red.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin: 10px 0 0 10px;
}
li.subnav {
	display: inline-block;
	float:left;
	padding: 0 20px 0 20px;
	font-style:italic;
	font-weight:bold;
	background: url(images/star-red.png) left center no-repeat;
}
hr {color: #6e6343; height: 2px;}

.red-text {color: #8c0202;}

a:link {
	color: #9b422a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9b422a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #9b422a;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #9b422a;
	font-weight: bold;
	text-decoration: none;
}
a img {border: 0px;}

label {
	width: 75px;
	float: left;
	display: block;
	margin-top:2px;
	font-style:italic;
}
.inputtext {
	background: #c5c395;
	border: 1px solid #b0a781;
	width:250px;
	height:14px;
	font-size:12px;
}
.inputtextarea {
	background: #c5c395;
	border: 1px solid #b0a781;
	width:525px;
	height:200px;
	font-size:12px;
}
.checkbox {
	float:left;
	width:175px;
	margin-left:25px;
	display:block;
}