#header {
	color: white;
	/*border-color: red;
	border-style: solid;
	border-width: 1px;*/
	height: 1.5em;
	text-align: center;
	background-color: #a72100;
	font-size: 2em;
	font-weight: bold;
	padding: 0.5em;
	padding-left: 6em;
}

#navigation {
	/*border-color: blue;
	border-style: solid;
	border-width: 1px;*/
	width: 11em;
	padding: 0.2em;
	float: left;
}

#content {
	/*border-color: black;
	border-style: solid;
	border-width: 1px;*/
	padding-top: 0.2em;
	padding-left: 2em;
	padding-right: 4em;
	margin-left: 11em; /* to match the width of the navigation */
}

#footer {
	/*border-color: purple;
	border-style: solid;
	border-width: 1px;*/
	clear: both;
	/*height: 2em;*/
	padding: 0.2em;
	border-top: 0.2em solid #a72100;
}