html{
	overflow-x: hidden;
	overflow-y: auto;
    	scrollbar-face-color:#FF3300;
    	scrollbar-arrow-color:#333333;
    	scrollbar-track-color:#555555;
    	scrollbar-shadow-color:#666666;
    	scrollbar-highlight-color:#222222;
    	scrollbar-3dlight-color:#222222;
    	scrollbar-darkshadow-Color:#666666;
}

body {
	background: #444444;
	border: solid 0px #445544;
	border-bottom: solid 0px #446644;
	border-top: solid 0px #446644;
	color: #CCBBCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#main {
	width: 760px;
	text-align: left;
}

#main a {
	color: #CCFFCC;
	text-decoration: none;
}

#main a:visited {
	color: #CCEECC;
	text-decoration: none;
}

#main a:hover {
	color: #CCDDCC;
}

#main a img {
	border: none;
}

#main h1 {
	border-bottom: dotted #FFFF00;
	font: 12px;
	color: #FFFF00;
}

#main h2 {
	border-bottom: 2px dotted #373737;
	font: 13px Trebuchet, Arial, sans-serif;
	letter-spacing: 0.2em;
}

#main h3 {
	border-top: dotted 1px #CCBBCC;
	font: 14px Trebuchet, Arial, sans-serif;
}

#main strong {
	border-bottom: dotted #FFFF00;
	font: 12px;
	color: #FFFF00;
	margin: 10px 5px 10px 5px;
}

#main table { 
	border-bottom: 1px dotted fuchsia; 
	border-left: 1px dotted fuchsia;
}

#main td { 
	padding: 2px 5px; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px dotted fuchsia; 
	border-right: 1px dotted fuchsia; 
}

ul { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 0; 
	padding-left: 1em 
}

li { 
	margin-bottom: 10px 
}

/* HOME PAGE */

/* Google search related */
.googlesearch {
	float: left;
	clear: left;
	width: 540px;
	text-align: left;
	background: #3f3f3f;
}

/* Links layout*/
.links {
	float: left;
	clear: left;
	width: 540px;
	text-align: left;
	margin: 0 0 0.5em 0;
}

.formtext 
{
	color: #FFFF00;
	background-color: #3f3f3f; 
	border: 1px solid #999999;
	margin: 1px;
}

/* pics of the day layout*/
.pics {
	float: right;
	width: 220px;
	text-align: right;
	background: #3f3f3f;
}

.individual_pic {
	float: right;
	margin: 0 2px 0 2px;
}

/* now playing layout*/
.now_playing {
	float: left;
	clear: left;
	width: 540px;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
	background: #3f3f3f;	
}

/* spacer for formatting */
.spacer {
  clear: both;
  }


/* ARTISTS PAGE */

/* Bio related info */
.artistBio {
	float: left;
	clear: left;
	width: 700px;
	margin: 10px 0px 0px 0px;
	background: #414141;
}

.vitalstats {
	float: left;
	clear: left;
	width: 200px;
}

.bioinfo {
	float: left;
	width: 400px;
}

/* MEDIA PAGE */

/* latest mp3s */
.latest_songs_header {
	float: left;
	width: 400px;
	background: #414141;
}

.latest_songs {
	float: left;
	clear: left;
	width: 400px;
}

/* videos */
.videosheader {
	float: right;
	width: 360px;
	background: #414141;
}

.videos {
	float: right;
	clear: right;
	width: 360px;
}

/* links for the various radio formats */
.radioheader {
	float: left;
	clear: left;
	width: 760px;
	background: #3f3f3f;
	margin-top: 10px;
}

.radiolinks {
	float: left;
	clear: left;
	width: 200px;
}

.radiodonate {
	float: left;
	width: 150px;
}

/* artists list of mp3s */
.artistheader {
	float: left;
	clear: both;
	background: #414141;
	width: 760px;
	margin-top: 10px;
}

.artistlist {
	float: left;
	clear: left;
	width:760;
}

.artistspacer1 {
	float: left;
	clear: left;
	width: 190px;
}

.artistspacer2 {
	float: left;
	width: 190px;
}

.artistspacer3 {
	float: left;
	width: 190px;
}

.artistspacer4 {
	float: left;
	width: 190px;
}

.artist1 {
	float: left;
	clear: left;
	width: 190px;
}
.artist2 {
	float: left;
	clear: left;
	width: 190px;
}
.artist3 {
	float: left;
	clear: left;
	width: 190px;
}
.artist4 {
	float: left;
	clear: left;
	width: 190px;
}
.artist5 {
	float: left;
	clear: left;
	width: 190px;
}
.artist6 {
	float: left;
	clear: left;
	width: 190px;
}
.artist7 {
	float: left;
	clear: left;
	width: 190px;
}
.artist8 {
	float: left;
	clear: left;
	width: 190px;
}

/* Radio page */
.radiostats {
	float: left;
	width: 720px;
	clear: left;
	background: #3f3f3f;
	margin: 0.5em 0 0.5em 0;
}

.radiotable {
	float: left;
	clear: left;
}

.currentrow 
{
	float: left;
	clear: left;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 1px;
}

.currentplaylistrow 
{
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 1px;
}

.querywidth
{
	width: 395px;
}

.historywidth
{
	width: 300px;
}

.rowbackground
{
	background: #999999;
}

.headerbackground
{
	background: #3f3f3f;
	border: solid 1px #999999;
}

.rowelement
{
	float: left;
	text-align: left;
	margin-left: 1px;
	margin-right: 1px;
	background: #3f3f3f;
	padding: 1px;
}

.historyelement
{
	width: 298px;
}

.artistelement
{
	width: 110px;
}

.trackelement
{
	width: 150px;
}

.albumelement
{
	width: 120px;
}

.lengthelement
{
	width: 194px;
}

.purchaseelement
{
	width: 100px;
}

.currentlyplaying
{
	float: left;
	width: 460px;
	background: #3f3f3f;
	padding: 0.2em;
	border: solid 1px #999999;
}

.querybar
{
	width: 610px;
	float: left;
	background: #3f3f3f;
	padding: 0.2em;
	border: solid 1px #999999;
}

.pictureelement
{
	width: 130px;
}

.currentinfoelement
{
	width: 320px;
}

.floatleft
{
	float: left;
}

.clearleft
{
	clear: left;
}

.floatright
{
    float: right;
}

.clearright
{
    clear: right;
}
