body {
	margin: 0;
	padding: 0;
	background: transparent url("../img/body.jpg") repeat;
}

h1, h2, h3 {
	margin: 0;
	padding: 12px 0 8px 0;
}

#facade {
	margin-bottom: 60px;
	height: 1024px;
	background: transparent url("../img/facade.jpg") repeat-x;
}
#canvas {
	width: 860px;
	margin: 0 auto;
}
	#headerbg, #header, #title, #content {
		position: absolute;
	}
	#header {	
		margin: 18px 0 0 18px;
		padding: 2px;
	}
	#title {
		margin: 0 0 0 600px;
		display: block;
	}

	#sidebar {
		margin: 0 auto;
		width: 240px;
		z-index: 10;
		margin: -140px 0 0 10px;
		position: absolute;
		background: #e7e5d9 url("../img/sidebar.jpg") repeat-x;
	}
		#sidebar img.logo {
			display: block;
			margin: 5px auto;
		}
			/* MAIN SIDEBAR */
			dl.sidebar {
				padding: 0;
				margin: 0 auto;
				width: 230px;
			}
				dl.sidebar dt {
					color: #53534c;
					font-family: Georgia, sans-serif;
					font-size: 1.1em;
				}
				dl.sidebar dt i{
					padding: 3px;
					color: #82381d;
					font-size: .8em;
					display: block;
				}
				dl.sidebar dt a {
					padding: 8px 0 3px 6px;
					color: #53534c;
					text-decoration: none;
					display: block;
				}
				dl.sidebar dt a:hover {
					color: #000;
					background: #f1f1e5;
				}
				dl.sidebar dd {
					padding: 0;
					margin: 0;
					height: 3px;
					padding: 2px;
					background: transparent url("../img/divider-sidebar.gif") bottom left repeat-x;
				}
				/* MAIN SIDEBAR END */
				
			/* PROPERTY SIDEBAR */
			dl.propertydata {
				padding: 0 0 10px 0;
				margin: 0 auto;
				width: 230px;
			}
				dl.propertydata dt {
					color: #53534c;
					font-family: Georgia, sans-serif;
					font-size: 1.1em;
					padding-bottom: 8px;
				}
				dl.propertydata dd {
					padding: 2px 0 4px 0;
					margin: 0;
				}
				dl.propertydata dd a {
					font-size: .8em;
					display: block;
					color: #82381d;
					text-decoration: none;
					padding: 2px 2px 2px 6px;
				}
				dl.propertydata dd a:hover {
					color: #000;
					background: #f1f1e5;
				}
				/* PROPERTY END */

	#content {
		margin-top: 300px;
		width: 860px; /*same as canvas */
	}
		#data {

		}
			#mainTable {
				
			}
			#mainTable td {
				vertical-align: top;
				padding-bottom: 10px;
			}
			#text {
				padding: 5px;
				background: #cec7b7 url("../img/data.jpg") repeat-x;
				width: 590px;
				
				font-family: verdana, tahoma, sans-serif;
			}

			#text #bannerimg {
				display: block;
				margin: 0 auto;
				background: #FFF;
				padding: 3px;
				border: 1px solid #676767;
			}


			div.textbox, #imageTable td {
				font-size: .8em;
			}
			div.textbox a {
				color: #000;
				text-decoration: none;
			}
			div.textbox a:hover {
				color: #ed9e37;
				text-decoration: underline;
			}
			#text h1 {
				font-weight: normal;
				font-size: 1.2em;
				color: #41413c;
				text-indent: 2em;
			}
			#text h2 {
				font-weight: normal;
				font-size: 1.4em;
				color: #333;
				font-family: Georgia;
			}
			#text p {
				text-indent: 2em;
				color: #333;
			}

				#heading {
					background: #e7e5d9;
					text-align: center;
					font-size: 1.2em;
					padding: 5px;
				}
				#heading a {
					color: ##82381d;
					text-decoration: none;
				}
				#heading a:hover {
					color: #000;
				}
				#mainmenu {
					padding: 0 0 0 0;
					height: 2em;
					background: #bbb3a6;
					margin-bottom: 15px;
				}

				#faq dt {
					padding: 4px 0 4px 8px;
					font-size: 1.1em;
					color: #000;
					cursor: pointer;
				}
				#faq dt.active { background: #e2e2d6; }
				#faq dt.over {
					background: #FFF;
					color: #000;
				}
				#faq dd { 
					font-style: italic;
					display: none;
					color: #333;
					padding: 3px 0 12px 8px;
					background: transparent;
				}

				#imageTable td {
					text-align :center;
					vertical-align :top;
					padding:5px;
				}
				#imageTable td a {
					text-decoration: none;
					color: #494949;
				}
				#imageTable td a:hover { color: #000; }
				#imageTable td a img {
					padding:3px;
					border: 1px solid #333;
					margin-bottom: 3px;
				}
				#imageTable td a:hover img {
					border: 1px solid #ec9d30;
					background?: #FFF;
				}

			#footer {
				padding: 10px 0 10px 0;
				width: 590px;
				text-align: center;
				font-family: verdana, tahoma, sans-serif;
				font-size: .65em;
				color: #EEE;
			}
			#footer a {
				color: #DDD;
				text-decoration: none;
				font-weight: bold;
			}
			#footer a:hover {
				color: #FFF;
				text-decoration: underline;
			}