body {
	background-color: white;
}
#navigation {
	float: left;
	width: 15%;
	height: 100%
}
#content-wrapper {
	float: right;
	width: 80%;
	overflow: hidden;
}
#content {
	width: 100%;
	position: relative;
}
.image_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}