html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:url('page_bg.jpg') 100% 100% fixed no-repeat #4FD5D6;
	font-family:arial, helvetica, sans-serifs;
	color: #000000;
	background-size: 100%;
}
 
#floater {
	position:relative; float:left;
	height:30%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:700px; width:80%; max-width:1024px; min-width:800px;
	margin:0 auto;
	background:#fff;
	border:4px solid #000000;
	-moz-box-shadow: 13px 13px 14px #000;
    -webkit-box-shadow: 13px 13px 14px #000;
    box-shadow: 13px 13px 14px #000;
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}
 
#nav {
	position:absolute; left:0; top:0; bottom:0; right:65%;
	padding:20px; margin:10px;
}

#logo {
	padding:20px; margin:10px;
	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;
}


 
#content {
	position:absolute; left:30%; right:0; top:0; bottom:0;
	overflow:auto; height:80%;
	padding:20px; margin:10px;
}

#nav ul {
	list-style:none;
	list-style-type:none; 
	padding:0; margin:20px 0 0 0; text-indent:0;
}
 
#nav li {
	list-style-type:none; 
	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:left;
	
}
 
 #nav li a span{
	display : none;
	
}

 
#nav li a::after {
	font-family:arial, helvetica, sans-serif;
	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 > span {
	display: inline;
}
 
#nav li a:hover::after {
	margin:0 0 0 7px; color:#f93;
}

 
#nav li a:active {
	padding:8px 7px 6px 7px;
}

#nav h2 {
	font-family: arial,helvetica, sans-serif; 
	font-size 14px;
	border: solid 1px #000;
	 -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;

}




#centered {
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
 
h1, h2, h3, h4, h5, h6 {
	font-family: arial,helvetica, sans-serif;
	/* font-family:arial, helvetica, sans-serif; */
	font-weight:normal; color:#000;
}
 
h1 {
	color:#000; border-bottom:1px solid #ddd;
	letter-spacing:-0.05em; font-weight:bold;
	margin-top:0; padding-top:0;
}



 
#bottom {
	padding:10px;
	font-size:0.7em;
	color:#fff;
}
 
#bottom a {
	color:#fff;
	text-decoration: none;
}
 


 
p, h2, h3 {
	line-height:1.6em;
}



 
a {
	color:#30f;
	text-decoration:none;
}


.tumblr {
width: 150px;
height : auto;
float:center;
}


