body {
	font-size: 8pt;
	background-color:#000000;
	margin-top:-4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #737550;
}

#mainContainer {
width:860px; 
margin-left:auto;
margin-right:auto;
background-color:#000000;

}
#bodyContainer {
width:860px;
}

#artistImage {
width:312px; 
float:left;
height:auto;
}

#rightBody {
width:535px; float:left; 
}

#artistTitle {
width:335px; float:left;
}

#artistLink {
	width:157px;
	float:right;
	margin-top:4px;
	padding-right: 8px;
}

#header {
width:860px; 
height:326px;

}

#navigator {
width:860px; 
height:56px;
margin-top:-15px;
background: url('../images/nav.png');

}

#navigator ul.nav{
	float: left;
	margin: 0px;
	padding: 0px;
}

#navigator ul.nav li{
	float: left;
	margin: 20px 17px;
	list-style-type: none;
}

#navigator ul.nav li a{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
    text-transform: capitalize;

}

#navigator ul.nav li a:hover{
	text-shadow:0px 2px 3px #ffc;
}



#navigator ul.nav ul{
	visibility:hidden;
  	display:none;
  	position: relative;
}

#navigator ul.nav ul li{
	margin: 0px;
}

#navigator ul.nav li:hover ul{
	visibility:visible;
  	display:block;
  	width:200px;
  	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
  	position: absolute;
  	
}

#navigator ul.nav li li{
  float:left;
  display:block;
  margin-left: 0px;
  list-style-type: none;
  background: url('../images/subnav.png');
  padding:10px 5px;
  border-radius:5px;
}

#navigator ul.nav li li a{
    font-size: 16px;
}

#mainBody {

width:515px; 
margin-top:5px;
margin-bottom:5px;
background-color:#000000;
padding-right:10px;
float:left;
}

#request {
width:860px;
height:41px;
margin-bottom:5px;

}

#musicAd {
width:860px;
height:82px; 
margin-bottom:5px;

}

#footer {
	width:860px;
	height:20px;

}

.clear {
clear:both;
clear:left;
}

.socialLinks a img{
	border-radius: 6px;
	width: 25px;
	height: 25px;
}