#wrap {

	position: relative;

	width: 850px;

	margin: 0 auto;

	text-align: left;

}

#header {

	position:relative;

	clear: both;

	float: left;

	background: #fbfbfb;

	margin-left: 0px;

	width: 850px;

	height: 100px;

	padding: 0;

	padding-top: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	padding-right: 0px;

	color: #fff;

}

#header #header-logo {

	position: relative;

	top: 0px;

}

#header #header-details {

	position:absolute;
	top: 34px;

	right: 25px;

	color: #404040;

	font-size: 14px;

	font-weight: bold;

}

#header #header-details p {

	padding: 0;

	margin: 0;
}

#photo-box {

	position: relative;

	clear: both;

	margin: 5px auto;

	margin-top: 5px;

	margin-bottom: 5px;

	margin-left: auto;

	margin-right: auto;

	height: 350px;

	width: 850px;

	background: #fbfbfb;

}

#photo-box #main-image {

	margin-top: 2px;

	margin-bottom: 2px;

	margin-left: auto;

	margin-right: auto;

	position: relative;

	float: left;

	width: 600px;

}

#photo-box #side-images {

	margin-top: 2px;

	margin-bottom: 2px;

	margin-left: 2px;

	position: relative;

	float:left;

	width: 248px;

}

#noWindow {
	position: relative;

	clear: both;

	margin: 0px auto;

	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: auto;

	margin-right: auto;

	height: 0px;

	width: 850px;

	background: #fbfbfb;
}
#banner {

	position: relative;
	margin-top: 0px;

	margin-bottom: 5px;

	margin-left: auto;

	margin-right: auto;

	height: 100px;

	width: 850px;

	background: #990000;

}

#banner p {

	text-align: center;

	font-size: 46px;

	padding: 22px;

	color: #ffffff;

}

#banner #button {
	float: left;
	font-size: 20px;
	text-align: center;
	margin-top: 70px;
	margin-left: 20px;
	width: 100px;
	height: 30px;
	background: #a6a6a6;
	box-shadow: 2px 2px 2px #808080;
}
#banner #button a {
	color: #ffffff;
	text-decoration: none;
}
#content {

	float: left;

	width: 850px;

	display: inline;

	margin-left: 0px;

	margin-bottom: 5px;

	padding: 0;

	background: #fbfbfb;

}

#content #image-gallery {
	text-align: center;
	
}
#content #image-gallery a {
	margin: auto;
	padding-left: 20px;
}
#footer {

	width:850px;

	clear: both;

	padding-top: 5px;

	padding-right: 0px;

	padding-left: 0px;

	padding-bottom: 5px;

	margin-top: 0px;

	margin-right: auto;

	margin-left: auto;

	margin-bottom: 10px;

	text-align: center;

	background: #990000;

	color: #ffffff;

}




#footer a {
	color: #ffffff;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/