@charset "utf-8";
/* CSS Document */



#Center {
	position:absolute;
	left:0px;
	top:200px;
	width:100%;
	height:200px;
	z-index:1;
}

#nav1 {
	position:absolute;
	left:1%;
	top:1%;
	width:95%;
	height:100px;
	z-index:1;
}

#nav1 a {
	padding-left: 1.5em;
}

#nav1 a:link {
	color: #000;
	text-decoration: none;
}
#nav1 a:visited {
	text-decoration: none;
	color: #000;
}
#nav1 a:hover {
	text-decoration: none;
	color: #333;
}
#nav1 a:active {
	text-decoration: none;
	color: #000;
}

#JonathanOttefooter {
	position:absolute;
	top:95%;
	width:99%;
	height:22px;
	z-index:7;
	text-align:center;
}
