#container {
	float: left;
	height: 500px;
	width: 1024px;
}
#header {
	float: left;
	height: 56px;
	width: 1024px;
}
#navigation {
	float: left;
	height: 25px;
	width: 1024px;
	background-image: none;
}
.navigation {
	text-align: center;
}

#mainbox {
	float: left;
	height: 700px;
	width: 1024px;
	margin-left: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#footer {
	float: left;
	height: 15px;
	width: 1024px;
}
body {
	color: #FFF;
	background-color: #d9d2b0;
	margin-top: 0px;
	margin-left: 0px;
	height: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(site_images/background.jpg);
}
#navigatorspacing {
	height: 20px;
	width: 1024px;
	background-color: #D6D6D6;
	float: left;
}

.header {
	font-size: 24px;
	color: #FFF;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-align: center;
	color: #D8D2B0;
}
.navigation #navigation a img {
	text-decoration: none;
	border-top-color: #D8D2B0;
	border-right-color: #D8D2B0;
	border-bottom-color: #D8D2B0;
	border-left-color: #D8D2B0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #mainbox p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #header a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
