html,body{
height:100%;
margin:0;
padding:0;}

body{
background-color:#FFFFFF;
text-align:center;
min-height:552px;
max-width:902px;
}

#vertical{
	position:absolute;
	top:45%;
	margin-top: -275px;
	left:0;
	width: 100%;
}

#site_layout {
	height: 552px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#image_box {

}

.descript_text{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}
.bio_text{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	vertical-align: top;
}
.bio_indent{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	list-style-position: inside;
	list-style-type: disc;
}
.bio_indent a {
	color: #999988;
	text-decoration: none;
}
.bio_indent a:hover {
	text-decoration: underline;
}
