.content {
	position: absolute;
	top: 220px;
	left: 60px;
	width: 300px;
	height: 300px;
	z-index: 4;
	font-weight: normal;
	font-size: 10pt;
	overflow: auto;
}
.pagelinks {
	position: absolute;
	overflow: clip;
	top: 175px;
	left: 70px;
	height: 40px;
	font-size: 10pt;
}
.pagephoto {
	position: absolute;
	overflow: clip;
	top: 220px;
	left: 400px;
	width: 300px;
	height: 300px;
	text-align: center;
}
.pagetitle {
	position: absolute;
	top: 150px;
	left: 60px;
	z-index: 3;
	font-weight: bold;
	font-size: 12pt;
}
A.sublink {
	padding: 7px;
	color: #FFCD97;
	text-decoration: none;
}
A.sublink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A.toplink {
	position: absolute;
	color: #6E6B65;
	text-decoration: none;
	font-size: 11pt;
	z-index: 1;
	top: 80px;
}
A.toplink:hover {
	color: #FFCD97;
	text-decoration: underline;
}
BODY {
	font-family: helvetica, arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
