#container {
	padding: 0px;
	width: 1000px;
	height: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
body {
	height:600;
	background-repeat: no-repeat;
	background-color: #fbf7f0;
} 
	
#header {
	background-image: url(img/home_banner_logo.png);
	height: 210px;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
}

#wowslider-container1 {
	z-index: -90
}

#header h1 {
	display: none;
}

#nav {
	padding: 0px;
	height: 70px;
	width: 800px;
	align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#nav ul {
	text-align: center;
	padding:0;
	list-style-type:none;
}

#nav li {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 0px;
	margin-top: 2px;
	padding-top: 180px;
	padding-bottom: 10px;
	text-align: center;
}
#nav a {
	display: block;
	width: 180px; /* fixed width */
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #fbf7f0;
	text-decoration: none;
	font-weight: 100;
}
#nav a:hover {
	color: #7395ae;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 980px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: cabeb9;
	text-align: right;
	list-style-type: none;
	line-height: 30px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	width: 210px;
	float: right;
	text-transform: none;
	color: #927b71;
	font-variant: small-caps;
}
