html{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #212121;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: white;
	margin-bottom: 50px;
	width: 100%;
}

img{
	border: 0px;
}

a{
	color: #ebdb85;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	width: 841px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


#header{
	padding-top: 60px;
	padding-bottom: 60px;
}

#header h1{
	text-indent: -9999px;
	background-image: url(img/title.png);
	background-color: transparent;
	height: 47px;
	width: 231px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/title.png');
	_background: none;
}

#leftBlock {
	width: 402px;
	_width: 400px;
	padding-right: 20px;
	border-right: 1px solid #3B3A3A;
	float: left;
}

#artistHead{
	text-indent: -9999px;
	background-image: url(img/artists.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 21px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px;
}

.artist{
	padding-bottom: 20px;
	border-bottom: 1px solid #151515;
	margin-bottom: 20px;
}

.artist a{
	color: white;
}

.artist a:hover{
	text-decoration: none;
}

.artist img{
	border: 1px solid #3B3A3A;
}

.artist h3{
	padding: 8px;
	width: 386px;
	background-color: #292929;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.artist:hover img{
	border-color: #8d8765;
}

.artist:hover h3{
	background-color: #8d8765;
}

#rightBlock{
	width: 397px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid #3B3A3A;
	z-index: 3;
	position: relative;
	left: -1px;
}

.cb{
	clear: both;
}

#contactBlock{
	padding-bottom: 30px;
	border-bottom: 1px solid #151515;
	margin-bottom: 30px;
}

#contactBlock h2{
	text-indent: -9999px;
	background-image: url(img/contact.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 21px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px;
}

#whatsnewBlock{
	padding-bottom: 30px;
	border-bottom: 1px solid #151515;
	margin-bottom: 30px;
}

#whatsnewBlock h2{
	text-indent: -9999px;
	background-image: url(img/whatsnew.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 21px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px;
}

#whatsNew{
	text-indent: -9999px;
	background-image: url(img/whatsnew.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 21px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px;
}

#aboutUsBlock{
	padding-bottom: 30px;
	border-bottom: 1px solid #151515;
	margin-bottom: 30px;
}

#aboutUsBlock h2{
	text-indent: -9999px;
	background-image: url(img/about.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 21px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px;
}

#footer{
	color: #5b5740;
}


#footer .left{
float: left;
padding-top: 3px;
}

#footer .right{
float: right;
}

#artistInfo{
	padding-bottom: 30px;
	border-bottom: 1px solid #151515;
	margin-bottom: 30px;
}

#artistInfo h2{
	text-indent: -9999px;
	background-image: url(img/artist_info.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 21px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px;
}

#artistLinks{
	padding-bottom: 30px;
	border-bottom: 1px solid #151515;
	margin-bottom: 30px;
	line-height: 20px;
}

#artistLinks h2{
	text-indent: -9999px;
	background-image: url(img/artist_links.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 21px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -1px;
}	

.artistPage img{
	border: 1px solid #3B3A3A;
}

.artistPage h3{
	padding: 8px;
	width: 386px;
	background-color: #292929;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#leftBlock .newsEntry{
	border-bottom: 1px solid #111;
	margin-bottom: 20px;
	padding-bottom: 20px;
	_width: 402px;
}

.newsEntry h3{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
}

