#bio {
	background-repeat: no-repeat;
	width: 770px;
	height: 310px;
	margin: 0px auto;
	padding-top: 30px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	/*border: dotted 1px #FFF;*/
	border-bottom:none;
	color: #ececec;
	text-align:left;
	padding: 10px 0px 0px 10px;
	margin: 0px 30px 0px 30px;
	height:270px;
}
.cpah1 {
	font-size: 18px;
}
#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;
	/*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;
}
#bionav a:hover {
	background-color: #ccc;
	color: #000;
	background-image: none;
	border-bottom: solid 1px #999;
}
/*#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;
}
