#wrapper {
	position:relative;
	width:900px;
	border:0px;
	text-align:left;
	margin: 0 auto;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #94B767;
	text-align: left;
}
h2 {
	color: #AE191B;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h3 {
	font-family: "Trebuchet MS", "Gill Sans MT", Arial, sans-serif;
	color: #94B767;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	font-size: .9em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #85887F;
	font-size: 1.0em;
}
ul, li  {
	margin: 0px;
	list-style-type: square;
	
}
li, a, a:visited  {
	color: #94B767;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	list-style-type: square;
}
a:hover {
	color: #AE191B;
	text-decoration: underline;
	}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #85887F;
	float: left;
	height: 30px;
	width: 900px;
	font-size: 0.7em;
	text-align: center;
	position: relative;
}
#footer a {
	color: #94B767;
	text-decoration: none;
	font-size: 110%;
}

#main {
	float: left;
	width: 900px;
	position: relative;
}
