body {
	margin:0;
	padding:0;
}

#page {
	width: 569px;
	height: 100%;
	color:#f5f5f5; 
	font: 62.5%/150% Tahoma, Sans-Serif; 
	background: #ffffff;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}

a {color: #cccccc;}
a:hover { color: #999999;}

a.newslink {color: #ffffff;}
a:hover.newslink { color: #ffffff;}

/* Holds the site content */

#content {
	margin: 0px 0px 0px 50px;
	padding: 35px 5px 15px 5px;
	width: 460px;
	height: 100%;
	float: left;
	font-size: 1.1em;
	background: #000000;
}

#content h4 {font-size: 1.2em;}
#content h5 {font-size: 1.1em;}
#content h6 {font-size: 1.0em;}
#content p {padding-bottom: 1.5em;}

a {color: #cccccc;}
a:hover { color: #999999;}

.resultslist {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 3px; 
	float: left; 
	width: 455px;	
	border: 1px solid #333333;
}

/* Holds the playlist css */

	#playlist {
		border: 0px solid #333;
	}

	#playlist thead {
		background: #121212;
		font-weight: bold;
	}

	#playlist tbody tr td {
		font-family: Tahoma, Sans-Serif;
		font-size: .9em;
		padding: 3px 8px;
		border-left: 1px solid #121212;
	}    

.smaller {font-size: .7em;}
.a_center {text-align: center;}
.bold {font-weight: bold;}
.white {color: ffffff;}
.hidden {visibility: hidden;}
.floatLeft	{float: left;}
.floatRight	{float: right;}

#leftsider {
  position: fixed;
  z-index: 3;
  top: 42px;
  left: 7px;
}

#leftsider img { border: 0px solid #ccc;}
