/* CSS Document */

h1 { 
	font-size: 18px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	text-align:center; 
}

h2 { font-size: 15px; font-weight: bold; }

#middle {
	height:500px;
	width: 250px;
	overflow:auto;
	margin-bottom:0px;
	padding:4px;
	text-align:justify;
}
#left {
	background:url(images/bg_black.gif);
	border-color:#ffffff;
	border:solid 5px;
	height:500px;
	vertical-align:top;
}
#header {
	padding:0px;
	border:none;
	vertical-align:bottom;
}
body {
	background-color:#50181D;
	background-image:url(images/bg.gif);
	color:#FFFFFF;
	font-family: times, serif;
	font-size:13px;
}
table {
	padding:0px;
}
a:link, a:visited {
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	color:#FFFFCC;
	text-decoration:none;
}
ul.artistList {
	list-style:none;
	margin:8px;
	padding:0px;
	line-height:16px;
}
.current {
	background-image:url(images/bg.gif);
	font-weight:300;
}
img {
	border:none;
}
.thumbs td {
	vertical-align:top;
	font-size:12px;
}
