@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	height:100%; /* needed for container min-height */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.music-helper {
	display: block;
	height: 30px;
	width: 30px;
}

a img {
	border: none;
}
p      {
	margin-bottom: 16px;
}
a {
	color:#00a7ec;
}
a:hover {
	color:#EC0C8A;
}
#container {
	width: 960px;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	margin: auto;
}
div#flashBack {
	position: absolute;
	z-index: 60;
	height: 1500px;
	width: 888px;
	margin-left: -280px;
	bottom: 0px;
}

#masthead {
	display: block;
	height: 80px;
	width: 686px;
	background-image: url(../images/masthead-call.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#guts {
	width: 686px;
	margin-right: auto;
	margin-left: auto;
	padding: 37px 0px 190px 274px;
	color: #FFF;
	position: relative;
	z-index: 1313;
}
#guts h2 {
	font-size: 20px;
	color: #00a7ec;
	margin-bottom: 4px;
}
#nav {
	margin-bottom: 50px;
}
#nav li {
	font-size: 11px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 175px;
}
#nav li a:hover {
	color: #00a7ec;
}
#nav li a.selected {
	color: #fef300;
}
#content {
	text-transform: uppercase;
	width: 511px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
}
#content ul {
	margin-bottom: 18px;
	list-style-type: none;
	line-height: 24px;
}
#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding-left: 25px;
}
#content h1 {
	font-size: 30px;
	color: #FEF300;
	margin-bottom: 16px;
}

#leftcol {
	display: block;
	float: left;
	width: 175px;
}

div#footer {
	font-size: 12px;
	color: #3C496A;
	text-align: center;
	display: block;
	width: 480px;
	height: 32px;
	padding-top: 810px;
	line-height: 18px;
	position: absolute;
	bottom: 0px;
	padding-left: 480px;
}
#footer a {
	color: #3C496A;
}
#footer a:hover {
	color: #FEF300;
}
#content .disclaimer {
	font-size: 11px;
	color: #CCC;
	text-transform: none;
	padding: 16px;
}
