#artist-profile{
	width:580px;
	float:left;
	height:auto;
	text-align:left;
}

#artist-info{
	color:#FFF;
	height:auto;
	width:540px;
	margin-left:20px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}

#artist-list a:hover{
	color:#999;
}

#artist-block-wrapper{
	width:580px;
	float:left;
	height:auto;
	margin-left:10px;
}

#artist-block{
	width:580px;
	height:auto;
	background-color:#000;
	float:left;
}

#artist-block-top{
	width:580px;
	height:36px;
	float:left;
	background-image:url(../images/artist-block-top.png);
	background-repeat:no-repeat;
}

#artist-block-butt{
	width:580px;
	height:36px;
	float:left;
	background-image:url(../images/artist-block-butt.png);
	background-repeat:no-repeat;
}

#artist-name{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	width:540px;
	float:left;
	position:relative;
	top:-20px;
	left:20px;
}

#artist-hometown{
	position:relative;
	top:-15px;
	float:left;
}

#hometownTitle{
	color:#999;
	float:right;
}

#short_bio{
	float:left;
	margin-top:10px;
	width:540px;
}

#artist-table{
	width:540px;
	float:left;
	margin-top:-10px;
}

.float-right{
	float:right;
}





