
body {
		background:  #87BABE center fixed no-repeat;
	}

#nav {
		position:fixed;
		top:0px;
		left:0px;
		margin:0px;
		padding-left:10px;
		width:100%;
		height:4.7em;
		background:#000;
		z-index:10;
}
#sidebar {
		position:fixed;
		top:0px;
		left:0px;
		margin:0px;
		padding:10px;
		width:30px;
		height:100%;
		background: #060;
		z-index:8;
	}

.center { 
		margin-left:auto;
		margin-right:auto;
	}

#content {
		width: 80%; 
		height:auto; 
		background:#fff; 
		margin-top:10vw; 
		padding:25px; 
		margin-left: auto;
		margin-right: auto;
	}

#foot {	
		position:fixed;
		bottom:0px;
		left:0px;
		margin:0px;
		width:100%;
		height:1.7em;
		background: #000;
		z-index:10;
		color:#FFF;
		text-align:center;
		font-size:1.2em;
		padding-top: .5em;
	}

#secretysecrets {
		position:absolute;
		bottom:100px;
		left:10px;
		width:30px;
		height:30px;
	}

h1{
		font:Verdana, Geneva, sans-serif;
		font-size:24px;
		color:#FFF;
}

.nav td, a{
	color:#FFF;
	font-size:1.7em;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding-left:1vw;
	padding-top:.7vw;
}

.nav a:hover{
	color:#999;
}

.social {
	float:right;
	position:fixed;
	top:0px;
	right:0px;
}

.social img{
	width:2.5vw;
	height:2.5vw;
}
