body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #adaea8;
	background-position: center top;
	background-repeat: no-repeat;
}
html>body {
	font-size:x-small;
}
body#home {
	margin-top:0;
	background:url(../img/sky-bg.gif) top repeat-x #93c1f2;
}
body#discography {
	background:#65b4e3;
}
body#drumandbass {
	background-color: #a8a9a3;
	/*background:url(../img/dandb2.jpg) no-repeat #a8a9a3;*/
}
body#jazz {
	background-color: #939185;
	background-color: #ceddce;
}
body#pop {
	background-color: #a7cfea;
}
.thinline {
	width:100%;
	background-image: url(../img/15opacity.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width:100%;
	margin:0 auto;
	padding:0;
	position:absolute;
	top:0;
	min-width:800px;
	/*margin-bottom:10px;*/
}
#discography #container {
	width:90%;
}
#home #container {
	background:url(../img/headshots-2.jpg) no-repeat center 0%;
}
#mainnav {
	position:absolute;
	right:0;
	top:10px;
	width:400px;
	/*border:1px solid #FF0000;*/
}
#musiclinks {
	position:absolute;
	right:17px;
	top:70px;
	/*border:1px solid #FF0000;*/
}
#musicnav {
	/*position:relative;
	margin:0 auto;*/
	position:absolute;
	margin:0;
	padding:0;
	margin-left:50%;
	left:-240px;
	top:317px;
	width:480px;
	z-index:1;
}
#home #musicnav {
	top:309px;
	left:-216px;
	width:430px;
}
* html #musicnav {
	top:317px;
}
#musicnav ul {
	margin:0;
	padding:0;
	text-align:center;
	/*margin-left:50%;*/
}
#musicnav ul li {
	margin:0;
	padding:0;
	float:left;
	clear:none;
	width:120px;
	list-style:none;
	/*border:#00CC66 1px solid;*/
}
#musicnav ul li.last {
	/*margin-right:0;*/
}
#sampler {
	width:320px;
	/*margin:0 auto;
	position:relative;*/
	bottom:12px;
	position:absolute;
	margin-left:50%;
	left:-160px;
	z-index:0;
	/*
	top:400px;
	position:absolute;
	left:330px;
	margin:0;*/
}
#samplertop {
	width:320px;
}
html>body #samplertop {
	height:6px;
	width:320px;
}
#samplermid {
	width:320px;
	color:#FFF;
}
#samplerbottom {
	height:6px;
	width:320px;
	margin-bottom:10px;
}
.wrapper {
	padding:0 10px 3px 10px;
}
.samptitle {
	margin:5px 0 10px 0;
	float:left;
	clear:none;
}
.samplabel {
	margin:30px 0 0 0;
	float:left;
	clear:none;
}
#sampler .copy {
	font-weight:bold;
	width:40px;
	clear:none;
	float:left;
}
#sampler a {
	text-decoration:none;
	color:#fff;
}
#sampler a:visited {
	/*color:#ff0;*/
}
#sampler a:hover {
	color:#ff0;
}
/*#mp3player {
	border:#000 1px solid;
}*/
.column {
	width: 320px;
	margin:0 auto;
	margin-bottom:10px;
}
#container p, #container h2 {
	text-align: justify;
}
#logo {
	background-image: url(../img/logo-black.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 201px;
	top: 5px;
	clear: none;
	float: none;
	margin-top: 10px;
}
.contact {
	margin-left:50%;
	position:absolute;
	left:-300px;
	top:135px;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:right;
	position:absolute;
	bottom:5px;
	right:10px;
	padding-left:10px;
}
#dance #footer, #biography #footer {
	color:#000;
}
#biography #footer {
	background-color:#fff;
}
#discography #footer {
	
}
.white {
	color: #FFFFFF;
}
p a {
	color:#006666;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
/*	color: #FFFFFF;
*/
	text-decoration: none;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
.handlink {
	cursor:pointer;
}
.off {
	/*filter:alpha(opacity=40);*/
	opacity:0.4;
}