body {
	font-family: "Open Sans", Tahoma;
	font-size: 16px;
}

.wrap {
	width: 600px;
	margin: 0 auto;
}
.fleft {
	float: left;
	width: 20%;
}
.fright {
	float: right;
	width: 80%;
}

a {
	text-decoration: none;
	color: #096096;
}
a:hover {
	text-decoration: underline;
}


/* HEADER */
header {
	background: url("../img/logo.png") no-repeat scroll center center #0A0A0A;
	border-radius: 0 20px 20px 0;
	height: 243px;
	left: 0;
	padding: 20px 50px;
	position: fixed;
	width: 386px;
}



/* CONTENT */
section {
	background-color: white;
	background-color: rgba(255,255,255,0.92);
	padding: 30px;
}
section:first-of-type {
	border-top:	5px solid #003A7F;
}
section:nth-of-type(even) {
	background-color: white;
	background-color: rgba(232, 243, 255, 0.92);
}

section h1 {
	font-family: bebasregular, Tahoma;
	font-size: 3em;
}
section h2 {
	color: #003A7F;
}
section h3 {
	margin-top: 1em;
}

.arrow {
	width: 50px;
	height: 50px;
	background-image: url('../img/arrow.png');
	display: block;
}


/* FOOTER */
footer {
	background-color: #1a1a1a;
	background-color: rgba(25,25,25,0.8);
	border-top: 3px solid #003A7F;
	border-bottom: 3px solid #003A7F;
	color: #e5e5e5;
	margin-bottom: 50%;
}

footer h2 {
}

footer h4 {
	color: #096096;
	margin-top: 1em;
}

footer adress {
	width: 100%;
	display: block;
}

footer dt {
	float: left;
}

footer dd {
	text-align: right;
}

footer form {
	text-align: right;
}

footer label {
	text-align: left;
	font-style: oblique;
	float: left;
}

