

body {
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: sans-serif;
	text-align: center;
}

#container {
	width: 790px;
	margin: 1em auto;
	color: black;
	background-color: white;
	text-align: left;
}

#header {
	padding-top: 0.5em;
	border-bottom: 1px solid #333;
}

#navigation {
	float: left;
	width: 200px;
	margin-left: 2px;
	padding-top: 1em;
}

#content {
	margin: 0 2em 0 220px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer {
	border-top: 1px solid #333;
	font-size: small;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	clear: right;
}

#rightelement {
	float: right;
	padding-bottom: 15px;
	padding-left: 20px;
}

#centerelement {
	float: center;
	padding-bottom: 15px;
	padding-left: 20px;
}

#imgcap {
	font-size: small;
	text-align: center;
	top-padding: 2px;
}



