body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFE4;
}

a,a:link,a:visited {
	color:#D44B07; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
}

a:hover {
	color:#D44B07; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 12px; 
}

a.footer:link {color:#FFFFFF; font-weight: normal; text-decoration: none; font-size: 12px; font-family: Arial }
a.footer:visited {color:#FFFFFF; font-weight: normal; text-decoration: none; font-size: 12px; font-family: Arial }
a.footer:hover {color:#FFFFFF; font-weight: normal; text-decoration: underline; font-size: 12px; font-family: Arial }

.title {
	font-size: 14px;
	font-weight: bold;
	color: #6F0101;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.clear {
	clear: both;
}

#web_container {
	width: 100%;
	text-align: justify;
}

#header_bg {
	height: 75px;
	background: url("images/bg_header.jpg") repeat-x;
}

#header {
	width: 960px;
	margin: 0px auto;
}

#nav {
	height: 18px;
	background: url("images/bg_nav.jpg") repeat-x;
	text-align: center;
}
	#nav img {
		margin-right: 15px;
	}

#nav_spacer {
	height: 8px;
	background: url("images/bg_nav_spacer.jpg") repeat-x;
}
	
#banner_bg {
	height: 260px;
	background: url("images/bg_banner.jpg") repeat-x;
}

#banner {
	width: 960px;
	margin: 0px auto;
}

#preview_buttons_bg {
	width: 960px;
	margin: 0px auto;
}

#preview_buttons {
	height: 50px;
	margin-top: -54px;
	margin-left: 587px;
	margin-bottom: 3px;
}

	#preview_buttons img {
		margin-right: 8px;
	}

#content_bg {
	background: url("images/bg_content.jpg") repeat-x;
}

#content {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 20px;
}

#content_left {
	float: left;
	width: 570px;
}

#content_right {
	float: right;
	width: 370px;
}

	#content_right img {
		margin-top: 10px;
		margin-left: 40px;
	}

#more_videos {
	text-align: left;
}

#event_dates {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #6F0101;
}

#event_desc {
	float: left;
	width: 270px;
}

#footer_bg {
	background: url("images/bg_footer.jpg") repeat-x;
}

#footer {
	width: 960px;
	margin: 0px auto;
	color: #FFF;
}

.footer_div {
	float: left;
	margin-top: 10px;
}

#spacer {
	height: 1px;
	background-color: #FFF;
}

#copyright {
	padding: 8px;
	background-color: #5C0001;
	text-align: center;
	color: #FFF;
}