html{
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767374;
	text-align:center;
	padding:0;
	margin:0;
	min-height: 100%;
	background:url(images/pine-forest-BG-tile.jpg);
}

#container {
	background-color:#FFFFFF;
	width: 810px;
	text-align: center;
	margin: auto;
	padding:0;
	height:100%;
	background: #FFFFFF;
}

#inner {
	width:798px;
	padding:0;
	margin-right:5px;
	margin-left:5px;
	height:100%;
	border-right: #6A8A22 solid 1px;
	border-left: #6A8A22 solid 1px;
	float:none;
}

#header{
	padding:0;
	float:none;
}

#logo {
	text-align: center;
	padding: 3px;
	float: left;
	width: 385px;
	height: 132px;
	border-right: #6A8A22 solid 1px;
	border-bottom: #6A8A22 solid 1px;
}

#menu {
	text-align: center;
	padding: 3px;
	padding-top: 0;
	float: left;
	width: 400px;
	height: 135px;
	border-bottom: #6A8A22 solid 1px;
}
#content {
	padding:0;
	margin:0;
	text-align: left;
	display:block;
}
#footer {
	padding:0;
	margin:0;
	float:none;
	vertical-align:bottom;
	height: 95px;
	background: #FFFFFF;
}
#ft_lft {
	text-align: center;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 0;
	float: left;
	width: 385px;
	height: 75px;
	border-top: #6A8A22 solid 1px;
}

#ft_rt {
	text-align: center;
	padding: 3px;
	padding-left:0;
	padding-top: 5px;
	padding-bottom: 0;
	float: left;
	width: 404px;
	height: 75px;
	border-top: #6A8A22 solid 1px;
	background: #FFFFFF;
}

.links a{
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color: #6A8A22;
	line-height:18px;
	background: #FFFFFF;
}

.links a:hover{
	text-decoration: underline;
}

.listhead {
	background: #6A8A22;
	margin:5px;
	padding:3px;
	height: 15px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.list_tbl_head{
	color: #6A8A22;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.c1{
	background:#D6E4CA;
	text-align: left;
	color:#000000;
	font-size:11px;
	padding-left: 3px;
}

.c1a{
	background:#D6E4CA;
	text-align: center;
	color:#000000;
	font-size:11px;
	padding-left: 3px;
}

.c2{
	background:#CFE4A7;
	text-align: center;
	color:#000000;
	font-size:11px;
}

.c2a{
	background:#D6E4CA;
	text-align: left;
	color:#000000;
	font-size:11px;
	padding-left:5px;
}

.c2a a{
	text-decoration:none;
	color:#003300;
}

.c2a a:hover{
	text-decoration:underline;
}

.c3{
	background:#CDE5DE;
	text-align: left;
	color:#000000;
	font-size:11px;
	padding-left:5px;
}

.c4{
	background:#CFE4A7;
	text-align: center;
	color:#000000;
	font-size:11px;
}

.sold{
	background:#FFFFFF;
	text-align: center;
	color:#FD5207;
	font-size:11px;
	font-weight: bold;
}

.c5{
	background:#FFFFFF;
	text-align: center;
	color:#6A8A22;
	font-size:11px;
	font-weight:bold;
}

.c5 a{
	color:#6A8A22;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.c5 a:hover{
	text-decoration:underline;
}



