body {
	background: url(images/backgroundbit.gif) repeat;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e3e3e;
}

#wisp {
	background: url(images/wisp.png) repeat-y center;
	height: 100%;
	z-index: 2;
	overflow: visible;
	position: absolute;
	left: 10%;
	right: 10%;
	opacity: 1;
}

#content {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#header {
	height: 70px;
	margin-top: 30px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
}

.headerpic {
	padding: 0;
	margin-left: 76px;
	border-style: none;
}

.rightpic {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

#nav {
	width: 370px;
	display: block;
	padding: 0;
	float: right;
	margin: 33px 0 0;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	font-size: 15px;
	float: right;
}

ol#toc li {
    float: left;
    margin: 0 0 0 0;
}

ol#toc a {
    background: url(images/basictab3.png) no-repeat;
    color: #999;
    display: block;
    float: left;
    height: 2.5em;
    padding-left: 15px;
    text-decoration: none;
}

ol#toc a:hover {
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-position: 0 -60px;
    color: #fff;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/basictab2.png) 100% 0;
    display: block;
    line-height: 2.5em;
    padding-right: 15px;
}

#main-top {
	height: 14px;
	background-image: url(images/main-top.png);
	margin: 0;
	padding: 0;
}

#main-bottom {
	height: 14px;
	background-image: url(images/main-bottom.png);
	margin: 0;
}

#main {
	background-color: #fff;
	color: #B3AA7E;
	font-size: 13px;
	line-height: 150%;
	padding: 0 24px 30px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#main p {
	margin-bottom: 0;
}

#main a:link {
	color: #B3AA7E;
}

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

#main a:visited {
	color: #69642d;
}

#main2 a:link {
	color: #B3AA7E;
	font-size: 15px;
}

#main2 a:hover {
	color: #B3AA7E;
	text-decoration: none;
	font-size: 15px;
}

#main2 a:visited {
	color: #69642d;
	font-size: 15px;
}

#main ul {
	margin: 0;
	padding: 0 0 0 16px;
	list-style-type: circle;
}

#main img {
	margin: 0;
	padding: 0;
}

#subnav {
	float: right;
	line-height: 1;
	width: 100%;
	margin: 0;
	background-color: #fff;
	padding: 0;
	font-size: 13px;
}

#subnav ul {
	margin: 0;
	float: right;
	padding: 0 12px 0 0;
}

#subnav li {
	list-style-type: none;
	display: inline;
	padding-right: 12px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#subnav li a:link {
	color: #999;
	text-decoration: none;
}

#subnav li a:hover {
	color: #545325;
	text-decoration: none;
}

.subnavselected{
	color: #545325;	
}

li.subnavselected a {
	color: #545325;	
}

.subnavselected a:visited{
	color: #545325;	
}

#subnav li a:visited {
	color: #999;
	text-decoration: none;
}

.thisoldhouse {
	color: #545325;
}

h1 {
	font-weight: normal;
	font-style: normal;
	color: #545325;
	letter-spacing: 1px;
	font-size: 21px;
	margin-top: 15px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	color: #545325;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 16px;
}

#righttextblock {
	width: 210px;
	float: right;
	margin-left: 25px;
}

.featureslist {
	font-size: 11px;	
	line-height: 16px;
}

#righttextblock ul {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#homestextblock {
	width: 210px;
	float: right;
	margin-left: 25px;
	font-size: 11px;
}

#homestextblock ul {
	list-style-position: outside;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

#righttextblock2 {
	width: 350px;
	float: right;
	margin-left: 25px;
}

#righttextblock2 ul {
	margin: 0;
	padding: 0;
	padding: 0 0 0 16px;
}

#footer {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;
}

#footer a:link {
	color: #3e3e3e;
}

#footer a:hover {
	text-decoration: none;
}

#footer a:visited {
	color: #3e3e3e;
}



