body,html {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #744200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
}

#header {
	height: 82px;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	position: relative;
	top: -44px;
}

#headerlogo {
	width: 364px;
	height: 82px;
}

#headermenu {
	height: 18px;
	position: absolute;
	top: 46px;
	left: 364px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}
#headermenu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	margin-top: -1px;
}
#headermenu li {
	display: inline;
	padding-right: 1.2em;
}
#headermenu a {
	text-decoration: none;
	color: #fff;
}
#headermenu a:hover {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#headermenu div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}

#horizon {
	height: 50%;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
}
#quote {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	font-style: italic;
}
