div#sidebar
{
	height: auto;
}
div#navDiv
{
	padding: 10px;
	background-color: #81B381;
	color: #B24817;
	text-align: right;
}
h1.navHeader
{
	margin-top: -10px;
	margin-bottom: -10px;
}
div#navDiv > ul
{
	list-style-type: none;
}
a.navLink
{
	color: #B24817;
}
div#contactDiv
{
	text-align: right;
	padding-right: 10px;
	margin-top: -10px;
}
div.galleryDiv
{
	width: 100%;
	height: 500px;
	text-align: center;
	background-color: #B0D6B5;
	margin-bottom: 40px;
}
div.galleryThumbnailsContainerDiv
{
	height: 420px;
	margin: 0px 10px 0px 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
div.thumbnailDiv {
	cursor: pointer;
}
div.galleryDisplayDiv
{
	cursor: pointer;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 485px;
	position: absolute;
	margin-top: -475px;
	margin-left: 5px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: -1;
	opacity: 0;
	
	text-align: center;
}
div.galleryDisplayImageDiv
{
	height: 445px;
}
div.galleryLeft
{
	width: 25%;
	height: 100%;
	float: left;
	position: absolute;
}
div.galleryRight
{
	width: 25%;
	height: 100%;
	position: absolute;
	right: 0px;
}