body 
{
  color: white;
  font-family: Verdana;
  background: #0C2058 url(images/world2.png)  fixed center no-repeat;
}

a 
{
	color: #FCF884;
	text-decoration:none;
}

a:link 
{
	color: #FCF884;
	text-decoration:none;
}
a:visited 
{
	color: #FCF884;
	text-decoration:none;
}
a:hover 
{
	color: white;
	text-decoration:none;
}

a:active 
{
	color: white;
	text-decoration:none;
}

h1, h2
{
	color: #3D91CD;
}

#header
{
	height: 200px;
	/*border: 1px yellow solid;*/
}

#logo
{
	margin-top: 25px;	
	margin-left: 15px;
}


#leftsidebar
{
	float: left;
	/*border: 1px green solid;*/
	width: 240px;;
}

#navigation
{
	padding: 40px;
	font-size: large;
	margin-bottom: 40px;
}

#listennow
{
	font-size: small; 
	margin-right:25px; 
	text-align:right;
}

#onair
{
	float: left;	
}

#body
{

}

#content
{
	float: left;
	width: 50%;
}

#ad
{
	/*margin-top: 15px;
	margin-right: 15px;*/
	margin: 15px;
	float: right;
	width: 200px;
	height: 525px;
	background-color: #5879DC;
}

#world
{
	
}