body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#container
{
	position: relative;
	width: 806px;
	left: 50%;
	margin-left: -403px;
	background-image: url(images/container_background.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 806px;
	height: 46px;
	background-image: url(images/top.jpg);
}
#company_title {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 26px;
	margin-top: 24px;
}
#main_content {
	width: 728px;
	margin-top: 26px;
	margin-left: 39px;
	margin-right: 39px;
	font-family: Arial, Helvetica, sans-serif;
}

#header_image {
	width: 806px;
	height: 246px;
}
#navigation {
	width: 806px;
	height: 27px;
	background-image: url(images/nav_background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	line-height: 27px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 26px;
	font-weight: bold;
}

#navigation a:visited {
	color: #FFFFFF;
}

* html #container
{
height: 100%;
}

#footer
{
	background-image: url(images/footer.jpg);
	height: 61px;
	width: 806px;
} 

#navigation a:hover {
	color: #FFCC00;
}
.right_block p {
	padding: 5px;
	margin: 0px;
}

#sidebar_dhm {
	width: 200px;
	float: right;
	height: 100%;
	margin-left: 37px;
	font-size: 12px;
	margin-bottom: 26px;
}
.right_block {
	background-color: #FFFFFF;
	border: 1px solid #232323;
	margin-bottom: 0px;
}

#main_dhm {
	font-size: 14px;
	line-height: 150%;
	width: 489px;
	float: left;
	margin-bottom: 26px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.right_block h1 {
	font-size: 12px;
	background-color: #232323;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B61C1C;
}
#main_dhm a {
	color: #A01818;
	font-weight: bold;
}

div.spacer {
  clear: both;
  }
#main_dhm a:visited {
	color: #A01818;
}
#main_dhm a:hover {

	color: #CE0000;
}
#main_dhm h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
.rss_title {
	display: block;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 7px;
	margin-left: 7px;
}
.rss_title a {
	color: #000000;
	text-decoration: underline;
}
.rss_title a:hover {
	color: #333333;
	text-decoration: underline;
}
.rss_title a:visited {
	color: #000000;
	text-decoration: underline;
}
.right_block a {
	color: #000000;
}
.right_block a:visited {

	color: #000000;
}

