body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}

a,
a:link,
a:visited,
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

img {
	display: block;
}

input, textarea, select, file {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}

input {
	width: 300px;
}

file {
	width: 300px;
}

textarea {
	width: 300px;
	height: 200px;
}

#menu {
	position: absolute;
	top: 40px;
	right: 50%;
	width: 150px;
	height: 518px;
	text-align: right;
	line-height: 15px;
}

/* content stays here for non-image pages that use it */
#content {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 518px;
}

#image1 {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 518px;
	height: 518px;
}

#image2 {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 518px;
	height: 518px;
	z-index: 2;
}

#arrows {
	position: absolute;
	top: 578px;
	left: 50%;
	width: 518px; 
	height: 19px;
}

#imageNav {
	position: absolute;
	top: 618px;
	left: 50%;
	width: 518px; 
}

#imageNavOverlay {
	
}

#image1 img,
#image2 img {
	padding: 8px;
}

.tablestyle {
	border: none;
	width: 100%;
	font-size: 8pt;
}



