div#bio{
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}

div#bio img{
	width: 125px;
	height: 155px;
}

div#bio span.name{
	font-size: 110%;
	font-weight: bold;
	position: relative;
	top: -25px;
	left: 10px;
}

div#bio span.occupation{
	font-weight: bold;
	color: #666666;
	position: relative;
	top: -25px;
	left: 140px;
}

table.news tr.alt{
	background-color: #eee;
}

table.news tr td{
	vertical-align: top;
	padding: 5px 10px;
}

table.news tr td.date{
	width: 70px;
}


