@charset "utf-8";
/* CSS Document */

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* Basic CSS */
body {
	font: 100% "Arial", Verdana, Helvetica, sans-serif;
	color: #493027;
	font-size: 0.75em;
	background: #333333;
}

h1,h2,h3,h4,h5,h6 {
	color: #493027;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0.2em 0.8em;
}

h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	padding: 0.4em 1em;
}

p {
	font-size: 1.0em;
	padding: 0.5em 1.5em;
	line-height: 1.6em;
}

strong {
	font-weight:bold;
}

p.gallery img{
	margin-bottom:2.0em;
	margin-right:1.0em;
	margin-left:1.0em;
}	
a {
	color: #C27113;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.houseLand{
display:block;
float:right;
clear:right;
width:400px;
margin-right:50px;
margin-left:10px;

}

span.houseLand img {
	padding-right:5px;
	vertical-align:middle;
	}

/*--		Layout Divs			--*/
	
	#page {
		width: 800px;
		margin: 0 auto;
		background-color: #FFF;
		z-index: 1;
		position: relative;
	}
	#header{
		display:block;
		margin:0px;
		padding:0px;
		height:155px;
		overflow:hidden;
		background-color:#FFFFFF;
	}
	#navContainer{
		width:800px;
		overflow:hidden;
		background: #fff2d4;
	}
	#content{
		padding-top:20px;
		border-top:thin;
		border-style:solid;
		border-color:#493027;		
	}
	
	#content ul, #content li{
		list-style-type:disc;
		list-style-position:inside;
		margin-left:4em;	
	
	}
		
	#footer{
		border-top:thin;
		border-style:solid;
		border-color:#493027;
		text-align:center;
	}
/*----------------- Hacks -----------------*/

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
