﻿body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59554e;
	background: #fcf5db url(images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

img {
	border: 0;
}

a {
	color: #59554e;
}

br.clear {
	clear: both;
}

div#container {
	width: 966px;
	text-align: left;
	margin-bottom: 25px;
}

div#header {
	width: 914px;
	height: 266px;
	margin-left: 52px;
}

div#navigation {
	width: 862px;
	height: 52px;
	background-color: #b7a06a;
	color: #fff;
	border: 1px solid #b7a06a;
	margin-left: 52px;
	text-align: center;
}

div#navigation div.wrapper {
	margin-top: 15px;
}

div#navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin: 0 15px;
}

div#navigation a:hover {
	text-decoration: underline;
}

div#content {
	width: 862px;
	margin-left: 52px;
	background-color: #3d4426;
	color: #fff;
	background: #3d4426 url(images/bg_hor.jpg);
}

div#subnavigation {
	float: left;
	margin: 43px 0 20px 43px;
	width: 216px;
}

div#contentwrapper {
	float: right;
	margin: 43px 43px 20px 43px;
	width: 500px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}

div#contentwrapper a {
	color: #fff;
}

div#contentwrapper img {
	border: 0px;
}

div#subnavigation a {
	color: #fff;
}

div#footer {
	width: 914px;
	height: 97px;
	margin-left: 52px;
}

