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

html, body {
	margin:0; padding:0;
	height:100%;
}

a {
	border:0;
}
 
body {
	background:#fff;
	font-family:Georgia, Times, serifs;
}


/* Page Structure */ 
#floater {
	position:relative; float:left;
	height:37%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:450px; 
	width:80%; 
	max-width:850px; 
	min-width:850px;
	margin:0 auto;
	/*background-image:url(../images/Frontpage.jpg); */
	/*border:1px solid red; */
}

#nav {
	position:relative;
	top:35px;
	height:50px; width:80%; max-width:700px; min-width:500px;
	margin:0 auto
}

#nav a{
	border:0;
	text-decoration: none;
	color:#999;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav a:hover{
	color:#000;
}

#bottom {
	position:absolute;
	bottom:0; right:0;
}
