div#navigation {
	position: absolute;
	width: 312;
	height: 500;
	left: 0;
	top: 0;
	text-align: center;
}

div#quote {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	width: 250;
	top: 300;
	left: 25;
	border-width 2px 0px;
	border-style: solid none;
	border-color: #B2AAA6;
	padding: 10px 10px;
	background-color: #FFF;
	color: #B2AAA6;
	font-size: 11px;
	line-height: 16px;
	font-family: georgia, "times new roman", times, serif;
}
div#quote p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div#quote p.attribution {
	padding-top: 4px;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

body {
	margin-left: 350px;
	margin-right: 75px;
	background-color: #FDFBEB;
	font-size: 16px;
	line-height: 20px;
	font-family: "times new roman", times, serif;
}
body.splash-page {
	margin: 0px 0px 0px 0px;
}

body.splash-page2 {
	margin: 0px 0px 0px 350px;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

div.splash-text {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 306px;
	padding-right: 68px;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	font-family: arial, geneva, helvetica, sans-serif;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid black;
}
h1 span.bio-title {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: arial, geneva, helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	font-family: arial, geneva, helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
p {
	text-align: justify;
}

p.bio-contact {
	font-size: 11px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

span.beacon, b {
	color: #BC0042;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	font-family: "times new roman", times, serif;
}

a {
	color: #BC0042;
}

div.bio-photo {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}

table.bio-thumbnails span.name,
table.bio-thumbnails span.title {
	font-size: 11px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

ul.headers {
	list-style: none;
}

div.page-bottom {
	margin-top: 25px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
div.page-bottom a {
	color: #B3A9A6;
}

.no-space-above {
	margin-top: 0px;
	padding-top: 0px;
}

.no-space-below {
	margin-bottom: 0px;
	padding-bottom: 0px;
}