style.css {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 988px;
}
#container {
	height: auto;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	height: 250px;
	width: 988px;
	background-image: url(header.jpg);
	float: left;
}
#container #title {
	height: 50px;
	width: 988px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D99D67;
	float: left;
}
#container #content {
	height: auto;
	width: 988px;
	background-color: #E1DFCA;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#container #footer {
	height: auto;
	width: 988px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C6BFA3;
	float: left;
}
#container #navigation {
	float: left;
	height: auto;
	width: 988px;
}