@charset "utf-8";
/* CSS Document */
#photoGallery {
	width: 100%;
	height: auto;
}
#photoGallery img {
	float: none;
	border: 3px solid #5e612c;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#photoGallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#photoGallery ul li {
	padding: 0px;
	list-style-type: none;
	width: 246px;
	height: auto;
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
#photoGallery h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#photoGallery h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#photoGallery h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	font-style: italic;
}