@charset "UTF-8";
body {
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
}

ul {
	list-style: square;
}

#container {
	position: absolute;
	background-color:#FFFFFF;
	width: 841px;
	height: auto;
	margin-left: 50%;
	margin-top: 40px;
	top: 0px;
	left: -423px;
	
}

#content {
	position: absolute;
	width: 841px;
	height: auto;;
	border: #000000 solid 1px;
	
}

#top {
	position: relative;
	width: 841px;
	height: 380px;
}

#leftCol {
	position: relative;
	width: 210px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 25px;
	margin-bottom: 40px;
	padding: 5px;
	background-image: url(images/feature_lisiting.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: #000000 solid 1px;
	font-size: 11px;
	line-height: 13px;
}

#leftThumbs {
	position: relative;
	width: 300px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 0px;
}

#rightCol {
	position: relative;
	width: 531px;
	height: auto;
	float: right;
	margin-right: 10px;
}

#centerCol {
	position: relative;
	width: auto
	height: auto;
	margin-right: 10px;
}

.footer {
	border-top: #000000 solid 1px;
	background-color: #EEAFC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.sold {
	color: #FF0000;
	margin-top: 5px;
}

.green {
	color: #006600;
	margin-top: 5px;
}

.click a {
	color: #891635;
	margin-top: 5px;
}

.click a:hover {
	color: #000000;
	margin-top: 5px;
	text-decoration: none;
}

a {
	color: #891635;
}

a:hover {
	color: #000000;
	text-decoration: none;
}