p.heading {
	font-weight: bold;
	text-align: center;
}

ul.artist {
	list-style-type: none;
	margin-left: 100px;
}
ul.artist li {
	width: 200px;
	height: 20px;
	float: left;
	text-align: left;
	font-weight: bold;
}

#photos {
	/*
	removed on 9/12
	border-top: #7F7F7F 2px solid;
	*/
	clear: both;
	/* testing */
	height: 200px;
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
#photos ul {
	list-style-type: none;
	margin-left: 40px;
}
#photos ul li {
	width: 200px;
	float: left;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

