@charset "utf-8";
/* CSS Document */



#main-text
{
 width:970px;
 margin-left:25px;
 text-align:justify;
 	
}

#main
{
	height:auto;
}

#photo-gallery
{
	width:1020px;
	height:100%;
	margin-top:40px;
	margin-left:25px;
}

.photos
{
	margin:10px;
	float:left;
	border:solid 2px;
	box-shadow:0 0 5px 2px;
}

#lightwrap {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    cursor:-webkit-zoom-out;
    cursor:-moz-zoom-out;
    z-index:999;
}

/* overlay covering website */
#lightbg {
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, .9);
}
#lightwrap img {position:absolute;display:none;}
#lightzoomed {opacity:0;}
#off-screen {position: fixed;right:100%;opacity: 0;}

