/* Global Styles */

body {
	margin: 0 auto;
	font: 18px Arial, Verdana,Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background: #000;
	padding: 0;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 849px;
}

#container {
	position: relative; 
	background: url('../images/bg.jpg') repeat-y 0 104px;
	margin: 0 auto;
	text-align: center;
	width: 849px;
}

#logo {
	position: absolute;
	top: 62px;
	left: 95px;
	z-index: 2;
}

#content {
	text-align: left;
	width: 849px;
	padding: 0;
	text-align: left;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin: 180px 0 0 0;
}

h1 {
	font: 18px Arial, Verdana,Helvetica, sans-serif;
	font-weight: bold;
	color: #e9b272;
	margin: 6px 0px 10px 20px;
	text-align: left;
}

h2 {
	font: 26px Arial, Verdana,Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 6px 0px 0 20px;
	text-align: left;
}

h3 {
	font: 18px Arial, Verdana,Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.06em;
	color: #000;
	margin: -5px 0 10px 20px;
	line-height: 27px;
	text-align: left;
}

a {
	font: 18px Arial, Verdana,Helvetica, sans-serif;
	color: #970f00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	font: 18px Arial, Verdana,Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 20px 50px 20px 50px;
}

p span {
	color: #970f00;
}

/* Schedule Styles */

#event1, #event2, #event3, #event4, #event5, #event6, #event7, #event8, #event9, #event10, #event11 {
	float: left;
	width: 366px;
	margin-left: 40px;
	background: url('../images/header.gif') no-repeat 0 0px;
}

/* Navigation Styles */

/* Main Nav */

#nav {
	position: relative; 
	background: url('../images/bg_top.jpg') no-repeat 0 0px;
	margin: 0 auto;
	text-align: center;
	width: 849px;
	height: 104px;
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav1 span, #nav2 span, #nav3 span, #nav4 span {
	float: left;
	height: 40px;
	display: block;
	text-decoration: none;
}

#nav1 a, #nav1 span {
	background: url('../images/nav_1.jpg') no-repeat 0 0;
	width: 116px;
	margin-left: 238px;
}

#nav1 a:hover {
	background: url('../images/nav_1.jpg') no-repeat 0 -40px;
}

#nav1 span  {
	background: url('../images/nav_1.jpg') no-repeat 0 -80px;
}

#nav2 a, #nav2 span {
	background: url('../images/nav_2.jpg') no-repeat 0 0;
	width: 105px;
}

#nav2 a:hover  {
	background: url('../images/nav_2.jpg') no-repeat 0 -40px;
}

#nav2 span  {
	background: url('../images/nav_2.jpg') no-repeat 0 -80px;
}

#nav3 a, #nav3 span {
	background: url('../images/nav_3.jpg') no-repeat 0 0;
	width: 89px;
}

#nav3 a:hover  {
	background: url('../images/nav_3.jpg') no-repeat 0 -40px;
}

#nav3 span  {
	background: url('../images/nav_3.jpg') no-repeat 0 -80px;
}

#nav4 a, #nav4 span {
	background: url('../images/nav_4.jpg') no-repeat 0 0;
	width: 61px;
}

#nav4 a:hover  {
	background: url('../images/nav_4.jpg') no-repeat 0 -40px;
}

#nav4 span  {
	background: url('../images/nav_4.jpg') no-repeat 0 -80px;
}