body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

	font-size: 12px;
	background: #eeeeed url('../img/nightscape.jpg') no-repeat center top;
}

a, a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.bluhue {
	color: #6688ad;
}

.orangehue {
	color: #e39808;
}

#h-nav {
	float: left;
}

#h-logo {
	float: right;
}

#h-nav {
	margin-top: 220px;
}

#h-nav {
	font-weight: bold;
	color: white;
	font-size: 1.2em;
	text-shadow: 2px 2px 1px black;
	text-decoration: none;
}

#h-nav ul {
	display: inline;
	margin-left: -30px;
}

#h-nav li {
	list-style-type: none;
	height: 34px;
	width: 100px;
	text-align: center;
	padding-top: 16px;
	display: inline-block;
}

#h-nav li:hover {
	background-image: url('../img/menu-hover.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #e39808;
}

#foot {
	border-top: 1px solid #c6c6c6;
	margin-top: 75px;
	margin-bottom: 25px;
	text-align: right;
	width: 100%;
	color: #c6c6c6;
	padding-top: 10px;
}

#f-copy {
	float: left;
	padding-left: 5px;
}

#f-links {
	float: right;
}

#f-end {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 35px;
	font-size: 0.9em;
	color: #c6c6c6;
}