html,body {
	background-color: #d1d7dc;
	background-image: url(images/backtile.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#main {
	width: 900px;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
}
* html #main {
	height: 100%;
}
#basebar {
	width: 900px;
	height: 25px;
	margin: -32px auto 0px;
	background-color: #3f1a07;
	clear: both;
	text-align: center;
	padding-top: 6px;
	position: relative;
}
#leftcol {
	float: left;
	width: 460px;
	padding-left: 50px;
	position: relative;

}
#thinleftcol {
	float: left;
	width: 420px;
	padding-left: 50px;
	position: relative;
}
#rightcol {
	width: 260px;
	float: right;
	padding-right: 125px;
	position: relative;
}
#mapscol {
	width: 280px;
	float: right;
	padding-right: 75px;
	position: relative;
}
#propertycol {
	width: 780px;
	float: right;
	background-color:#CCCC99;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 10px;
	color: #660000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
	right: 40px;
}

.whitebold {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}
.whitesmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
}
.brownbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: normal;
	color: #996633;
}

.textlist ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: normal;
	color: #996633;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.houselinks {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFF99;
	text-align: right;
}
.baselinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #CCCC66;
	font-weight: bold;
}
.baselinks a {
	color: #CCCC66;
	text-decoration:none;
}
.baselinks a:link {
	color: #CCCC66;
	text-decoration:none;
}
.baselinks a:visited {
	color: #CCCC66;
	text-decoration:none;
}
.baselinks a:hover {
	color: #FFF;
	text-decoration:none;
}
#propertycol a {
	color: #660000;
	text-decoration:none;
}
#propertycol a:link {
	color: #660000;
	text-decoration:none;
}
#propertycol a:visited {
	color: #660000;
	text-decoration:none;
}
#propertycol a:hover {
	color: #996633;
	text-decoration:none;
}
.alignright {
	text-align: right;
	padding-left: 20px;
}
.indentwhitebold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 60px;
}
.padding10 {
	padding: 10px;
}
#available {
	width: 760px;
	float: right;
	background-color:#3F1A07;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 10px;
	color: #BFBF73;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	right: 40px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#available a {
	color: #CCCC66;
	text-decoration:none;
}
#available a:link {
	color: #CCCC66;
	text-decoration:none;
}
#available a:visited {
	color: #CCCC66;
	text-decoration:none;
}
#available a:hover {
	color: #FFF;
	text-decoration:none;
}.whitetext {

	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: normal;
	color: #FFFFFF;
}
