BODY { background-image: url(/bg.jpg) }
BODY { background-repeat: no-repeat }
BODY { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-position: top;
	background-color: black;
	margin-left: 0 auto 0 auto;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5 { ;    
	font-family: Helvetica;     
	letter-spacing: 2px;  
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 20px;
	color: #FFF;
}

#main {
	width:800px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	text-align: left;
}

#header {
	width:800px;
	height: 120px;
	background-image: url(/header.gif);
}

#navcontainer {
	width: 800px;
	height: 27px;
	background-image: url(/images/nav_bg.jpg);
}

ul#navlist
{
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-right: 10px;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	color: #781e1e;
}

#navlist a { 
	font-size: 12px;
	padding: 1px 5px; 
}

#navlist a:link, #navlist a:visited
{
	color: #F2F2F2;
	font-weight: bold;
	text-decoration: none;
}

#navlist a:hover
{
	color: #767676;
	text-decoration: none;
}

#comingSoon {
	width: 800px;
	height: 330px;
}

#upcomingEvents {
	width: 770px;
	min-height: 500px;
	padding: 15px;
	background-color: #000000;
	background-image: url(../images/div_bg.png);
	background-repeat: no-repeat;
}

#upcomingEvents p {
	width: 100%;
	padding: 0;
	margin: 0;
}

#upcomingEvents .title {
	letter-spacing: 1px;
	font-family: sans-serif;
	padding-top: 5px;
	color: white;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #741f18;
}

#upcomingEvents .details {
	letter-spacing: 1px;
	font-family: sans-serif;
	color: #999;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

#upcomingEvents .event {
	padding-top: 10px;
}

#grayDivider {
	width: 800px;
	height: 27px;
	background: url(/images/cs_bottom.jpg);
}

#extrasContainer {
	width: 800px;
	height: 300px;
}

#extrasLeft {
	float: left;
	width: 500px;
	height: 280px;
	background: transparent;
}

#extrasRight {
	float: left;
	width: 300px;
	height: 280px;
	background: transparent;
}

#infoWrapper {
	padding-top: 15px;
	width:800px;
	height:200px;
	background: transparent;
}

#infoBox {
	width:180px;
	height: 200px;
	padding-left:10px;
	padding-right: 10px;
	float: left;
}

#infoBox p {
	font-size: 12px;
	color: #CCC;
}

#infoBox input {
	border: 1px solid maroon;
	height: 20px;
	font-size: 12px;
	background-color: gray;
}

#infoBox .donateSubmit {
	background-color: transparent;
	border: 0px;
	width: 100px;
	height: 35px;
}

#infoBox label {
	font-size: 12px;
	color: #CCC;
}

#footer {
	height: 25px;
	width: 800px;
	font-size: 12px;
	color: #CCC;
	text-align: right;
}