/* Photo Gallery Specific */
body {
	background-color :#FDFAEC;
	color: #002D6F;
}

#photogallery {
	padding: 10px 0px 0px 0px;
}

img {
	border: 0px;
}
h1 {
	font-size: 15px; 
	text-decoration: none;
	margin: 0px 20px;
	text-align: left;
	font-weight: bold;
}
h2 {
	margin: 0px 20px;
	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;
}
