html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	min-width: 760px;
	background: #aa7f48 url(../images/pagebak.jpg) fixed;
	font: 12px georgia, garamond, times, "times new roman", serif;
}
/*--- general ---*/
* {outline: none;}
form {margin: 0;padding: 0;}
img {border: none;display: block;}
ul {margin: 0;padding: 0;list-style: none;}

.clr:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
* html .clr {height: 1%;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: georgia, garamond, times, "times new roman", serif;
	font-size: 19px;
	font-style: italic;
	line-height: 22px;
	color: #fc3;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1, h2 {
	color: #fc3;
	font-size: 19px;
	line-height: 22px;
	font-style: italic;
}
p {
	margin: 0;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #fc3;
	cursor: pointer;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

#page {
	width: 760px;
	margin: 0 auto;
	background: #AA7F48 none repeat scroll 0% 50%;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
/* header */
#header {
	width: 760px;
	height: 153px;
	position: relative;
	background: url("../images/bg-header.jpg") no-repeat;
}
.logo {
	top: 18px;
	left: 8px;
	width: 356px;
	height: 120px;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -12000px;
	background: url("../images/logo.gif") no-repeat;
}
#header div {
	top: 17px;
	right: 9px;
	position: absolute;
}
#header div p {
	float: left;
	color: #000;
	font: bold 13px arial, tahoma, verdana, "trebuchet ms", sans-serif;
}
#header div span {
	float: left;
	width: 135px;
	height: 24px;
	position: relative;
	margin: -4px 0 0 5px;
	text-indent: -12000px;
	background: url("../images/bg-phone.gif") no-repeat;
}
.link {
	top: 34px;
	right: 11px;
	color: #000;
	position: absolute;
	font: bold 13px arial, tahoma, verdana, "trebuchet ms", sans-serif;
}
/* content */
#content {width: 760px;}

/* main-nav */
.main-nav {
	width: 586px;
	background: #000;
	text-align: right;
	padding: 0 11px 0 0;
	margin: 0 0 0 163px;
	font-size: 120%;
}
.main-nav li {
	color: #fc3;
	display: inline;
	font: bold 12px/20px arial, tahoma, verdana, "trebuchet ms", sans-serif;
}
.main-nav li a {
	margin: 0 4px 0 1px;
}

.wrap-content {width: 760px;}

/* secondary-content */
.secondary-content,
.secondary-content-2 {
	float: left;
	width: 163px;
	position: relative;
	margin: -20px 0 0 0;
}
.secondary-content cite,
.secondary-content-2 cite {
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: -1px;
	padding: 11px 0 0 18px;
}
/* primary-content */
.primary-content,
.primary-content-2 {
	float: left;
	width: 340px;
	padding: 22px 20px 0 29px;
}
.primary-content-wide,
.primary-content-2-wide {
	float: left;
	width: 540px;
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 29px;
}
.primary-content-wide h1 {padding: 0 0 19px 0;}
.primary-content h1 {padding: 0 0 19px 0;}
.primary-content p {padding: 0 0 12px 0;}
.primary-content p a {text-decoration: underline;}
.primary-content p a:hover {text-decoration: none;}

/* lock */
.lock {
	width: 376px;
	overflow: hidden;
	margin: 0 -6px 0 0;
	padding: 0 0 26px 0;
}
.lock li {
	float: left;
	width: 119px;
	padding: 0 6px 0 0;
}
.lock li a {
	color: #fff;
	display: block;
}
.lock li a:hover {position: relative;}

.lock li a span {
	display: block;
	padding: 6px 0 7px 17px;
	background: #000 url("../images/i-1.gif") no-repeat;
	font: bold 10px/12px verdana, arial, tahoma, "trebuchet ms", sans-serif;
}
/* extra-info */
.extra-info {
	width: 90px;
	float: left;
	margin: 6px 0 0 0;
	padding: 0 14px 0 0;
}
* html .extra-info {padding: 0 11px 0 0;}

.extra-info a {
	display: block;
	padding: 8px 0 0 2px;
	font: bold 10px/12px arial, verdana, tahoma, "trebuchet ms", sans-serif;
}
.extra-content,
.extra-content-2 {
	float: right;
	width: 166px;
	padding: 23px 12px 0 0;
}
/* house */
.house {
	width: 166px;
	overflow: hidden;
}
.house li {
	width: 166px;
	float: left;
	padding: 0 0 10px 0;
}
.house li a img {border: 1px solid #fff;}
.house li p {
	padding: 6px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1em;
}
/* view-more */
.view-more {
	padding: 45px 0 5px 0;
	font: bold 11px/12px arial, verdana, tahoma, "trebuchet ms", sans-serif;
}
.extra-content .view-more {padding: 4px 0 5px 0;}
.view-more a span {color: #f90;}

/* footer */
#footer {
	width: 760px;
	padding: 14px 0 17px 0;
}
#footer ul {
	text-align: center;
	padding: 0 0 0 11px;
}
#footer ul li {
	color: #fc3;
	display: inline;
	font: 10px/16px arial, verdana, tahoma, "trebuchet ms", sans-serif;
}
#footer ul li span {color: #fff;}

#footer ul li a {
	font-weight: bold;
	margin: 0 3px 0 0;
}
/* page-2 */
div#content-2 {
	width: 760px;
}
div#content-2.about {
	background: url("../images/bg-about.jpg") no-repeat;
}
div#content-2.buying {
	background: url("../images/bg-buying.jpg") no-repeat;
}
div#content-2.selling {
	background: url("../images/bg-selling.jpg") no-repeat;
}
div#content-2.relocating {
	background: url("../images/bg-relocating.jpg") no-repeat;
}
div#content-2.examples {
	background: url("../images/bg-examples.jpg") no-repeat;
}
div#content-2.inventory {
	background: url("../images/bg-inventory.jpg") no-repeat;	
}
div#content-2.contact {
	background: url("../images/bg-contact.jpg") no-repeat;
}
div#content-2.featured {
	background: url("../images/bg-featured.jpg") no-repeat;	
}
div#content-2.early {
	background: url("../images/bg-early.jpg") no-repeat;	
}
div#content-2.old {
	background: url("../images/bg-old.jpg") no-repeat;	
}
.secondary-content-2 {
	margin: 0;
	position: static;
}
.secondary-content-2 cite {padding: 234px 0 12px 18px;}
.secondary-content-2 p {
	color: #fc3;
	padding: 0 0 0 18px;
	font: bold 13px verdana, arial, tahoma, "trebuchet ms", sans-serif;
}
.primary-content-2 {
	padding: 200px 20px 0 29px;
}
.primary-content-2 h1, .primary-content-2-wide h1 {
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.primary-content-2 h2 {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.primary-content-2-wide h2 {
	padding: 53px 0 18px 0;
	color: #FC3;
}
.primary-content-2 p {padding: 0 0 24px 0;}
.extra-content-2 {padding: 35px 12px 0 0;}

#page #content-2 .wrap-content clr .primary-content-2-wide table td {
vertical-align: top }
#page .wrap-content clr .primary-content-2 li {
	list-style-type: disc;
}
.primary-content-2 ol {
	position: relative;
	top: -20px;
}
