div#artist_main_container {
	float: left;
}

div.artist_info_container {
	float: left;
	width: 780px;
	padding: 0 0 20px 0;
}

div.artist_info_text {
	float: left;
	width: 598px;
	border-bottom: 1px solid;
	border-color: #7d0d12;
	padding: 0 0 16px 0;
	margin: 0 0 0 17px;
}

div.artist_info_text p {
	padding-left: 0px !important;
}

div.artist_info_text h4 {
	text-transform: uppercase;
	padding: 15px 0 0 0;
	margin: 0px;
}

div.artist_img {
	float: left;
	width: 120px;
	padding: 17px 0 0 34px;
	position: relative;
}

div.artist_img_frame {
	position: absolute;
	width: 117px;
	height: 117px;
	z-index: 2;
	background-image: url(../../assets/images/art_spot_frame.png);
	background-repeat: no-repeat;
	top: 17px;
	left: 34px;
}

p.view_more {
	padding-top: 0px !important;
	line-height: normal !important;
	text-align: right;
}

p.view_more a {
	font-size: 13px;
	color: #7f0d12;
	text-decoration: none;
}

p.view_more a:hover {
	text-decoration: underline;
}