@charset "UTF-8";
/* CSS Document */
/*
WAKE UP FREAK OUT
ANIMATION: LEO MURRAY
WEB: PATRICK HAMANN
*/
#wrap {
	width:800px;
	margin:auto;
	
	}
	

/*---- HEADER ---- */
#header {
	position:relative;
	height:100px;
   margin: 0px auto;
   text-align: left;
   width:780px;
   font-size:0.75em;
	}
#header ul {
	position:relative;
	float:left;
	display:inline;
	width:750px;
	height:100px;
	
	}
	
#header ul li {
	position:relative;
	float:left;
	display:block;
	}
	
#header ul li a {	
	display:block;
	width:94px;
	height:25px;
	padding:75px 0px 0px 30px;
	text-align:center;
	}
	
#header ul li a:hover {
	background:url(../img/hover.png) no-repeat;
	font-family:
	}
	
/*---- CONTENT ----*/

#content {
	width: 600px;
	margin: 0px auto;
	}
		
#frame {
	background:url(../img/frame2.png) no-repeat;
	width:600px;
	height:425px;
	padding:45px 0px 0px 120px;
	float:left;
	}
	
#sidebar {
	width:150px;
	background:url(../img/sidebar.png);
	float:left;
	padding-top:300px;
	}
	
#footer {
	position:relative;
	width:800px;
	height:150px;
	}