html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:url('../Images/BG1.jpg') 0% 0% no-repeat #FC3;
	font-family:Arial, Helvetica, sans-serif;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:400px; width:80%; max-width:800px; min-width:400px;
	margin:0 auto;
	background:#fff;
	/*border:4px solid #666;*/
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}
 
#nav {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:75%;
	padding:5px;
	margin:10px;
}
 
#content {
	position:absolute;
	left:200px;
	right:0;
	top:0;
	bottom:0;
	overflow:auto;
	height:340px;
	padding:5px;
	margin:10px;
}

/*Navigation*/

#nav li {
	list-style-type:none;
	padding:0; margin:20px 0 0 0; text-indent:0;
}

/*
#nav li {
list-style-type: none; removes bullets
}*/
 
#nav li {
	padding:0; margin:3px;
}
 
#nav li a {
	display:block; background-color:#e8e8e8;
	padding:7px; margin:0;
	text-decoration:none; color:#000;
	border-bottom:1px solid #bbb;
	text-align:right;
}
 
#nav li a::after {
	/*content:'»';*/ color:#aaa; font-weight:bold;
	display:inline; float:right;
	margin:0 2px 0 5px;
}
 
#nav li a:hover, #nav li a:focus {
	background:#f8f8f8;
	border-bottom-color:#777;
}
 
#nav li a:hover::after {
	margin:0 0 0 7px; color:#f93;
}
 
#nav li a:active {
	padding:8px 7px 6px 7px;
}


/*More styling*/

#centered {
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
 
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal; color:#666;
}
 
h1 {
	color:#f93; border-bottom:1px solid #ddd;
	letter-spacing:-0.05em; font-weight:bold;
	margin-top:0; padding-top:0;
}
 
 
#bottom {
	padding:10px;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight: bold;
}
 
#bottom ul a{
	text-decoration: none;
}

 
#logo {
	font-size:2em; text-align:center;
	color:#999;
}
 
#logo strong {
	font-weight:normal;
}
 
#logo span {
	display:block;
	font-size:4em; line-height:0.7em;
	color:#666;
}
 
p, h2, h3 {
	line-height:1em;
}
 
a {
	color:#000000;
}

#fl {
	float:left;
	}
	
#fr {
	float: right;
	}
	