body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	text-align: center;
	font-family: Arial;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(images/musical-notes.jpg);
	background-position: top;
}
html {
}
img
{  border-style: none;
}
.layout-logo {
	height: 190px;
	width: 750px;
	background-repeat: no-repeat;
	background-image: url(images/rm-logo-small.gif);
	background-position: top;
}
.layout-title {
	height: 20px;
	width: 750px;
	font-style: italic;
	font-size: 16px;
	background-position: center;
}
.layout-main {
	height: 470px;
	width: 750px;
	background-position: center;
}
.layout-strapline {
	height: 50px;
	width: 750px;
	font-size: 16px;
	background-position: center;
}
.layout-menu {
	height: 65px;
	width: 750px;
	background-position: center;
}
.layout-copy {
	height: 90px;
	width: 750px;
	background-position: center;
}
.backing {
	background-color: black;
	color: white;	
}
a.menu {
	color: white;
	width: 100px;
	height: 25px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	background-color: black;
    }
a.menu:hover {
	color: red;
	text-decoration: none;
	background-position: -100px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	}
a.bandmenu {
	color: white;
	width: 50px;
	height: 25px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	background-color: black;
    }
a.bandmenu:hover {
	color: red;
	text-decoration: none;
	background-position: -100px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	}
a.track {
	color: black;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
    }
a.track:hover {
	color: yellow;
	font-weight: bold;
	background-color: black;
	text-decoration: none;
	background-position: -100px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	}	 
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
	text-align: center;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;	
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: gray;
	background-color: white;
	text-align: center;	
}
.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: black;
	text-align: center;	
}
.sidepanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
	text-align: center;	
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: black;
	text-align: center;	
}
.feedback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: center;	
}
.useful {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: center;	
}
.useful a:hover {
	color : #FF0000;
}
.useful a {
	color : black;
	text-decoration : none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #999999;
}
.copyright a:hover {
	color : #FF0000;
}
.copyright a {
	color : #999999;
	text-decoration : none;
}
.next {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url('images/send-over.jpg') no-repeat;
	white-space: nowrap;
	display: block;
	width: 138px;
	height: 26px;
	margin: 0px;
	padding: 0px
	}
.next a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 138px;
	height: 26px;
	display: block;
	float: left;
	text-decoration: none;
	}
.next img {
	width: 138px;
	height: 26px;
	border: 0px none ;
	}
.next a:hover img {
	visibility:hidden;
	}
.next span {
	position: absolute;
	left: 10px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size : 15px;
	cursor: pointer;
	} 
.player {
	color: white;
	background-color: white;
	opacity:.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=1);-moz-opacity:0.1;
	text-decoration : none;
}
.player a:hover {
	color: white;
	background-color: white;
	text-decoration : none;
}
.player a {
	color: white;
	background-color: white;
	text-decoration : none;
}
.spacer {
	background-color: #999999;
	width: 1px;
}
