body {
	color:#004c73;
	background:#486c8e url('../img/body_background.jpg') repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial;
	line-height:17px;
}

img {
	border-width:0px;
}

img.layout {
	display:block;
	margin:0;
	padding:0;
}

#wrapper {
	width:854px;
	margin:auto;
	text-align:left;
}

#headline {
	width:854px;
	height:18px;
	overflow:hidden;
	background:url('../img/headline.gif') no-repeat;

}

#headline p {
	text-align:right;
	color:#6f91b7;
	font-size:10px;
	padding:0px 15px 0px 0px;
	margin:0px;
}

#headline a,
#headline a:link,
#headline a:active,
#headline a:visited,
#headline a:hover {
	color:#6f91b7;
	text-decoration:none;
}

#headline a:hover { text-decoration:underline; }

#logo {
	width:854px;
	height:72px;
	background:url('../img/page_head.gif') no-repeat;
	margin:1px 0px 0px 0px;
}

#logo img {
	margin:12px 0px 0px 20px;
}

#teaser {
	width:854px;
	height:133px;
	background:url('../img/teaser.jpg') no-repeat;
}

#teaser img {
	margin:100px 0px 0px 10px;
	width:220px;
	height:25px;
}

#content {
	width:854px;
	background:url('../img/cont_background.gif') repeat-y;
	margin:2px 0px 0px 0px;
}

#side_right {
	width:258px;
	float:right;
	margin:0px 2px 0px 0px;
	text-align:center;
}

#side_left {
	width:590px;
	margin:0px 0px 0px 2px;
}

#footer {
	width:854px;
	height:38px;
	background:url('../img/footer.gif') no-repeat;
}

#footer p {
	text-align:center;
	color:#bacad9;
	font-size:11px;
	padding:10px 0px 0px 0px;
}


span.black {
	color:#000000;
}

#login {
	margin-top:50px;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-color:#486c8e;
	padding:10px;
	width:200px;
	margin:auto;
}


