body {
	font-size: 14pt;
	color: #888888;
	/* A3A3A3; */
	font-family: serif;
	text-align: center;
}

table.bio tr {
	padding-bottom: 5px;
}
	
#container {
	width: 660px;
	margin: 0 auto;
	text-align: left;
	
}
	
#header {
	width: 660px;
	margin-top: 20px;
	margin-bottom: 30px;
}
	
#content {
	width: 350px;
	float: left;
	padding-right: 40px;
	clear: left;
}

#navigation {
	width: 270px;
	float: right;
	text-align: right;
	clear: right;
}

#footer {
	width: 545px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	top: 10px;
	border-top: 2px solid black;
	clear: both;
	font-size: 12pt;
	color: black;
}

#navigation table {
	float: right;
}

#navigation table td.link {
	font-size: 25pt;
	padding-right: 10px;
}
	
a:link,a:visited {
	color: #888888;
	text-decoration: none;
	}
	
#content a:link, #content a:visited {
	text-decoration: underline;
}
	
a:hover { 
	color: #FF95D7;
	text-decoration: none;
	}

.note {
	font-size: 9pt;
	color: #888888;
	}
