body {
	text-align:center;
}

#page {
	text-align:left;
	margin:0 auto;
	width:900px;
}

#nav {
	float:left;
}

#section {
	float:left;
	width:600px;
}

#section .header h1 {
	float:left;
}

#section .header a {
	float:right;
}

#content {
	clear:both;
}

#footer {
	clear:both;
}