body {
	font-family: Arial;
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content .content-element {}

#content img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content .content-element .up {
	clear: both;
}

#content .content-element .up a {
	display: none;
}

#content .content-element div.left {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

#content .content-element div.right {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

#footer {
	display: none;
}
