html {
	height: 100%;
}
body {
	background-color: #000000;
	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: #ffffff;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
.float-clear {
	clear: both;
}
.row-spacer {
	width: 923px;
	height: 8px;
	clear: both;
}
a:link, 
a:visited {
	color: #b4b4b4;;
}
a:hover {
	color: #9c1226;
	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 {
	width: 152px;
	height: 152px;
	/*background-image: url(../graphics/logo.gif);
	background-position: 4px 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 #2c2c2c;
	display: block;
}
.content p {
	padding: 0 14px 14px 14px;
	margin: 0;
	display: block;
}
.content p.nur-text {
	padding: 14px;
	background-color: #9c1226;
}
.content p.nur-text-2 {
	padding: 5px 14px 6px 14px;
	background-color: #9c1226;
}
.content h3 {
	color: white;
	font-size: 20px;
	line-height: 24px;
	padding: 14px;
	margin: 0;
	display: block;
}
.content h4 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 14px;
	margin: 0;
	display: block;
}
.content .txt-one-row {
 float: left;
}
.content .txt-one-row h5 {
	color: white;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 4px 8px;
	margin: 0;
	float: left;
}
.content .txt-one-row a:link,
.content .txt-one-row a:visited {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 4px 8px;
	margin: 0;
	float: right;
}
.content .txt-one-row a:hover {
	color: #2c2c2c;
	text-decoration: none;
}
.content .txt-right {
 float: right;
	border: 1px solid #2c2c2c;
	background-color: #9c1226;
}
.content .txt-left {
	border: 1px solid #2c2c2c;
	background-color: #9c1226;
}
.content .txt-one-row {
	border: 1px solid #2c2c2c;
	background-color: #9c1226;
	width: 922px;
	padding: 0;
	margin-bottom: 8px;
}
.content img.pic-right {
	float: right;
	margin-bottom: 8px;
}
.content img.pic-left {
	float: left;
	margin-bottom: 8px;
}
.content table {
	margin: 0 14px 14px 14px;
	padding: 0; 
	border-collapse: collapse;
}
.content table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.spacer {
 width: 923px;
	height: 115px;
	clear: both;
}
#footer {
	position: relative;
	margin: -61px auto 0 auto;
	width: 100%;
	height: 60px;
	background-color: #000000;
	border-top: 1px solid #2c2c2c;
}
* html #footer {
	margin-top: -61px;
}
#footer-content {
 color: #b4b4b4;
	width: 923px;
 position: relative;
 left: 50%;
 margin-left: -461px;
	margin-top: 8px;
	line-height: 15px;
	text-align: center;
}