/* CSS Document */
#bios tr {
	background-image: url(/images/bio-td-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#bios tr td .img{
	width: 106px;
	height: 128px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	display: inline;
}

