#page {
}
#header {
	top: 170px;
	margin-left: 200px;
}
#content {
	top: 270px;
	margin-left: 200px;
}
#leftnav {
	position: absolute;
	top: 170px;
	left: 5px;
	width: 150px;
}
#footer {
	clear: both;
	margin-left: 200px;
	text-align: center;
}
