html {
	min-height:100%;
}
iframe{
	height:0px !important;
}
body {
	width: 98%;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

/* Main Page Container */
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

/* All Styles */

table {
	text-align: left;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #F2F2F2;
	float: none;
	margin: 5px;
}

table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}

table td {
	/*border-width: 1px;
	padding: 5px;*/
	border-style: solid;
	border-color: #F2F2F2;
}

table table {
	border-width: 1px;
	border-color: #F2F2F2;
	margin: 5px;
}

.region {
	font-size: 20px;
	line-height: 16px;
	color: #666666;
	margin: 5px;
}

table table.properties {
	font-size: 14px;
	margin: 5px;
}

table td.address {
	font-size: 12px;
	font-weight: bold;
}

table td.price {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
table td.neighbourhood, .neighbourhood {
	font-size: 14px;
	font-weight: bold;
}

td.map, a:map, map:link {
	color: #ccc;
	font-style: italic;
}

table.details {
	border-width: 0px;
	border-color: #F2F2F2;
	margin: 5px;
}

table table td {
	border-width: 0px;
	border-color: #fff;
}
table table table {
	border-width: 0px;
	border-color: #F2F2F2;
	margin: 5px;
}

table table table th {
	border-width: 1px;
	border-color: #fff;
}

table table table td {
	border-width: 1px;
	border-color: #fff;
}






/* Misc Styles */
p {
	text-align: left;
}
h1 { /* Index Header */
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
	text-align: left;
}
h2 { /* Page Header */
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	color: #96936c;
}
h3 { 
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
	padding: 0;
	margin: 0;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}