.artist-h3 {
	font-size: 160%;
	color: #666666;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F4B59E;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FCF1DE;
	clear: both;
	margin-top: 10px;
}
.artist-list {
	margin-left: -10px;

}
.art-photo {
	float: left;
	margin-bottom: 10px;
	height: 90px;
	width: 100px;
	overflow: hidden;
	display: block;
	margin-right: 10px;
}

.artist-list    li    img {
	display: block;
	width: 100px;
	height: auto;
}
.artist-list     li {
	padding: 10px;
	display: inline;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 263px;
	height: 7em;
	overflow: hidden;
}
.artist-list     li     a {
	margin-bottom: 10px;
	font-weight: bold;
	color: #F18561;
	display: block;
}
