@charset "utf-8";
.sectionTitle, .sectionTitle a {
	text-align: center;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 24px;
	color: #eee;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#gallery {
	-moz-box-shadow:    0 0 30px 5px #000;
	-webkit-box-shadow: 0 0 30px 5px #000;
	box-shadow:         0 0 30px 5px #000;
}