html {
	overflow-y: scroll;
}
body{
	background:url(elements/bg.jpg);
	background-repeat:repeat-x;
	background-color: #052D5C;
}
#centeredcontent{
	position: absolute;
	width: 900px;
	left: 50%;
	top: 20px;
	margin-left: -450px;
}
#logo{
	position: relative;
	width: 900px;
	color:#FFFFFF;
}
#navigation{
	position: relative;
	width: 900px;
	height: 30px;
	background-color:#2A62AF;
	text-align: center;
	line-height:1.8em;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#teaser{
	position: relative:
	width: 900;
	background-color:#000000;
}
#teaser2{
	position: relative;
	background-color:#64490B;
	color: #FFFFFF;
}
#content{
	position: relative;
	background-color:#FFFFFF;
	color: #000000;
	padding: 0.2cm;
}
#footer{
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	background-color:#000000;
	padding: 0.2cm;
}
#footerLeft{
	text-align:left;
	float:left;
}
#footerRight{
	text-align: right;
}
.teaser2title{
	font-weight:bold;
}
a{
	color:#FF3E3E;
	text-decoration:none;
}
a:hover{
	color:#FF3E3E;
	text-decoration:underline;
}
a.menu{
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer{
	color:#A8CDD0;
	text-decoration: none;
}
a.footer:hover{
	text-decoration: underline;
}
/* CSS Lightbox */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #6C0000;
	background-color: white;
	z-index:1002;
	overflow: auto;
}