@charset "utf-8";
.main {
	display: block;
	height: auto;
	width: 966px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	top: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
.header {
	background-color: rgba(255,255,255,1);
	height: 100px;
	width: 966px;
}
.header .navbar {
	background-color: rgba(255,255,255,1);
	height: 0px;
	width: 966px;
	padding-left: 25px;
}
.navbar {
	margin-top: 0px;
	margin-bottom: -50px;
}


.body {
	height: 645px;
	width: 966px;
	background-image: url(../images/the-lake.jpg);
	background-repeat: no-repeat;
}
.main .body img {
	margin-top: 145px;
	margin-left: 300px;
	margin-right: 200px;
}

.navbar img {
	margin-bottom: -25px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: scroll;
	position: relative;
	margin-top: 50px;
	text-align: center;
	bottom: -35px;
	list-style-position: outside;
	padding: 0px;
}


.footer {
	background-color: rgba(255,255,255,1);
	height: auto;
	width: 966px;
	font-family: "Franklin Gothic Medium";
	color: rgba(102,102,102,1);
	text-align: center;
	font-variant: small-caps;
	vertical-align: bottom;
	padding-top: 0px;
}
.body img  {
	margin-top: 75px;
	margin-bottom: -100px;
}

.footer p {
	font-family: "Franklin Gothic Demi";
	font-size: 14px;
	font-variant: small-caps;
	color: rgba(102,102,102,1);
	vertical-align: middle;
}
