#layer1  {
	position: absolute;
	top: 0px;
	left: 0px;
}

#layer2  {
	position: absolute;
	top: 70px;
	left: 0px;
}

#layer3  {
	position: absolute;
	top: 180px;
	left: 0px;
}

#layer4  {
	position: absolute;
	top: 460px;
	left: 0px;
}

body {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, td {
	font-size: 13px;
}

h3 { font-size: 110% }
h2 { font-size: 105% }
h4 { font-size: 100%; display:inline }

.galleryimg { background-color:#ffbd89; }
.gallerytxt { background-color:#e7e8ee; width:500px }

a.topnav:link,
a.topnav:visited,
a.topnav:active {
	text-decoration:none;
	font-weight:bold;
	font-size:85%;
	color:#000080
}
