html, body {
	padding:0;
	margin:0;
	border: none;
	text-align:center;
	min-width: 860px; 
	background-color: #fff;
	font-size: 85%;
	font-family: Arial,Helvetica,Arial,sans-serif;
	color: #666;
}

img {
	border: 0;
}

h1 {
	font-size: 140%;
	color: #5AB871;
}

h2  {
	font-size: 115%;
	color: #5AB871;
}

#wrapper {
	width: 860px;
	text-align: left;
	margin: 0 auto;
}

#logo {
	text-align: center;
}

#home {
	margin: 25px 0;
	text-align: center;
}

#about {
	width: 840px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#about #txt {
	float: left;
	width: 500px;
}

#about #photo {
	float: right;
	width: 320px;
}

#location {
	margin-top: 20px;
	margin-left: 20px;
}

#location img {
	margin-right: 50px;
}	

#location p {
	margin-right: 75px;
}

#housetype {
	margin-top: 20px;
}

#housetype #house {
	float: left;
	width: 420px;
}

#housetype #info {
	float: right;
	width: 400px;
}

#siteplan {
	margin-top: 20px;
}

#siteplan #site {
	float: left;
	width: 485px;
	overflow:auto;
	min-height: 350px;
}

/*\*/
* html #siteplan #site {
	height: 350px;
}
/**/

#siteplan #info {
	float: right;
	width: 335px;
	margin-right: 20px;
}

#siteplan #plotinfo fieldset {
	min-height: 95px;
}

/*\*/
* html #plotinfo fieldset {
	height: 95px;
}
/**/

#statuskey {
	border: 1px solid #ccc;
	width: 160px;
	padding: 5px;
}

#statuskey ul {
	list-style: none;
	margin:0;
	padding:0;
}

#statuskey ul li {
	padding-bottom: 3px;
}

#statuskey #key {
	float:left;
	margin-top:3px;
	padding-left:5px;
	padding-right:5px;
}

#footer {
	clear: both;
	background: #2BA449 url(/cumbernauld/images/footer.gif) repeat-x;
	height: 60px;
}