body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #AAAACC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.main {
	text-align: center;
}
.content {
	display: block;
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #3B301F;
	border-left-color: #3B301F;
	border-bottom-color: #3B301F;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.header {
	margin-bottom: 24px;
}
.body {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.email {
	font-size: 8pt;
}
.copyright {
	color: #333333;
	font-size: 8pt;
}
.copyright a {
	color: #011A81;
}
.bios-left {
	width: 464px;
	text-align: left;
	margin-left: 192px;
	position: relative;
	display: block;
	margin-bottom: 24px;
	height: 160px;
}
.bios-right {
	width: 464px;
	text-align: right;
	display: block;
	margin-bottom: 24px;
	height: 160px;
	position: relative;
}
.bios-photo-left {
	height: 160px;
	width: 160px;
	top: 0px;
	position: absolute;
	left: -176px;
	margin-left: 0px;
}
.bios-photo-right {
	height: 160px;
	width: 160px;
	top: 0px;
	position: absolute;
	right: -176px;
}
