html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #003366;
	text-align: center;
}

#wrapper {
	position: relative;
	margin-right: auto; 
	margin-left: auto;
	height: 100%;
	width: 1194px;
}

#facebook {
	display: inline;
	float: right;
	margin: 0;
	width: 292px;
	padding: 0;

}

#container {
	display: inline;
	float: left;
	width: 900px;
	min-height: 100%;
	padding: 0;
	background-color: #fff;
}

#logo {
	background: #ffffcc;
}

#nav ul {
	position: absolute;
	width: 900px;
	left: 0px;
	margin: 0px;
	padding: 5px 0 5px 0;
	background: #ff9966;
	border-top: 5px solid #ffcc99;
	border-bottom: 5px solid #ffcc99;
}

#nav ul li {
	display: inline;
	list-style: none;
	margin: 0px;
}	

#nav ul li a {
	margin: 3px 0 3px 0;
	padding: 8px 15px 8px 15px;
	font-family: Verdana, sans-serif;
	font-size: .75em;
	text-decoration: none;
	letter-spacing: 0;
	font-weight: normal;
}

#nav ul li a:link {
	color: #003366;
}

#nav ul li a:visited {
	color: #003366;
}

#nav ul li a:hover {
	color: #003366;
	background: #ffcc99;
}

#nav ul li a.current {
	color: #003366;
	font-weight: bold;
	background: #ffcc99;
}

#copy h3 {
	margin-top: 30px;
	padding: 40px 75px 40px 75px;
	font-family: Verdana, sans-serif;
	color: #003366;
	text-align: center;
	line-height: 2.8em;
}

#copy h5 {
	margin-top: 30px;
	padding: 40px 75px 40px 75px;
	font-family: Verdana, sans-serif;
	color: #003366;
	text-align: left;
	font-weight: normal;
	line-height: 1.4em;
}

#copy h5 .new {
	color: #ff9966;
}

#copy h4.index {
	padding: 0px 75px 40px 75px;
	font-family: Verdana, sans-serif;
	color: #003366;
	text-align: center;
	font-weight: normal;
	line-height: 1.4em;
}

#copy a:link {
	color: #003366;
	letter-spacing: 0;
}

#copy a.fancybox {
	color: #006699;
	letter-spacing: 0;
}

#picture {
	float: right;
	margin-top: 40px;
	padding: 40px 75px 20px 30px;
}

#footer h6 {
	clear: both;
	margin-bottom: 0;
	width: 900px;
	text-align: center;
	background: #ffffcc;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: .625em;
	color: #003366;
	border-width: 5px;
	border-color: #ffcc99;
	border-top-style: solid;
	padding: 10px 0 10px 0;
}