body {
	font: 80% arial, helvetica, sans-serif;
	margin: 0;
	background: #ccc url(tile1.gif) repeat-y 0 0;
}
	
h2 {
	margin-top: 0;
}
	
#navigation {
	position: absolute;
	left: 0;
	width: 15em;
}

#content {
	margin-left: 15em;
}
		