@charset "utf-8";
.header {
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	height: 200px;
	background-position: bottom;
}
.header-contact {
	color: #FFFFFF;
	font-weight: bolder;
	text-align: right;
	margin-left: 600px;
	margin-top: 20px;
	font-size: 12px;
	display: block;
	margin-right: 10px;
	float: right;
	width: 300px;
}
.header-contact a {
	color: #FFFFFF;
	text-decoration: none;
}
.header-contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#Logo {
	position: absolute;
	margin-left: 15px;
	top: 37px;
}
.navigation {
	position: absolute;
	margin-left: 362px;
	margin-top: 86px;
	width: 690px;
}
