/*CSS for Author/Artist Directory
*/
#container #header #head_left {
	background: url(../images/header_left_artist.jpg) no-repeat;
	height: 136px;
	margin: 0 8px;
}
#container #contentholder #content .top_pic {
	float: left;
	margin:0 0 0 0 ;
	width: 170px;
}
#container #contentholder #content {
	background: url(../images/artist_cnt_bkg.jpg) bottom left no-repeat;
	padding-bottom:253px;
/*
	Alter this padding figure to get the angelfish to align to the bottom of the content window
*/
}
#container #contentholder #content p {
	margin-left:170px;
}
#container #contentholder #content ul {
	margin-left:200px;
}
#container #contentholder #content p.intro {
	margin: 8px 10px 5px 35px;
	font-size:120%;
	line-height: 1.3;
	color: #000099;
}
