* {
  margin: 0;
  padding: 0;
} 
html, body, .site {
	height:100%;
	margin: 0;
}
html>body>.site {
	min-height:100%;
	height:auto;
}
body {
	background: #1a1a1a;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}
.site {
	margin: 0 auto;
	width: 830px;
	position: relative;
	vertical-align: middle;
}
.header {
	background: url(../img/header.jpg) no-repeat;
}
/* IE HACK */
.site>.header {
	height: 336px;
}
#head {
	padding-top: 30px;
	font-size: 20px;
}
ul#header_menu {
	list-style: none; 
	margin: 265px 0px 0px 80px;
}
ul#header_menu li {
	float: left;
	padding-right: 20px;
}
a img {
	border: 1px #cd0000;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #cd0000;
	text-decoration: underline;
}

/** Content block **/
.content {
	padding: 40px 0px 40px 0px;
	font-size: 12px;
	text-align: justify;
}
.content h1 {
	padding: 0px 0px 10px 40px;
	font-weight: bold;
	font-size: 22px;
}

#content h6 {
	font-weight: normal;
	font-size: 10px;
	color: #999;
}

/* Footer Block */
.footer {
	width: 100%;
	height: 20px;
	position: absolute;
   bottom: 0px;
	text-align: center;
	background: url(../img/footer.jpg) no-repeat;
	padding-top: 5px;
}
.footer a {
	color: #5ABC0B;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}