/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}


/* Layout CSS */

html, body {
	margin:0; padding:0;
}
 
/*body {
	background: 50% 50% no-repeat #000;
	background-color:#999999;
	font-family:Georgia, Times, serifs;
}*/
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-350px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:650px; width:80%; max-width:900px; min-width:400px;
	margin:10px auto;
	/*opacity:0.75;*/
}
#header-left { float:left; width:45%; padding-bottom:10px;}
#header-right { float:right; width:50%; padding-right:5px; padding-bottom:10px;}
#centered h1 {text-align:right;}
#centered h1 a{color:#000000; font-size:1.6em;  font-family:Arial, Helvetica, sans-serif; font-weight:bold;  margin:0px; height:1.7em; text-transform:uppercase; text-decoration:none;}
#centered h1 a:hover {color:#999999;}
#content{ color:#FFFFFF; height:100%; width:70%; padding:10px; clear:right; overflow-y:auto;}

#navigation {height:100%; width:25%; float:left; clear:left;}