#content-left{
width:611px;
float:left;
margin-right:20px;
padding:20px;
padding-right:0;
}

	#artist-bg{
	background:url(../images/artist_bg.jpg) no-repeat center top;
	height:386px;
	width:611px;
	}
	
		#artist-bg .wrap{
		height:350px;
		width:603px;
		overflow: hidden;
		position:relative;
		top:4px;
		left:4px;
		}
		
			#artist-bg .wrap img{
			height:377px;
			width:auto;
			}
		
		#artist-bg #hometown{
		float:right;
		position:relative;
		top:14px;
		margin-right:20px;
		font-size: 12px;
		}
		
			#hometown span#city{
			color:#648299;
			}
			
	#desc{
	margin-top:10px;
	margin-left:3px;
	}
	
		#desc h1{
		color:#648299;
		font-size:30px;
		text-transform: uppercase;
		}

#content-right{
float:left;
width:229px;
margin-top:20px;
}

	#members{
	color:#666;
	font-size:12px;
	}
	
		#members h3{
		background:url(../images/members.png) no-repeat center top;
		height:19px;
		width:82px;
		text-indent: -9999px;
		}
		
		#members ul{
		list-style: none;
		margin-left:2px;
		}
		
		#members ul li{
		margin:5px 0;
		}
		
		#members span.name{
		color:#fff;
		}
		
	#discography{
	margin-top:30px;
	}
	
		#discography h3, h3#discography{
		background:url(../images/discography.png) no-repeat center top;
		height:19px;
		width:107px;
		text-indent: -9999px;
		}
		
		#discography .wrap{
		height:202px;
		width:202px;
		overflow: hidden;
		margin-top:5px;
		}
		
			#discography .wrap img{
			height:auto;
			width:202px;
			}
			
		#discography span#year{
		color:#666;
		}
		
	#contact-info{
	margin-top:30px;
	}
	
		#contact-info h3{
		background:url(../images/contact_info.png) no-repeat center top;
		height:20px;
		width:175px;
		text-indent: -9999px;
		margin-bottom:5px;
		}
		
		#contact-info p{
		margin:2px 0;
		margin-left:2px;
		}
		
		#contact-info p.name{
		color:#999999;
		}
		
	#visit-us-online{
	margin-top:30px;
	}
	
		#visit-us-online h3{
		background:url(../images/visit_us_online.png) no-repeat center top;
		height:20px;
		width:146px;
		text-indent: -9999px;
		}
		
		#visit-us-online table{
		margin-top:5px;
		}
		
/*------artist listing styles-------*/
.artists ul.listing{
list-style: none;
margin-top:10px;
}

.artists ul.listing .wrap{
border:2px solid #88A6BC;
overflow:hidden;
width:auto;
}

	.artists ul.listing .wrap:hover{
	border-color:#ccc;
	}

.releases ul.listing .wrap{
/*border:4px solid #383838;*/
border:2px solid #88A6BC;
height:200px;
overflow:hidden;
width:200px;
}

	.releases ul.listing .wrap:hover{
	border-color:#ccc;
	}
	
	.releases ul.listing .wrap.viewing{
	margin-top:5px;
	}
	
	.releases ul.listing .wrap.viewing:hover{
	border-color:#88A6BC;
	}

.artists ul.listing li, .releases ul.listing li{
width:200px;
height:auto;
float:left;
display:inline;
margin-right:25px;
margin-bottom:20px;
}

	.artists ul.listing .wrap img, .releases ul.listing .wrap img{
	height:auto;
	width:200px;
	}
	
	.artists ul.listing .wrap img.wide, .releases ul.listing .wrap img.wide{
	height:200px;
	width:auto;
	}
	
	.artists ul.listing p#title, .releases ul.listing p#title{
	text-align: center;
	margin:0;
	}
	
/*-------artist view---------*/
.artist-view ul{
margin-top:5px;
}

.artist-view ul li{
float:left;
display: inline;
width:150px;
margin-right:10px;
margin-bottom:10px;
}

.artist-view ul li .wrap{
height:150px;
width:150px;
overflow: hidden;
border:3px solid #383838;
margin-bottom:5px;
}

	.artist-view ul li .wrap img{
	height:auto;
	width:150px;
	}
	
	.artist-view p{
	text-align: center;
	}

	.artist-view #desc p{
	text-align: left;
	}
