body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4;
	background-color: #000000;
}
/* RESET*/
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0px 15px;
}
a {
	color: #9e0b0f;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14pt;
	letter-spacing: 0.1em;
}
a:hover, a:active, a:focus { text-decoration: underline; }
a img { border: none; }
#container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	height: 640px;
	background-image: url(../images/bckSplash.jpg);
}
#header {
	height: 100px;
	width: 960px;
	margin-top: 25px;
}
#header .content {
	text-align: center;
	padding: 20px 0 0 0;
}
/*#header .content a{
	color: #9e0b0f;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14pt;
	letter-spacing: 0.1em;
}*/

#banner {
	height: 390px;
	width: 960px;
}
.marquee {
	position:absolute;
	overflow:hidden;
	width:960px;
	height:390px;/*	border:solid black 1px;
	padding: 5px 0px;*/
}

.company1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28pt;
	font-weight: bold;
}
.company2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.company3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}
.divider {
	color: #9e0b0f;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;
}
#overlay {
	position: absolute;
	height: 390px;
	width: 960px;
	top: 100px;
/*	background-color: #F0F;*/
}
#overlay .faded {
	opacity:.3;
	filter:alpha(opacity=30);
/*	height: 640px;
	width: 960px;*/
}

#footer {
	height: 200px;
	width: 940px;
	margin: 15px 0 0 0px;
}
#footer .text {
	width: 710px;
	height: 75px;
	margin: 0px 0 0 30px;
	float:right;
}
#footer .logo { 
	float: left;
	margin: 15px 0 0 40px; 
}
#footer .player {
	margin: 15px 0 0 30px;
	float: left;
}

#footer .links {
	text-align:left;
	margin: 20px 0 0 0;
}
#footer .italics {
	font-size: 28px;
	font-style: italic;
}
#footer .description{
	font-size: 15px;
	line-height: 19px;
	margin: 10px 35px 0 50px;
}
#footer em {
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

