.banner {
	width:500px;
	height:85px;
	margin-top:5px;
	background-color:#000000;
	text-align:center;
	font-size:12px;
	border-bottom:#FFCC33 2px solid;
	position:absolute;
	left:50%;
	margin-left:-250px;
}

.themeName {
	font-size:16px;
	color:#FFCC33;
	font-weight:bold;
}

.goRightdiv {
	background-image:url(images/cd-bullet-right.gif);
	position:absolute;
	height:16px;
	width:34px;
	right:10px;
	top:4px;
}
.goLeftdiv {
	background-image:url(images/cd-bullet-left.gif);
	position:absolute;
	height:16px;
	width:34px;
	left:10px;
	top:4px;
}

.content {
	width:500px;
	height:500px;
	background-image:url(images/felt-bckgrnd.gif);
	margin-top:92px;
	padding-top:5px;
	text-align:center;
	font-size:12px;
	position:absolute;
	left:50%;
	margin-left:-250px;
}

.themeList {
	font-size:14px;
	color:#FFCC33;
	font-weight:bold;
	width:490px;
	background-image:url(images/felt-bckgrnd.gif);
	margin-top:10px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-245px;
}

.themer {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:3px;
	border:#FFCC33 2px solid;
	background-color:#FFCC33;
}

.themer:hover {
	color:#FFCC33;
	text-decoration:underline;
	border:#000000 2px solid;
	background-color:#000000;
}

.title {
	font-size:12px;
	color:#FFCC33;
	font-weight:bold;
}

.artist {
	font-size:11px;
	color:#FFCC33;
	font-weight:bold;
}

.songs {
	font-size:11px;
	color:#00CC00;
	text-decoration:none;
	font-weight:bold;
}

.songs:hover {
	color:#FFCC33;
	text-decoration:underline;
}
