/* CSS Document */
/* Gallery Page */

* html .artist_directory_container {
	top:130px;
	}
.artist_container {
	float:left;
	width:180px;
	height:130px;
	margin:0 0 20px 30px; border:2px solid #ffffff; background:#e6e6e6 url(../images/entrybg.png) repeat-x; color:#333; padding:10px 10px 0 10px;
	}
.artists_container h2 {
	color:#555555;
	}
.artist_content {
	margin-left:0em;
	margin-right:1em;
	}
h1.artist_content {
	vertical-align:text-bottom;
	margin-left:.5em;
	font-size:14px;
	font-weight:900;
	}
p.artist_content {
	margin-left:.5em;
	margin-top:.1em;
	}
img.artist_content {
	border:none;
	margin-top:.5em;
	margin-left:.5em;
	height:80px;
	}

