
/*Elements */
html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	
	font-family:Georgia, Times, serifs;
	background-color:white;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal; color:darkgreen;
}
 
h1 {
	color:black; border-bottom:1px solid #ddd;
	letter-spacing:-0.05em; font-weight:bold;
	font-size:1.6em;
	margin-top:0; padding-top:0;
}
 
p, h2, h3 {
	line-height:1.6em;
	left:-10px;
}
h4 {
	color:black;
	font-size:1.4em;
	font-weight:bold;
	line-height:1em;
}
h5 {
	color:black;
	font-size:1.2em;
	line-height:1em;
}
a {
	color:#f03;
}

/* ID */
#headingcontainer {
	position:absolute;
	left:75px;
	top:0px;
	z-index:2;
	width:90%;
}
#floater {
	position:relative;
	top:25px; 
	float:left;
	height:50%;	margin-bottom:-300px;

	width:1px;
}
 
#centered {
	position:relative;
	top:40px; clear:left;
	height:600px; width:90%; max-width:1800px; min-width:400px;
	margin:0 auto;
	background:#fff;
	border:8px solid #666;
	background-color:white;
}

/* Main content Div*/
#content {
	position:absolute;
	
	left:5%; right:0; top:0; bottom:0;
	overflow-y:scroll; height:540px;
	padding:20px; margin:10px;
	z-index:0;
	background-color:white;
	color:Black;
}

#centered {
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
 
	
#Bottombar {
	text-align:center;
	font-size:8px;
	position:relative;
	float:left;
	top:55px;
	height:10px;
	z-index:5;
	min-width:100%;
	left:0;
	right:0; 
	margin-left: auto;
	margin-right: auto;
	} 



