#wrapper {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#topNav {
	height: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #DBDCA4;
}
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topNav ul li {
	display: inline;
}
#topNav ul li a {
	padding: 5px;
	float: left;
	height: 12px;
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1mm;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A4B58A;
	border-left-color: #A4B58A;
}
#topNav ul li a:hover {
	background-color: #B5B587;
	color: #FFFFCC;
}
#topNav ul li a:link, #topNav ul li a:visited {
	color: #33392C;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .1mm;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCC99;
}
#topBanner {
	height: 90px;
}
#leftColumn {
	float: left;
	width: 530px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#rightColumn {
	background-color: #CCCC99;
	float: right;
	width: 210px;
	overflow: hidden;
	margin-bottom: -2000px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2000px;
	padding-left: 10px;
}
#centerContent {
	overflow: hidden;
}
#footer {
	background-color: #AAAB7F;
	height: 20px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

