html, body {
	margin: 0 0;
	border: 0px none black;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: Georgia, Times New Roman, Serif;
	background-color: #ffd346;
}

div {
	margin: 0 0;
	font-size: 12pt;
	border: 0px none black;
	display: block;
}

div.wrapper {
	width: 100%;
	overflow:visible;
	background-color: #ffd346;
}

div.menu_container {
	float: left;
	width: 14%;
	height: inherit;
	background-color: #004816;
	text-align: center;
}

div.menu {
	margin: 12px auto;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

div.container {
	float: left;
	font-size: 0;
	width: 86%;
	overflow:hidden;
}

div.header {
	width: 100%;
	background-color: #004816;
	text-align: center;
	height: 70px;
	vertical-align: middle;
}

div.content_container {
	margin: -21px auto;
	vertical-align: top;
	width: 100%;
	min-height:485px;
	background-image:url('./images/bg.png');
	background-repeat: repeat-x;
}

div.content {
	margin: 0 auto;
	width: 98%;
	text-align: center;
}

div.footer {
	border-top: 2px solid gray;
	text-align: center;
	width: 100%;
	font-size: 8pt;
	background-color: #FFFFFF;
	clear: both;
}
ul.menu {
	list-style-type: none;
	margin:0 auto;
	padding: 0 0 0 0;
}
li.menuitem {
	background-image: url('./images/button.png');
	width: 136px;
	height: 26px;
	display: block;
	color: #ffd035;
	margin: 0 auto;
	font-size: 12pt;
	vertical-align: middle;
}

.seperator {
	height: 30px;
	width: 135px;
	margin: 0 auto;
	background-image: url('./images/seperator.png');
	background-repeat: no-repeat;
	font-size: 0pt;
}

a {
	color: #004816;
}
a:ACTIVE {
	color: #004816;
}
a:VISITED {
	color: #004816;
}

.wrapper .menu_container .menu li a {
	color: #ffd035;
	text-decoration: none;
}

.wrapper .container .content_container .content .houses td {
	border: 0px solid #004816;
	height: auto;
	text-align: left;
	vertical-align: top;
	font-size: 11pt;
	width: 50%;
}

.wrapper .container .content_container .content .houses img {
	border: 2px solid #000000;
}

td {
	border-top: 1px solid #004816;
	text-align: left;
	vertical-align: top;
	height: 140px;
}

td.picture {
	text-align: right;
}

.wrapper .container .content_container .content td.picture img {
	border: 1px solid #000000;
}
th {
	background-color: white;
	border-top: 1px solid #004816;
	border-bottom: 1px solid #004816;
}