html body {
	margin: 0;
	padding: 0;
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	background: #FFF;
	color: #333;
	}
img{border:none;}
.spacer {margin-top: 15px;}
a {
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #000066;
	text-decoration: none;
	}
a img {border: none;}
b {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #000066;
	}
h1 {
	margin-top: 0;
	margin-left: 0;
	font-size: 26px;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase;
	line-height: 32px;
	}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: -15px;
	color: #000066;
	line-height: 20px;
	}
h3 {
	font-size: 11px; 
	font-weight: normal;
	margin-top: -10px;
	color: #666;
	line-height: 30px;
	}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	line-height: 16px;
	margin-top: 10px;
	}
#artistinfo {
	position: absolute;
	top: 230px;
	left: 260px;
	width: 600px;
	font-size: 12px;
	}
#verticalmenu {
	position: absolute;
	top: 144px;
	left: 60px;
	width: 250px;
	}
#gallery {
	position: absolute;
	top: 190px;
	left: 260px;
	width: 600px;
	}
.reusablelist ul, li, .speciallist ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	}
.reusablelist li {
	margin-left: -40px;
	width: 150px;
	list-style: none;
	padding-left: 15px;
	background: url("/rsrc/arrow_right.gif") top left no-repeat;
	}
.speciallist li {
	clear: left;
	margin-left: -40px;
	width: 150px;
	list-style: none;
	padding-left: 15px;
	background: url("/rsrc/arrow_left.gif") top left no-repeat;
	}