body{
	margin: 0;
	padding: 0;
	background-color: #0097DE;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper{
	background: url(images/bg_tile.jpg) repeat-x;
	text-align: center;
}

#box{
	background-color: #CCCCCC;
	width: 540px;
	margin: 0px auto;
	padding: 30px 0px;
	margin-bottom: 20px;
}

#footer{
	background: url(images/footer.jpg) repeat-x;
	height: 35px;
	clear: both;
	position: relative;
}

#footer img{vertical-align: middle;}

#footer p{
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	color: #CCCCCC;
}


#footer a:link, #footer a:visited{
	font-weight: bold;
	color: #FFFFFF;
}

h1{
	background-color: #999999;
	width: 480px;
	height: 30px;
	padding: 0;
	margin-left: 30px;
	text-align: left;
	clear: both;
	cursor: pointer;
}

h1.active{
	background-color: #111111;
}

h1 img{
	margin-top: 5px;
	margin-left: 5px;
}



table {margin: 0px auto;}

a img{border: none;}

.clearer{ clear: both; }

p {width: 450px; text-align: left; margin-left: 20px;}

li {text-align: left; margin: 0px 40px 0px 20px;} /*width: 400px;*/



div.panel {display: none; text-align: left; margin-left: 26px;}

.panel img { padding: 5px; }


.newsstories{
	background: url(images/ttl_News_Stories.jpg) no-repeat 6px 1px;
	background-color: #999999;
	width: 480px;
	height: 30px;
}

.bio {
		background: url(images/ttl_Bio.jpg) no-repeat 6px 1px;
	background-color: #999999;
	width: 480px;
	height: 30px;
}

.spots {
	background: url(images/ttl_Spots.jpg) no-repeat 6px 1px;
	background-color: #999999;
	width: 480px;
	height: 30px;
}

.active {
	background-position: 6px -30px;
	background-color: #111111;
}

#player{
	text-align: center;
	margin: 0px auto;
}

a.player {	
	margin-top:40px;
	display:block;
	background:url(images/player.jpg) no-repeat;
	width:480px;
	height:380px;
	padding:0;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

