html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	text-align: center;
	background-color: #2b240a;
	font-family: verdana; font-size: 12px; color: #8f5645;
}

div#root {
	position: relative;
	text-align: left;
	width: 714px;
	margin-right: auto; margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #ffffff;
}

div#root div#header-area {
	position: relative;
	width: 100%; height: 110px;
	background-image: url("gfx/header-bg.gif");
}

div#root div#header-area div#header-area-content {
	position: relative;
	width: 351px; height: 55px;
	top: 48px; left: 3px;
}

div#root div#active-location-area {
	position: relative;
	width: 100%; height: 18px;
	background-color: #8f5645;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div#root div#active-location-area div#active-location-area-content {
	position: relative;
	top: 2px; left: 15px;
	width: 625px;
	font-family: verdana; font-size: 11px; color: #ffffff;
}

div#root div#teaser {
	position: relative;
	width: 100%; height: 100px;
	border-bottom: 1px solid #000000;
}

div#root div#content-area {
	position: relative;
	width: 100%;
	background-image: url("gfx/navigation-left.gif");
	background-position: 485px;
	background-repeat: repeat-y;
}

div#root div#content-area div#content-area-content {
	position: relative;
	float: left;
	width: 455px;
	top: 10px; left: 15px;
}

div#root div#content-area div#navigation {
	position: relative;
	float: left;
	width: 199px;
	top: 10px; left: 45px;
}

div#root div#footer {
	position: relative;
	background-image: url("gfx/content-bottom.gif");
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%; padding-top: 10px; padding-bottom: 10px;
	font-family: verdana; font-size: 11px; color: #000000;
	text-align: center;
}
