body {
	background-color: #eaeaea;
}

img {
	border-style: none;
}

div#navigation {
	float: left;
	margin-top: 10px;
	
	width: 100px;
}

div#content {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-family: "Gill sans";
	height: 700px;
	
	margin-top: 10px;
	float: left;
	width: 550px;
	background-color: white;
	position: relative;
}

div#footer {
	font-size: 12px;
	font-family: "Gill Sans";
	text-align: center;
	margin-left: 100px;
	float: left;
	position: relative;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	margin-top: 10px;
	height: 14px;
	width: 550px;
}

div#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

