#description {
	margin-bottom: 20px;
}
#description .image {
	background-position: center center; 
	width: 490px; 
	height: 220px; 
	float: left; 
	margin: 0 15px 15px 0;
}
#description h1 {
	margin: 0;
}


#media {
	background-color: #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
#media h2 {
	margin: 5px 0;
}
#discography, #music {
	width: 300px;
	float: left;
}
#jukebox {
	background-color: #999;
	width: 330px;
	height: 300px;
}

ul.discography li,
ul.discography li a {
	padding: 0;
	width: 70px;
	height: 70px;
}
ul.discography li {
	background-color: #efefef;
	padding: 6px;
	margin: 0 18px 18px 0;
}


/* Links */
#right ul.links li {
	margin: 0 0 4px 0;
}
#right ul.links a {
	display: block;
	padding: 8px 12px 8px 46px;
	text-decoration: none;
	color: #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #000 none no-repeat scroll 12px 8px;
}
#right ul.links a:hover {
	background-color: #333;
}
#right ul.links .title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#right ul.links .twitter a {
	background-image: url(../images/icons/twitter.gif);
}
#right ul.links .myspace a {
	background-image: url(../images/icons/myspace.gif);
}
#right ul.links .facebook a {
	background-image: url(../images/icons/facebook.gif);
}
.artist_imgs h2{
	margin-left: 30px;
	
}
h1 {
	text-align: center;
}
ul.artist_list a{
	text-decoration: none;
	padding: 10px;
	height: 130px;
	display: block;
	background-color: #EFEFEF;
}
ul.artist_list a:hover,
ul.artist_list a:active {
	background-color: #333;
}
.artist_list li{
	margin-left: 30px;
	width: 400px;
	height: 150px;
	margin-bottom: 30px;
	float: left;
}
.artist_list a h2{
	color: #333;
}
.artist_list a:hover h2, .img_style a:active h2{
	color: #EFEFEF;
}
.artist_list div.image {
	background-color: gray;
	width: 180px;
	height: 130px;
	margin-right: 20px;
	float: left;
	background-position: center center;
}
