body {
	margin: 0px;
	height: 0px;
}
#topdiv {
	background-image: url(sunset-ruins.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 82px;
	background-color: #f1f1f1
}a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
#homepagetitle {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 20px;
	top: 20px;
	left: 20px;
}
#middlediv {
	background-image: url(top.jpg);
	height: 7px;
}
#navidiv {
	background-color: #000;
	height: 40px;
	text-align: center; padding: 10px;
}
a.naviLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; font-weight: bold;
	font-size: 12px; text-decoration: none;
}
#middlediv2 {
	background-image: url(top2.jpg);
	height: 7px;
}
#maincontent {
	padding: 20px;
}
a.naviLink:hover {
	color: #bcbcbc; 
	text-decoration: overline;
}