#navigation {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 12em;
	height: 30em;
	background-color: rgb(37,37,157);
	color:rgb(238,155,23);
}

.navigation a:link {text-decoration: none; color: rgb(238,155,23);}
.navigation a:visited {text-decoration: none; color: rgb(238,155,23);}
.navigation a:active {text-decoration: none;}
.navigation a:hover {text-decoration: underline; color: red;}

#banner {
	position: absolute;
	top: 0em;
	left: 12em;
	width: 44em;
	height: 12em;
	background-color: rgb(37,37,157);
	color:rgb(238,155,23);
}


#content {
	position: absolute;
	top: 14em;
	left: 12em;
	margin-left: 1em;
	width: 42em;
}

#contact {
	position: absolute;
	top: 30em;
	left: 0em;
	width: 12em;
	height: 3em;
	color:blue;
}

p {
	font-size: medium;
}
h1 {
	font-size: 3em;
	margin: 0em;
}
h2 {
	font-size: 2em;
	margin: 0em;
}
h3 {
	font-size: 1.5em;
	margin: 0em;
}


