body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}
#container {
	width: 750px;
}
#header {
	font-size: 24px;
	float: left;
	width: 900px;
	background-color: #0099FF;
}
#navigation {
	font-size: 12px;
	float: left;
	width: 125px;
	background-color: #FFFFCC;
	padding-bottom: 100px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0066FF;
	float: none;
	width: 900px;
}
#content {
	float: none;
	padding: 10px;
}
