html {
	min-height: 100%;
}
body {
	background:url(../images/mainbg.jpg) top fixed;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	color:#000000;
}
h1 {
	font-family:Arial;
	font-size:22px;
	color:#000000;
}
a {
	color:#6f8921;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#a8bc27;
	font-weight:bold;
	text-decoration:underline;
}
#shadow {
	width:1128px;
	min-height: 100%;
	background:url(../images/bg_shadow.png) repeat-y;
	margin:auto;
}
#container {
	width:1100px;
	min-height: 100%;
	background:url(../images/contentbg.jpg) top fixed no-repeat #070b1e;
	margin:auto;
}
#topnav {
	height:39px;
	text-align:center;
	background-color:#070b1e;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#topnav-menu {
	width:800px;
	margin:auto;
}
#topnav-menu ul {
	margin:0;
	padding:0;
	list-style: none;
}
#topnav-menu li {
	float:left;
	margin:0;
	line-height:39px;
}
#topnav-menu a {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#b4c0eb;
	text-decoration:none;
	display:block;
}
#topnav-menu a:hover {
	color:#000000;
}
#topnav-menu li:hover {
	background:url(../images/menu_hover_bg.jpg) repeat-x;
}
#main {
	height:100%;
}
#main-content {
	width:828px;
	height:100%;
	margin:auto;
	z-index: 4;
}
#main-content-middle {
	height:100%;
	background:url(../images/bg_main-sides.png) repeat-y;
}
#main-content-left {
	float:left;
	width:552px;
	margin-left:32px;
	position:relative;
	top:-16px;
}
#main-content-right {
	float:right;
	width:210px;
	padding-right:24px;
	text-align:center;
}
#main-content-right img {
	margin-bottom:12px;
}
#headline {
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
}
#footer {
	clear:both;
	width:1100px;
	margin:auto;
	padding-top:30px;
	z-index: 3;
	background-color:#070b1e;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#footer-content {
	width:740px;
	margin:auto;
	margin-top:15px;
	font-family:Arial;
	font-size:11px;
	color:#a0a693;
	text-transform:uppercase;
}
#footer-content a {
	color:#a0a693;
	text-decoration:none;
}
#footer-content a:hover {
	color:#dfbc2e;
	text-decoration:underline;
}
