#container {
	float: left;
	height: 800px;
	width: 900px;
}
#header {
	float: left;
	height: 100px;
	width: 900px;
	background-image: url(Header.png);
	background-repeat: no-repeat;
}
#nav {
	float: left;
	height: 600px;
	width: 200px;
	padding-left: 15px;
	padding-top: 50px;
}
#maincontent {
	float: left;
	height: 650px;
	width: 685px;
}
#footer {
	float: left;
	height: 50px;
	width: 500px;
	padding-left: 400px;
}
body {
	font-family: "Didot Bold", "Goudy Old Style Bold";
	color: #F1F8E3;
	background-color: #663;
}
.links {
	font-family: "Didot Bold", "Goudy Old Style Bold";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: f8f8f1;
}
.header {
	font-family: "Didot Bold", "Goudy Old Style Bold";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: f8f8f1;
	top: auto;
}
.footer {
	font-family: "Didot Bold", "Goudy Old Style Bold";
	font-size: 10px;
	color: f8f8f1;
}
a {
	color: #FFF;
	text-decoration: blink;
}
