@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
body {
	background: #cfd1c7 url(images/bg.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}
a{
	color: #4c4c4c;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.left {
	float: left;
}
.left2 {
	float: left;
	padding-left: 15px;
	width: 500px;
}
.right {
	float: right;
}
.clr {
	clear: both;
}
.gap {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #EAEAEA;
}
.morelink {
	font-weight: bold;
	display: block;
}
.albumcover {
	border: 2px solid #c3c6b3;
	margin-bottom: 5px;
}
#container {
	margin: 0px auto;
	width: 832px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header {
	background: url(images/header.png);
	height: 118px;
}
#nav {
	background: url(images/nav_bg.png) no-repeat;
	height: 38px;
	padding-left: 4px;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #0EA08A;
	border-left: 1px solid #064239;
	text-transform: uppercase;
	line-height: 28px;
	margin-top: 2px;
}
#nav a:hover {
	background: #0D8876;
}
#content {
	padding: 5px;
}
#left_sidebar {
	float: left;
	background: #FFFFFF;
	width: 165px;
	padding: 5px;
}
#newsbox {
	padding: 5px;	
}
.heading {
	color: #4c4c4c;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #AEAEAE;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
.subheading {
	color: #4c4c4c;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#center_content {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background: #FFFFFF;
	width: 410px;
	padding: 10px 10px 15px;
}
#right_sidebar {
	float: right;
	background: #FFFFFF;
	width: 175px;
	padding: 10px;
}
#footer {
	background: #064D42;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#page_cont {
	background: #FFFFFF;
	padding: 15px;
}
#tracklist {}
#tracklist td {
	padding: 3px;
}
.songid {
	text-align: right;
	border-right: 1px solid #D3D4CA;
	border-bottom: 1px solid #D3D4CA;
}
.songtitle {
	border-bottom: 1px solid #D3D4CA;
}
#quiz {}
#quiz p {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #EAEAEA;
	padding-bottom: 5px;
}
.quizrules {
	font-size: 11px;
}
.bgstrip {
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #0D8876;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
