
#bionav {
	margin: 0px auto;
	width: 770px;
	height: 35px;
	background-image: url(../images/img_pg/nav_a_bk.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#bionav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	/*background-color: #000;*/
	height: 33px;
	width: auto;
	padding: 0px 6px 0px 6px;
	border-top: solid 1px #999;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #999;
	text-decoration:none;
	display: block;
	float:right;
	line-height: 24px;
	background-color: #ececec;
	color: #000;
	background-image: none;
	border-bottom: solid 1px #999;
}
#bionav a:hover {
	background-color: #ccc;
	color: #000;
	background-image: none;
}
/*#bionav a:visited {
	background-color: #ececec;
	color: #000;
	background-image: none;
	border-bottom: solid 1px #999;
}*/
#bionav a.on {
	font-weight: bold;
	background-color: #FFF;
	color: #CC0000;
	border-bottom: solid 1px #FFF;
}
.bioimg {
	float:right;
	border: solid 1px #666;
	margin: 0px 0px 10px 10px;
}
/*#content {
	background-image: url(../images/img_bios/bios_bk.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	width: 770px;
	padding-left: 10px;
	padding-right:10px;
}*/
#content {
	clear: right;
	text-align:left;
	background-color: #FFF;
	width: 668px;
	height: auto;
	margin: 0px auto;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	padding: 50px;
	background-image: url(../images/img_bios/bios_bk.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
}
