@charset "utf-8";
#wrapper {
	background-image: url(images/bkgd.jpg);
	height: 820px;
	width: 1024px;
	margin-top: -8px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 134px;
	width: 263px;
	margin-top: 0px;
}
#header {
	float: right;
	height: 134px;
	width: 760px;
	margin-top: 0px;
}
#subheader {
	height: 59px;
	width: 1024px;
}

#nav {
	font-family: "Futura Lt BT", sans-serif;
	font-size: 150%;
	line-height: 35px;
	color: #26A9E0;
	float: left;
	height: 300px;
	width: 180px;
	margin-top: 100px;
	margin-left: 50px;
}

body {
	background-color: #C0C0C0;
}
