body {
	background: #6d4c30;
	margin: 0px;
	font-family: arial;
	font-size: medium;
	color: #553a32;
	text-align: center;
}
h1 {
	font-size: 110%;
	margin-bottom: 10px;
	}
p {
	margin: 0px 0px 10px 0px;
}
a {
	color: #47311f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	text-align: left;
	position: relative;
	width: 938px;
	margin: 0px auto;
	padding: 0px 20px;
	background: #fee3aa;
}
#header {
	height: 140px;
	background: url(img/header_bg.gif) repeat-x left bottom;
}
#headerpictures {
	float: right;
}
#headerpictures img {
	margin-left: 30px;
}
#search {
	font-weight: bold;
	text-align: right;
	border-bottom: 2px solid #e7bd85;
}
#search form {
	font-size: 80%;
	margin: 5px 0px;
	padding: 0px;
}
#search input.inputfield {
	margin: 0px 5px 0px 5px;
	border: 1px solid #ce8843;
}
#search input.inputbutton {
	font-size: 90%;
}
#wrapper {
	position: relative;
}
#navigation {
	width: 250px;
	margin-bottom: 140px;
	float: left;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
	padding: 8px 0px 0px 0px;
}
#navigation li a {
	color: #6d4c30;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
#navigation li.level_2 {
	padding: 0px 0px 0px 15px;
}
#navigation li.level_2 a {
	font-weight: normal;
	font-size: 80%;
}
#navigation li a:hover {
	color: #000000;
}
#navigation a.active {
	color: #ce8843;
}
#content {
	width: 640px;
  	min-height:600px;
  	height:auto !important;
  	height:600px;
	padding: 5px 15px 5px 15px;
	line-height: 1.3;
	float: right;
	background: #ffffff;
	border-right: 2px solid #e7bd85;
	border-bottom: 2px solid #e7bd85;
	border-left: 2px solid #e7bd85;
}
#footer {
	float: right;
	width: 640px;
	padding: 5px 5px 10px 0px;
	text-align: right;
}
#footer a {
	color: #6d4c30;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
#partner {
	color: #553a32;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;	
	position: absolute;
	bottom: 30px;
	left: 15;
}
#partner h1 {
	font-size: 120%;
	margin: 0px;
	}
#partner a {
	color: #553a32;
}
#tools {
	float: right;
}
a.print {
	display: block;
	color: #6d4c30;
	margin-top: 15px;
	padding: 5px 5px 5px 30px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	background: url(img/print_icon.gif) no-repeat left center;
}