.artists_landing{
	background: url(/images/layout_images/artists_bg.png) no-repeat 12px top;
	width: 952px;
	height: 751px;
	padding: 0 12px;
}

.artist{
	width: 267px;
	padding: 14px 17px;
	float: left;
	height: 335px;
	margin-bottom: 23px;
	display: inline;
}
.artist.first{
	margin-right: 25px;
}
.artist.second{
	margin-right: 24px;
}

.artist h1{
	color: #16ceca;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.artist h2{
	font-size: 1.3em;
}

.artist p{
	margin-top: 1em;
	font-size: 1.2em;
}
#paginate{
	float: rightartist;
	margin-top: 23px;
}
