* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.2;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	background-color: #892114;
}
#header {
	background: #d8d5b4;
}
#container {
	width: 800px;
	text-align: left;
	background-color: #d8d5b5;
	margin: 0 auto;
	padding: 20px;
}
.horzline {
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
	color: #903D2F;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: underline;
}
a:hover   { text-decoration: underline; }
p {
	color: #903D2F;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
}
h1 {
	font-family: helvetica, verdana, arial, sans-serif;
	color: #903D2F;
	text-align: center;
	font-size: 16pt;
}
h2 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 14pt;
	color: #903D2F;
	text-align: center;
}
hr {
	color: #903D2F;
}


h3 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12pt;
	color: #903D2F;
	text-align: center;
}
#footer {
	padding: 0;
	background-color: #D8D5B5;
	margin-top: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
}
