html {
	height: 100%;
}
body {
	background-color: #130b07;
	background-image: url(../graphics/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #b19484;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
.float-clear {
	clear: both;
}
a:link, 
a:visited {
	color: #b66233;
}
a:hover {
	color: #b66233;
	text-decoration: none;
}
#wrapper {
 width: 923px;
 position: relative;
 left: 50%;
 margin-left: -461px;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
#branding {
	position: relative;
	width: 923px;
	height: 152px;
	top: 23px;
	display: block;
}
#branding h1,
#branding h2 {
	margin: 0;
	padding: 0;
	display: none;
}
#logo {
	float: left;
	width: 152px;
	height: 152px;
	background-image: url(../graphics/logo.gif);
	background-position: 4px 0;
	background-repeat: no-repeat;
}
#strap {
	float: right;
	width: 305px;
	height: 152px;
	background-image: url(../graphics/logo_strap.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#container {
	min-height: 100%;
}
.content {
	margin-top: 40px;
	width: 923px;
	background-position: 0 433px;
}
.content img {
 padding: 0;
	margin: 0;
	border: 1px solid #352922;
	display: block;
}
.content p {
	padding: 0 14px 14px 14px;
	margin: 0;
	display: block;
}
.content p.nur-text {
	padding: 14px;
}
.content h3 {
	padding: 14px;
	margin: 0;
	display: block;
 background-repeat: no-repeat;
	background-position: 14px 18px;
}
.content h3 strong {
 display: none;
}
.content h4 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 14px;
	margin: 0;
	display: block;
}
.content .txt-right {
 float: right;
	border: 1px solid #352922;
	margin-bottom: 8px;
}
.content .txt-left {
	border: 1px solid #352922;
	margin-bottom: 8px;
}
.content img.pic-right {
	float: right;
}
.content img.pic-left {
	float: left;
}
.content table {
	margin: 0 14px 14px 14px;
	padding: 0; 
	border-collapse: collapse;
}
.content table td {
	border-bottom: 1px solid #33251c;
	margin: 0;
	padding: 1px;
	vertical-align: top;
}
.spacer {
 width: 923px;
	height: 115px;
	clear: both;
}
#footer {
	position: relative;
	margin: -61px auto 0 auto;
	width: 100%;
	height: 60px;
	background-color: #1e1611;
	border-top: 1px solid #352922;
}
* html #footer {
	margin-top: -61px;
}
#footer-content {
	width: 923px;
 position: relative;
 left: 50%;
 margin-left: -461px;
	margin-top: 8px;
	line-height: 15px;
}