#header {
	position: absolute;
	z-index: 10;
	background-color:#FFFFFF;
	top: 20px;
	left: 20px;
	right: 20px;
	border: 2px solid #65743D;
}

#content {
	position: absolute;
	z-index: 20;
	background-color:#FFFFFF;
	top: 120px;
	right: 20px;
	left: 20px;
	background-image: url(../images/big_arrow.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 95% 100px;
	border-top: 1px solid #9BAE68;
	min-width: 886px;
}
#content #mainBody {
	position: relative;
	margin: 0px;
	width: auto;
	min-height: 500px;
	padding: 20px 10%;
	border-left: 2px solid #65743D;
	border-right: 2px solid #65743D;
}
#content #mainBody .itemList {
	position: relative;
	clear: both;
}
#content #mainBody .itemList .left {
	position: absolute;
	top: 0px;
	left: 0px;
}
#content #mainBody .itemList .right {
	position: relative;
	margin: 0px 0px 5px 140px;
}
#content #mainBody .itemList .subHead {
	position: relative;
	margin: 10px 0px 5px 0px;
}
#content #mainBody .itemList {
	clear: both;
}
#content #mainBody #bodyContent #keySearch {
	position: relative;
	clear: both;
	margin: 10px 0px;
	text-align: left;
}

#footer {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 50px;
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #65743D;
	border-top: 1px solid #9BAE68;
	font-size: 10px;
	color: #666666;
}

table.categories {
	font-size: 11px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
table.categories th {
	text-align: left;
	color: #FFFFFF;
	background-color: #65743D;
}
table.categories td {
	width: 33%;
}
table.categories td p {
	margin-left: 25px;
	text-indent: -25px;
}
#results h3, .subhead {
	font-size: 11px;
	font-weight:bold;
}
#results p {
	margin-left: 20px;
	line-height: 16px;
}
