body {
	background-color: #1e7c62;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f0fffb;
	text-decoration: none;
	margin: auto;
}
h1 {
	color:#eefe94;
}
#navigation .links li {
	display: block;
	font-size: 15px;
	padding-bottom: 15px;
	list-style-type: none;
}
#navigation {
	float: left;
	padding: 2px;
	margin: auto;
	height: 500px;
	width: 200px;
	background-repeat: no-repeat;
	position: absolute;
	top: 250px;
	left: 50px;
	background-image: url(navbackground.gif);
}
#banner {
	height: 225px;
	width: 900px;
	position: absolute;
	top: 10px;
	left: 52px;
	background-repeat: no-repeat;
}
#banner img {
	float:right;
	padding-top: 10px;
}
#container {
	margin: auto;
	position: absolute;
}
#container #content {
	position: absolute;
	width: 650px;
	left: 275px;
	top: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation .links {
	color:#cfffe8;
}
#navigation .links a:hover {
	color:#eeff32;
}
#navigation .links a:active {
	color:#1e7c62;
}
#navigation .links a:visited {
	color:#cfffe8;
}

a {
	color:#eefe94;
}
#container #footer {
	width: 900px;
	left: 52px;
	height: 200px;
	background-repeat: no-repeat;
	text-align:center;
	position:absolute;
	background-image: url(footerbackground2.gif);	
}
img {
	float:right;
}
