body {
	background: #000;
	margin: 0;
	padding: 0;
	font: 14px/24px "Times New Roman", Times, serif;
	text-align: center;
}
table {border-collapse: collapse;}
table td { padding: 10px; }
hr {
	border: none 0;
	border-top: 1px solid #000;
	width: 80%;
	height: 1px;
}
.clear {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background: url(../img/bodybg.gif) repeat-y;
}
#logo {
	margin: 0;
	padding: 0;
	height:180px;
	width:950px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9000px;
}
#left {
	width: 220px;
	float: left;
}
div#signup {
	padding: 10px 0 20px;
	font-family: Arial, sans-serif;
	color: #fff;
	background:#8e2924;
	text-align: center;
}
div#signup h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1.1em;
}
div#signup p {
	margin: 0;
	font-size: .9em;
}
form label.noshow {
	position: absolute;
	text-indent: -99999em;
}
form input {
	margin: 0;
}
form .submit {
	margin: 0;
	padding: 2px;
	color: #fff;
	background: #222;
	font-size: 1em;
	border: 1px solid #fff;
}
form .submit:hover,
form .submit:focus {
	color: #000;
	background: #fff;
	border: 1px solid #8e2924;
}
/* --- navigation --- */
#navcontainer {
	width: 220px;
	margin-top: 20px;
}
#navcontainer ul {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font: bold 14px/24px "Times New Roman", Times, serif;
}
#navcontainer a {
	display: block;
	width: 220px;
	height: 24px;
	text-indent: 10px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #000;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #8b2a24;
	text-decoration: none;
}
/* --- contact info--- */
#contact {
	width: 220px;
	font: 1em "Times New Roman", Times, serif;
	color: #000;
	margin-top: 10px;
	padding-left: 10px;
}
#contact h2 {
	font-size: 1.1em; 
	margin-bottom: -8px;
}
#contact a, #contact a:visited { color: #000; }
#contact a:hover { color: #8b2a24; }
#contact a img { border: none; } 
#content {
	width: 640px;
	margin: 20px 0;
	padding: 0 30px;
	float: left;
}
#content h2 {
	font: normal 1.5em "Times New Roman", Times, serif;
	color: #000;
	padding: 0 0 6px 0;
	background: url(../img/headingbg.gif) no-repeat;
}
.text {
	font: 1em/1.3em "Times New Roman", Times, serif;
	color: #231f20;
	margin-bottom: 10px;
}
.text a { color: #000; text-decoration: none; font-weight: bold; }
.text a:visited { color: #000; }
.text a:hover { color: #8b2a24; }

.text h2 { color: #000; font-size: 1.3em; margin-top: 0; }
.text h3 { color: #000; font-size: 1.2em; margin-top: 0; }
.text h4 { color: #000; font-size: 1.1em; }
#subnav {
	margin: 0 0 10px 0;
	padding: 0;
}
#subnav li {
	list-style: none;
	line-height: 1.2em;
}
#subnav li a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#subnav li a:visited {color: #000;}
#subnav li a:hover {color: #8b2a24;}
/* player container */
div.player {
	height:236px;
	width:314px;
	cursor:pointer;
	float:right;
	text-align:center;
	margin: 0 0 20px 20px;
	background: url(../img/commercial.gif) no-repeat;
}
/* play button */
div.player img {
	margin-top:67px;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #000;
	float: right;
}
.imagecenter {
	margin: 10px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
#map {
	margin: 10px;
	padding: 0px;
	width: 500px;
	height: 300px;
	border: 1px solid #000;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 780px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px "Times New Roman", Times, serif;
	color: #eee;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #eee;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px "Times New Roman", Times, serif;
	color: #555;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #555;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #fff;
	text-decoration: none;
}