body{
	background-color: #333333;
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content{
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
a, a:link, a:visited, a:active{
	color: #FAFAD5;
	text-decoration: none;
}
a:hover{
	color: #FAFAD5;
	text-decoration: none;
}
a img{
	border: 0 none;
}
#galleryThumbnailContainer{
	margin: 10px auto 0;
	text-align: center;
	width: 558px;
}
.region-title{
	background-color: black;
	clear: both;
	color: #FFF8D0;
	font-size: 1.6em;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 5px;
	text-align: center;
}
.region{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.gallery-thumbnail{
	float: left;
	margin: 18px;
	width: 150px;
}
.gallery-thumbnail img{
	width: 150px;
	height: 150px;
}
.gallery-title{
	background-color: #222222;
	color: #FAFAD5;
	font-size: 1.1em;
	padding: 5px;
}

.row-of-3{
	clear: both;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#galleryThumbnailContainer{
		width: 186px;
	}
}