* { padding: 0; margin: 0; }
body, html{
	height: 100%;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html{
	margin: 0px;
	background: #000;
}
body{
	position: relative;
	top: 0px;
	margin: 0 auto 0 auto;
	width: 1100px;
	display: table;
}
a{
	text-decoration: none;
	color: #fec416;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
#header{
	height: 115px;
	width: 900px;
	padding: 0 100px 0 100px;
}
#headerBanner{
	padding: 9px 0 16px 10px;
	float: left;
	display: inline;
}
#audioPlayer{
	float: right;
	display: inline;
}
#topNav{
	padding: 0 0 0 110px;
}
.topNavBtn{
	margin: 18px 0 0 0;
}
.navRollOver{
	display: block; 
	position: relative; 
	overflow: hidden;
	width: 115px; 
	height: 36px;
}
.navRollInner{
	position: absolute; 
	top: 0px; 
	border: none;
}
#bottomNav{
	padding: 0 0 0 304px;
}
#emailSignUp input.inputbox{
	width: 108px;
	height: 14px;
	background-color: #1d1d1d;
	color: #AAA;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	padding: 0 2px 0 2px;
	margin: 0px 0 0 0;
}
#emailSignUp input#submit{
	width: 48px;
	height: 25px;
	margin: 0 0 -8px 0;
}
#footer{
	padding: 17px 0 0 472px;
}
#noflashmessage img{
	color:#666666;
}
