@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#003;
	background-color:#3f72a4;
}

h1 {
	font-size:24px;
	text-align:center;
	color:#FFF;
}

h2 {
	font-size:18px;
	text-align:center;
	color:#FFF;
	}

.main {
	position:relative;
	width:940px;
	margin: 0px auto;
	background-image:url(Backdrop2.jpg);
	background-repeat:no-repeat;
	padding-left: 30px;
	padding-right:30px;
	height:705px;
}
.menu {
	position:absolute;
	top:200px;
	left:640px;
	text-align:center;
	text-decoration:none;
	list-style-type:none;
	font-size:16px;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
	color:#9CC;
	
}
.header {
	width: 800px;
	height: 150px;

}
.blurb {
	position:absolute;
	top:200px;
	width:550px;
}
.footer {
		position:absolute;
		top:620px;
		left:160px;
		height: 100px;
		text-align:center;	
}
.face {
	position:absolute;
	top:300px;
	left:30px;
}
.face img {
	border:none;
}
<!-- My Lightbox

#gallery {
}

