#index_container {
	height: auto;
	padding-bottom: 15px;
}
#left_content {
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
}
#right_content {
	height: 700px;
}
#artist_image_div {
	float: left;
}
#artist_info {
	/*clear: left;
	position: absolute;*/
	top: 25px;
	left: 150px;
	width: 640px;
}
#artist_info p {
}
#artist_info h4 {
}
.heading {
	font-weight: bold;
	margin-right: 25px;
}
.heading_content {
	font-size: large;
}
.large_artist_img {
	width: 300px;
	height: auto;
	margin: 0 25px 15px;
}
.notes_header {
	font-family: 'DaysRegular';
	color: #FF7700;
	margin-left: 25px;
}
.info_footer {
	margin-left: 25px;
}
.info_footer p {
	float: left;
	display: inline;
	width: auto;
	margin-bottom: 10px;
}
#artist_link {
	clear: both;
	width: 100%;
	text-align: right;
	font-size: large;
}
#right_content {
	float: right;
	width: 200px;
	/*height: 625px;*/
	margin-right: 10px;
	overflow: hidden;
	
}
#artist_thumbs img {
	width: 200px;
	height: auto;
}
#artist_thumbs ul {
	list-style: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
#artist_thumbs li {
	margin-bottom: 15px;
}
h3 {
	text-align: center;
	font-family: 'DaysRegular';
	color: #FF7700;
	margin: 0 15px 10px 55px;
}