@charset "utf-8";
/* CSS Document */

#header {
	background:url(Header-Jake.jpg);
	width:780px;
	height:40px;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	padding-top:260px;
	text-align:center;
}

#header a {padding-left:35px; padding-right:35px; color:black;}
#header a:hover {color:red;}


#content {
	margin-top:0px;

	margin:auto;
	width:740px;
	padding:20px;
	background:url(background.jpg);
}

#footer {
	margin-top:0px;
	padding:5px;
	margin:auto;
	width:770px;
	height:10px;
	background:url(footer.jpg);
}

.foot {color:#666666; text-align:center; margin:0px; padding:0px;}
.foot a {color:#666666; text-decoration:none;}