@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,400italic,700italic);
body {
	margin: 0;
	padding: 0;
	background: url(../images/mainbg.jpg) center top repeat fixed;
}
.clearall {
	clear: both;
}
h2 {
	color: #858695;
	font: 22px Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: -10px;
}
h3 {
	color: #696a77;
	font: bold 20px Raleway, sans-serif;
	margin-bottom: -5px;
}
.orangeish {
	color: #907c6c;
}
.lighterblue {
	color: #858695;
}
.italic {
	font-style: italic;
}
#wrapper {
	width: 1240px;
	margin: 0 auto;
}
#header {
	width: 1240px;
	margin-top: -22px;
}
#nav {
	width: 1240px;
	height: 45px;
	background-image: url(../images/navbar.jpg);
}
#nav ul {
	list-style: none;
	font: 22px Raleway;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	text-align: center;
	margin-left: -40px;
	color: #886e5a;
}
#nav li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}
#nav a {
	color: #886e5a;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#banner {
	position: relative;
	width: 1240px;
	height: 464px;
	z-index: 1;
}
#logo {
	position: relative;
	width: 212px;
	height: 276px;
	z-index: 999;
	margin-top: -365px;
	margin-left: 514px;
}
#content1 {
	width: 1240px;
	height: 1200px;
	background: url(../images/contentbg.jpg) center top no-repeat fixed;
}
#anniversarylogo {
	padding-top: 120px;
	padding-left: 1100px;
	opacity: 0.3;
}
.darksect {
	width: 1000px;
	padding-left: 120px;
	padding-right: 120px;
	background: rgba(0,0,0,.25);
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: 75px;
}