#artists {
	width: 1100px;
	margin: 0 auto;
}

#artists h2 {
	padding: 40px 0 20px 0;
	font-size: 18px;
	text-align: center;
}

#artists .clearfix {
	padding: 40px 0;
	border-top: 1px solid #000000;
}

#artists .fl {
	width: 180px;
}

#artists .fr {
	width: 920px;
}

#artists .a_icon {
	width: 100px;
	height: 100px;
	margin: 0 40px;
}

#artists h3 {
	font-size: 18px;
	font-weight: normal;
}

#artists h3 span {
	padding: 0 0 0 15px;
	color: #c0c0c0;
	text-transform: uppercase;
}

#artists .a_profile {
	padding: 25px 0;
}

#artists .url a {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 15px;
	color: #ffffff;
	line-height: 40px;
	text-decoration: none;
	background-color: #000000;
}

#artists .url a:hover {
	background-color: #e12b10;
}