#historyBioBox {
		background: #FFF;
		width: 475px;
		height: 484px;
		padding: 10px 10px 0px 10px;
		position: absolute;
		top: 20px;
		right: 0px;
		font-size: 12px;
		text-align: justify;
		overflow: auto; }
ul#pages { position: absolute; bottom: 5px; right: 0px; }
ul#pages li { width: 45px; display: inline; }
ul#pages li a { width: 45px; background: #333; color: #FFF; display: inline; padding: 0 5px; }
ul#pages li a:visited { background: #333; color: #FFF; }

#bioBox { 
	background: #FFF;
	width: 385px;
	height: 500px;
	padding: 10px 10px 0px 10px;
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 12px;
	text-align: justify;
	overflow: auto; }
	
#contactBox, #donateBox { 
	background: #FFF;
	width: 385px;
	height: auto;
	padding: 10px 10px 10px 10px;
	position: absolute;
	bottom: 15px;
	right: 0px;
	font-size: 12px;
	text-align: justify;
	overflow: auto; }
	
#donateBox {
	bottom: 35px;
}