body {
	margin: 0;
	padding: 0;
	background: #eee3b6;
	font-family: tahoma, verdana, helvetica, sans-serif;
}
h1, h2, h3 {
	margin: 0;
	padding: 12px 0 8px 0;
	font-weight: normal;
}
small {
	display: block;
	margin: 0;
	padding: 0 0 8px 0;
}
h3 {
	font-size: 1.5em;
}

#splash {
	display: block;
	width: 840px;
	margin: 0 auto;
}

#mainmenu {
	width: 840px;
	margin: 8px auto;
}


#header {
	width: 840px;
	margin: 0 auto;
	background: transparent url("../img/header.jpg") repeat-y;
}
	#flashbox {
		background: #db2363;
		padding: 5px;
		width: 560px;
		height: 240px;
	}



#canvas {
	width: 840px;
	margin: 0 auto;
	background: transparent url("../img/canvas.jpg") repeat-y;
}

#mainTable {
	width: 820px;
}
#mainTable td { vertical-align: top; }
#left {
	width: 250px;
	vertical-align: top;
	background: #FFF url("../img/left.jpg") top center repeat-y;
}
#right {
	width: 570px;
	vertical-align: top;
	font-size: .8em;
}

		#right a {
			text-decoration: none;
			color: #de2666;
			font-weight: bold;
		}
		#right a:hover { 
			color: #a51547; 
			text-decoration: underline;
		}

		#right h1 {
			font-weight: normal;
			font-size: 1.2em;
			color: #9f6b7d;
			text-indent: 2em;
		}
		#right h2 {
			font-weight: normal;
			font-size: 1.4em;
			color: #464442;
			font-family: Georgia;
		}
		#right p {
			text-indent: 2em;
			color: #828080;
		}
		#bannerimg {
			display: block;
			margin: 0 auto;
			background: #ffcccc;
			border: 1px solid #de2666;
			padding: 5px;
		}

		#imageTable td {
			text-align :center;
			vertical-align :top;
			padding:5px;
		}
		#imageTable td a {
			text-decoration: none;
			color: #de2666;
			font-weight: normal !important;
		}
		#imageTable td a:hover { color: #ffcccc; }
		#imageTable td a img {
			padding:3px;
			border: 1px solid #de2666;
			margin-bottom: 3px;
			background: #FFF;
		}
		#imageTable td a:hover img {
			border: 1px solid #2f5074;
			background: #ffcccc;
		}
#footer {
	width: 840px;
	margin: 12px auto;
	text-align: center;
	font-size: .65em;
}
	#footer a {
		color: #dd2467;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
		text-decoration: underline;
	}

/* MAIN SIDEBAR */
dl.sidebar {
	padding: 0;
	margin: 0 auto;
	width: 230px;
}
	dl.sidebar dt {
		color: #bc4d10;
		font-family: Georgia, sans-serif;
		font-size: 1.1em;
	}
	dl.sidebar dt i{
		padding: 3px;
		color: #a17721;
		font-size: .8em;
		display: block;
	}
	dl.sidebar dt a {
		padding: 8px 0 3px 6px;
		color: #de2666;
		text-decoration: none;
		display: block;
	}
	dl.sidebar dt a:hover {
		color: #bc4d10;
		background: #ffcccc;
	}
	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: #bc4d10;
		font-family: Georgia, sans-serif;
		font-size: 1.1em;
		padding-bottom: 8px;
	}
	dl.propertydata dd {
		padding: 2px 0 4px 0;
		margin: 0;
		background: transparent url("../img/divider-sidebar.gif") bottom left repeat-x;
	}
	dl.propertydata dd a {
		font-size: .8em;
		display: block;
		color: #a17721;
		text-decoration: none;
		padding: 2px 2px 2px 6px;
	}
	dl.propertydata dd a:hover {
		color: #a17721;
		background: #ffcccc;
	}
	/* PROPERTY END */
			#faq dt {
				padding: 4px 0 4px 8px;
				font-size: 1.1em;
				color: #b99bb4;
				cursor: pointer;
			}
			#faq dt.active { 
				background: #a17721; 
				color: #ffcccc;
			}
			#faq dt.over {
				background: #ffcccc;
				color: #a17721;
			}
			#faq dd { 
				font-style: italic;
				display: none;
				color: #676d72;
				padding: 3px 0 12px 8px;
				background: transparent;
			}

	#contactdetails table {
		width: 240px;
		margin: 0 auto;
	}
	#contactdetails h1 {
		color: #FFF;
		font-family: Georgia, sans-serif;
		font-size: 1.6em;
	}
	#contactdetails td {
		padding: 3px;
		font-family: verdana, tahoma, sans-serif;
		font-size: .9em;
		color: #EEE;
		font-weight: 800;
	}
	#contactdetails a {
		text-decoration: none;
		color: #645722;
	}
	#contactdetails a:hover {
		color: #FFF;
		text-decoration: underline;
	}