BODY {
	margin: 0;
	padding: 0;
	background-color: #E4E1D0;
	font: 10pt Arial;
	color: #37481E;
	text-align: center;
}

DIV#container {
	width: 999px;
	min-height: 200px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/background_container.jpg) repeat-y;
}

DIV#left {
	width: 193px;
	padding: 0 10px;
	margin-left:15px;
	float: left;
	display: inline;
}

DIV#finder {
	height: 149px;
	margin: 0 -10px;
	padding: 105px 10px 0 10px;
	background: url(../img/background_finder.jpg) no-repeat;
	color: #FFF;
}

UL#submenu {
	margin: 15px -10px;
	padding: 0;
	list-style-type: none;
}

UL#submenu LI {
	height: 26px;
	padding: 5px 0;
	background: url(../img/background_submenu_item.jpg) no-repeat top right;
}

UL#submenu LI A {
	text-decoration: none;
	color: #99A38A;
	display: block;
	line-height: 26px;
	padding: 0 5px 0 35px;
	font-weight: bold;
}

UL#submenu LI A:hover,
UL#submenu LI A.active {
	color: #444;
}

DIV#center {
	width: 549px;
	padding: 15px;
	padding-right: 5px;
	float: left;
	display: inline;
}

DIV#menu {
	line-height: 30px;
	margin: -10px;
	margin-bottom: 10px;
	background:  url(../img/background_topmenu.jpg) repeat-x top;
	color: #5F7044;
}

DIV#menu A {
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #5F7044;
	font-weight: bold;
}

DIV#menu A:hover,
DIV#menu A.active {
	color: #000;
}

DIV#right {
	width: 154px;
	float: left;
	display: inline;
	padding: 0 10px 0 23px; 
}

DIV#teaser {
	margin: 0 -10px 8px -23px;
	padding: 12px 5px 0 12px;
	background: url(../img/background_teaser.jpg) repeat-y;
}

DIV#teaserBottom {
	margin: 5px -5px 0 -12px;
	height: 14px;
	background: url(../img/teaser_bottom.jpg) no-repeat;
}

DIV#footer {
	clear: both;
	width: 474px;
	height: 39px;
	background: url(../img/background_footer.jpg) no-repeat;
	padding-left: 525px;
	padding-top: 22px;
	text-align: left;
	color: #A1A694;
	font-size: 9pt;
}

DIV#footer A {
	color: #A1A694;
	text-decoration: none;
	font-weight: normal;
}

DIV#footer A:hover {
	color: #000;
}
