/* CSS Document */
body {
	background-color:#116c80;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em; }
#wrapper {
	position:relative;
	margin:0 auto;
	width: 800px; }
#background_layer {
	position:absolute;
	margin-left: 50px;
	top:100px;
	width:700px;
	background-color:#b6dce4;
	z-index:1; }
.nav {
	font-family:'Times New Roman', Times, serif;
	font-size:21px;
	color:#b6dce4; }
.nav a { text-decoration:none; color:#b6dce4; }
#top_nav td { padding-left:25px; }
#top_nav {
	position:absolute;
	right:0;
	top:-30px; }
#bottom_nav td { padding-right:25px; }
#bottom_nav {
	position:absolute;
	left:0;
	bottom:-30px; }
#footer a {text-decoration:none; color:#b6dce4; border-style:none;}
#footer img {border-style:none;}
#footer {
 	position:absolute;
	left:32px;
	width:640px;
	bottom:-125px; 
	text-align:center;
	font-size:.75em;
	color:#b6dce4; }
