#content {
	height: 4350px;
	width: 750px;
	float: left;
}
#header {
	background-image: url(HeaderLarge.jpeg);
	float: left;
	height: 300px;
	width: 1000px;
}
#footer {
	background-color: #CCCCCC;
	float: left;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navigation {
	float: left;
	height: 200px;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
}
#container {
	width: 1000px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
