div {
	 border: 0px solid Black;
}
body {
	margin: 0 auto;
	width: 800px;
}
#navigation {
	float: left;
	width: 150px
}
#content {
	float: right;
	width: 596px;
}
#footer {
	clear: both;
}
