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

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #77923C;
	font-weight:400;
	text-align:left;
	font-size:10px;
	clear: both;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: white;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid #77923C;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}

.header {
	height: 160px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
	background-color: #FFFFFF;
}

.nav {
	height: 26px;
	width: auto;
	background-color: #FFFFFF;
	clear:both;
}

.btn {
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}

.img {
	padding-top: 20px;
	padding-bottom: 20px;
}

.circle {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}

.wrapper {
	width: 700px;
}

.gallery {
	height: 375px;
	width: 580px;
	float: left;
	background-color: #77923C;
	padding-top: 20px;
	padding-bottom: 20px;
}

.gallery2 {
	height: 375px;
	width: 580px;
	background-color: #77923C;
	padding-top: 20px;
	padding-bottom: 20px;
}

.gallery3 {
	height: 375px;
	width: 580px;
	background-color: #77923C;
	padding-top: 20px;
	padding-bottom: 60px;
}

.left {
	float: left;
	margin-top: 200px;
	margin-right: 30px;
}

.right {
	float: right;
	margin-top: 200px;
	margin-left: 30px;
}

.circles {
	clear:both;
}

.footer {
	background-color: #77923C;
	clear:both;
}

.pic {
	border: none;
}

#footer {
	clear: both;
	background: #A2A2A2;
}

