body {
	background-color: #000033;
}

#header {
	position:absolute;
	left:25px;
	top:25px;
	width:700px;
	height:150px;
	z-index:1;
}
#navbar {
	position:absolute;
	left:25px;
	top:176px;
	width:700px;
	height:50px;
	z-index:2;
}
#main {
	position:absolute;
	left:75px;
	top:227px;
	width:600px;
	z-index:3;
	height: auto;
}
a:link {
	text-decoration: underline;
	color: #FFFF66;
}
.text {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#footer {
	position:absolute;
	left:25px;
	width:700px;
	height:30px;
	z-index:4;
	bottom: -30px;
}
h5 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.excerpt {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-indent: 30px;
}
