body {
	background-color: #faf1df;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #faf1df;
	text-align: justify;
	width: 826px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: faf1df;
	text-align: left;
	width: 826px;
	margin: 0px;
	padding: 0px;
}
#content {
	font-family: "Courier New", Courier, monospace;
	color: #666;
	background-color: #faf1df;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold",  Verdana;
	font-size: 10px;
	background-color: faf1df;
	text-align: center;
	color: #CCC;
}

