/* CSS Document */

body {
	/* background:#9343B9; */
	background:#000000;
	text-align:center;
	margin:0px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:white;
	font-color:white;
	}
td {
	font:normal 0.9em/1.2em verdana,aria,sans-serif;
	color:#white;
	font-color:#white;
}

a {
	color:#FFF;
	text-decoration:none;
	border-bottom:0px solid;
	}
a:hover {
	border-bottom:0px solid;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#000000;
	/* background:#000000 url("../images/rightcolor_bg.gif") repeat-y top right; */
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	/* background:url("../images/leftcolor_bg.gif") repeat-y top left; */
	}
#header {
	/* background:#BB62AB; */
	background:#000000;
	padding:0px;
	margin:0;
	text-align:center;
	color:#ffffff;
	height:10px;
/*	background:#000000 url("images/header1.gif") no-repeat center; */
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:2px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:340px;  /* for IE5/WIN */
/*
	voice-family: "\"}\"";
	voice-family:inherit;
*/
	width:300px; /* actual value */
	/* height:600px; */
	margin:0 0 -10px 0;
	padding:10px;
	/* background:#ECB9E8; */
	background:#000000;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:30px;  /* for IE5/WIN */
/*
	voice-family: "\"}\"";
	voice-family:inherit;
*/
	width:10px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	/* background:#D7C4FA; */
	background:#000000;
	z-index:99;
	}
#centercol {
	postion:relative;

/*	position:static;

	position:relative;
	padding:0 240px;
*/
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:0px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	/* background:#7A2875; */
	background:#000000;
	width:100%;
	clear:both;
	margin:0;
	/* padding:1% 0; */
	padding: 0 0;
	text-align:center;
	color:#ffffff;
	}

#artist-john {
 /* position:absolute; */
 top:10;
 right:100;
 width:200px;
}
#artist-rod {
 position:absolute;
 top:10;
 right:10;
 width:200px;
}
#artist-johnny {
 position:absolute;
 top:10;
 right:10;
 width:200px;
}
#artist-scott {
 position:absolute;
 top:10;
 right:10;
 width:200px;
}
.debug {
	border:0px dotted;
	border-color: Red;

}