html, body{ 
 margin:0; 
 padding:0;
 color:#FFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 text-align:center; 
 background: #000;
} 

A:link {color:#177f8c; text-decoration: underline;}
A:visited {color:#177f8c; text-decoration: underline;}
A:active {color:#177f8c; text-decoration: none; outline:none}
A:hover {color:#3cc; text-decoration: underline;}
 
#pagewidth{ 
 width:1000px; 
 text-align:left;
 margin-left:auto; 
 margin-right:auto;  
} 
 
#rbheader{
 position:relative; 
 height:669px; 
 background-image:url(../img/rtypebeats-hdr-nav-b.jpg);
 background-repeat:no-repeat;
 width:100%;
} 

#leftnav{
 width:290px;
 height:600px;
 float: left; 
 display:inline;
 color:#FFF;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:80px;
 letter-spacing:-4px;
 line-height:64px;
 text-align:right;
 position: relative; 
 }

#leftnav a{
 color:#FFF;
 text-decoration:none;
 }

#leftnav a:visited{
 color:#FFF;
 text-decoration:none;
 }
 
#leftnav a:active{
 color:#FFF;
 text-decoration:none;
 outline-style:none;
 }

#leftnav a:hover{
 color:#177f8c;
 text-decoration:none;
 }
 
#leftnav a:focus{
 outline-style:none;
 }
 
#maincol{
	width:710px;
	float: right;
	display:inline;
	padding:0px;
	position: relative;
 }
 
#footer{
 height:30px;
 font-size: 9px;
 text-align:center;
 padding-top:10px;
 clear:both;
 } 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

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

.whoimg {
	border:solid #666 1px;
}

.update {
	color:#696a70;
	background-color:#232728;
	padding:2px 0 2px 4px;
}

.listencontainer {
	margin-bottom:10px;
}

.listenleft {
	float:left;
}

.listenright {
	float:right;
}

.clearboth {
	clear:both;
}
