body {
	color: #333333;
}
#wrapper {
	width: 800px;
	top: 10px;
	left: 10px;
}
#leftcol {
	font-family: verdana;
	font-size: small;
	color: #333333;
	float: left;
	width: 200px;
	border-bottom-style: none;
}
#rightcol {
	float: right;
	width: 590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	float: right;
	width: 590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	bottom: auto;
}
.clearit {
	clear: both;
}
a:link {
	color: #333333;
	text-decoration: none;
	background-color: #EBAD85;
}
a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #EBAD85;
}
a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	background-color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}
h2 {
	font-family: verdana;
	font-size: small;
	color: #333333;
}
