body { 
	background-color:#5b6c00; 
    text-align: justify; 
    font-family: 'PT Sans', arial, serif;
    margin:0 auto;
    overflow-y: scroll;
	text-shadow:black 2px 2px 2px;
	color:#eae9e7;  
	font-family: 'Galvanize';
	font-size:22px;
}

@font-face {
  font-family: 'Galvanize';
  src: url('galvaniz.ttf'); /* IE 5-8 */ 
  src: local('☺'),          /* sneakily trick IE */
  	url('../fonts/galvaniz.ttf');
/*   src: url('../fonts/zekton.ttf'); */
}

#bar {
	position:absolute; 
	top:0px; 
	left:0px; 
	height:80px; 
	width:100%; 
	margin: 0px; 	
	padding: 0px;
    opacity: 0.75;
	box-shadow: 0px 1px 25px black;	
	
	/* gradients */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(15%, #161908), color-stop(110%, #000000)); 
	background: -moz-linear-gradient(top, #000000 0%, #161908 55%, #000000 110%);
	    
	z-index:-1;	
}

#align	 {
	margin:0 auto;
	padding: 0px;
	min-width:702px;
	width:702px;
}

#header { 
	z-index:200;
	position:relative; 
	top:0px; 
	left:0px; 
	height:80px; 
	width:100%; 
	margin: 0px; 	
	padding: 0px;
}
#title { 
	text-align:left; 
	position:absolute;
	top:8px;
	left:30px;
	margin:0px; 
	height:70px; 
	width:200px; 
	text-align:center;
	z-index:198;
}
#menu { 
	position:absolute;
	top:20px;
	left:410px;
	margin:0px; 
	height:70px; 
	width:400px; 
	text-align:center;
	z-index:198;
}
#menu ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
#menu li {
	float:left;
	list-style: none;
	width:70px;
	display: inline;
}
#menu li a {
	font-size:110%;
	position:relative;
	color:#eae9e7;  
	text-decoration:none; 
	display: block;	
}
#menu li a:hover{
	color:#95ae03;
}

#center { 
	position:relative; 
	top:10px;
	left:0px;
	height:600px; 
	width:700px; 
	margin: 0px ; 	
	padding: 0px;

	box-shadow: 0px 1px 20px black;
	border-radius: 10px;

	/* gradients */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424e02), color-stop(15%, #536200), color-stop(100%, #232905)); 
	background: -moz-linear-gradient(top, #424e02 0%, #536200 55%, #232905 130%);
}
#content { 
	position:relative; 
	top:70px; 
	left:70px;
	height:460px; 
	width:560px; 	
	margin: 0px;  
}

