html, body{
	background: #f1f1f1;
	margin-top: 0px;
}
#wrapper{
}
.nowPlaying{
	float: right;
	margin: 10px;
	/**/
	font-family: AnotherHelv,Arial;
	font-weight: 100;
	font-size: 14px;
	color: white;
}
.nowPlaying img, .button{
	height: 16px;
	vertical-align: middle;
	margin-bottom: .25em;
	cursor: pointer;
}
#bannerCycler{
	margin: 0px auto 0px auto;
}
.banner{
	height: 250px;
	width: 900px;
	margin: 0px auto 0px auto;
}

.banner H1, .banner H2{
	font-family: AnotherHelv,Arial;
	font-weight: 100;
	color: white;
	margin: 15px;
}
.banner H1{
	font-size: 50px;
}
.banner H2{
	font-size: 20px;
	margin: 5px 15px 15px 15px;
}
.logo{
	margin: 15px;
}
#menu{
	background: white;
	margin: 0px auto 0px auto;
	width: 900px;
	/**/
	font-family: verdana;
	font-size: 14px;
	font-weight: 120;
	color: #436187;
	border-bottom: 2px solid #436187;
}
#menu li{
	display: inline-block;
	margin: 0px 5px 0px 5px;
	/*border: 1px solid #436187;*/
	padding: 3px;
	cursor: pointer;
}
#content{
	margin: 0px auto 0px auto;
	background: white;
	width: 890px;
	padding: 5px;
	font-family: verdana;
}
.innerContent{
	display: none;
}
#content p{
	font-size: 12px;
	max-width: 450px;
	margin: 5px;
}
#content H1, #content H2, #content H3{
	font-family: AnotherHelv,Arial;
	font-weight: 100;
	color: #436187;
	margin: 5px;
}
#content a, #content a:hover, #content a:link, #content a:active, #content a:visited{
	color: #436187;
}
.divFloatRight{
	float: right;
	max-width: 420px;
}
.rightItem{
	border: 3px solid #436187;
	background: #f1f1f1;
	text-align: justify;
}
#playlist{
	width: 100%;
	font-family: verdana;
	font-size: 13px;
	border-collapse: collapse;
}
#playlist .color{
	background: #f1f1f1;
}
#playlist .highlight, #playlist .highlight a:link, #playlist .highlight a:active, #playlist .highlight a:visited, #playlist .highlight a:hover{
	background: #436187;
	color: #f1f1f1;
}
.playlistRow{
	cursor: pointer;
}
.playlistRowLinkDiv{
	display: none;
}
#contentOver{
	min-height: 400px;
}
#contentTwitter{
	min-height: 210px;
}
#contentHome{
	min-height: 300px;
}
#footer{
	background: #436187;
	margin: 0px auto 0px auto;
	width: 890px;
	padding: 5px;
	/**/
	font-family: verdana;
	font-size: 12px;
	font-weight: 120;
	text-align: center;
	color: white;
}
#footer a, #footer a:hover, #footer a:link, #footer a:active, #footer a:visited{
	color: white;
}