/*
Design by Tim Howe & Jerremy Jacob
http://timandjerry.com
*/
body {
	background: #09c;
}
#header {
    position: fixed;
    top: 0px;
	left: 0px;
	right:0px;
 height:200px;   background-image:url(../images/header-background.jpg);
    background-repeat: repeat-x;
	background-position: top; 
}
#navigation {
	 width:100%;
	text-align: center; margin-left:auto;
	margin-right:auto;
}
#nav-left {
	float:left;
	display:inline-block;margin-left: 20%
}
#nav-right {
	float:right;
	display:inline-block;margin-right: 20%
}
a {
	color: #999999;
	text-transform:uppercase;
	text-decoration: none;
	padding:6px 10px 6px 10px;
	font-family:"Courier New", Courier, monospace;
	font-size:25px;
}
a:hover, a.current {
	color: #F96728;
}
li {
	display:inline-block;
	margin-top:13px;
}
#logo {
position: absolute; width: 40%; top:20px}
h1 {
	margin-top:300px;
	margin-bottom:800px;
}