/* Photo Gallery Specific */
#photogallery {
	padding: 10px 0px 0px 20px;
}

img {
	border: 0px;
}
h1 {
	color: #000000; 
	font-size: 15px; 
	text-decoration: none;
	font-family: Minion, Garamond, Georgia, Times New Roman;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#titleList li, #photoList li {
	/*position: absolute;
	left: 0px;*/
	list-style-position: outside;
	list-style-type: none;
}
#titleList li img {
	margin-right: 5px;
	width: 100px;
}
