div.all-artists
{
	border: 1px solid #dddbc8;
	padding: 18px 10px;
}
	
div.artist
{
	width: 151px;
	padding-left: 120px;
	padding-right: 10px;
	float: left;
	display: inline;
	border: 1px solid #dddbc8;
	cursor: pointer;
	margin: 0 8px 15px 8px;
	height: 121px;
	overflow: hidden;
}

div.artist h1
{
	font-size: 1.4em;
	font-weight: normal;
	color: #994023;
	line-height: 1.2em;
	margin-top: 0.5em;
}

div.artist p
{
	font-size: 1.2em;
	color: #767869;
	line-height: 1.2em;
}

div.artist a.img
{
	float: left;
	border: 1px solid #dddbc8;
	height: 100px;
	width: 100px;
	display: inline;
	margin: 10px 0 10px -110px;
	background-position: center center;
	background-repeat: no-repeat;
}
