body {
	background-color: #727d75;
	margin: 0;
	margin-top: 20px;
	text-align: center;
	font-family: verdana; font-size: 12px;
}

div#root {
	overflow: hidden;
	position: relative;
	margin-right: auto; margin-left: auto;
	text-align: left;
	background-image: url("gfx/bg.jpg");
	background-repeat: repeat-y;
	width: 988px;
}

div#root div#header-logo {
	position: relative;
	float: right;
	width: 730px; height: 188px;
	background-color: #727d75;
}

div#root div#house {
	position: relative;
	float: left;
	width: 251px; height: 271px;
	background-color: #727d75;
}

div#root div#navigation {
	position: relative;
	width: 251px;
	line-height: 1px;
	float: left;
	background-color: #414A45;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#root div#content-area {
	position: relative;
	float: left;
	width: 730px;
	left: 7px;
	margin-top: -73px;
	text-align: center;
	padding-bottom: 32767px;
	margin-bottom: -32767px;

	}

div#root div#content-area div#content-area-content {
	position: relative;
	text-align: justify;
	width: 97%;
	margin-right: auto; margin-left: auto;
	color: #f2e4c3;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#root div#footer-area {
	position: relative;
	width: 100%;
	height: 20px;
	padding-top: 10px;
	background-color: #727d75;
	padding-bottom: 20px;
}

div#root div#footer-area div#footer-area-left {
	position: relative;
	width: 50%;
	float: left;
	color: #bb9440;
	font-size: 14px;
}

div#root div#footer-area div#footer-area-right {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
	color: #414a45;
	font-size: 14px;
}