body {
	background-color: #5d5755;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page { 
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#navigation {
	background-color: #37322c;
	height: 23px;
	text-align: right;
}

#navigation a {
	padding: 0 0.5em;
}

#header {
}

#headerbanner {
	background-color: #37322c;
	height: 17px;
}

#footerbanner {
	background-color: #37322c;
	height: 17px;
}

#content {
	background-image: url(../img/background_content.jpg);
	background-repeat: repeat-y;
	background-color: #f6eddf;
	color: #0d0a02;
	padding: 1.5em 1.2em;
	font: medium "courier new";
}

#content a {
	color: #37322c;
}

#content a:active {
	color: #37322c;
}

#content a:hover {
	color: #37322c;
}

#content p {
}

#content h1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.4em;
	font-weight: bold;
}

#content h2 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 1.2em;
	font-weight: bold;
}

#content h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

#content p.refrain {
	margin-left: 2em;
}
