body
{
	background-color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

.wsps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

.wspsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

#Navigation
{
	padding: 0;
	background-color: #fff;
	text-align: left;
	margin: 0 auto;/**/
	width: 750px;
	height: 169px;
}

#leftNav, #centerNav, #rightNav
{
	float: left;
	padding: 0;
	text-align: left;
}

#leftNav
{
	width: 228px;/**/
	height: 169px;
}

#centerNav
{
	width: 91px;
	height: 169px;
}

#rightNav
{
	width: 431px;
	height: 169px;
}


#Content, #SongsPlayed
{
	padding: 10px;/**/
	background-color: #fff;
	text-align: left;
	margin: 0 auto;/**/
	width: 730px;
}


#RecentlyPlayed, #ComingUp
{
	background-color: #fff;
	text-align: left;
	float: left;
	width: 340px;
	padding: 10px;
}

#RecentlyPlayed 
{
	border: solid #333;
	border-width: 0 1px 0 0;
}

#SongsPlayed:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#SongsPlayed
{
display: inline-table;/**/
}

/* Hides from IE-mac \*/
* html #SongsPlayed{height: 1%;}
#SongsPlayed{display: block;}
/* End hide from IE-mac */

#Navigation:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#Navigation
{
display: inline-table;/**/
}

/* Hides from IE-mac \*/
* html #Navigation{height: 1%;}
#Navigation{display: block;}
/* End hide from IE-mac */




