


div {
	border: 0px solid #ffffff;
}

body {
	margin: 0 auto;
	width: 910px;
	padding-top: 1em;
	padding-bottom: 1em
}


#navigation {
	float: left;
	width: 150px
}
#content1 {
	float: left;
	width: 550px
}
#content2 {
	float: right;
	width: 202px
}
#header {
	float: left;
	width: 910px
}
#footer {
	clear: both;
}
