#big_container {
	position: relative;
	top: 5px;
	left: 5px;
	width: 460px;
	margin: auto;
}
#bio_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 180px;
	text-align: left;
}
#bio_head {
	position: absolute;
	width: 460px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-image: url(template/images/bio_header.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}
#bio_body {
	position: absolute;
	width: 460px;
	height: 128px;
	top: 30px;
	left: 0px;
	background-image: url(template/images/bio_body.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#bio_footer {
	position: absolute;
	left: 0px;
	top: 158px;
	height: 22px;
	width: 460px;
	background-image: url(template/images/bio_footer.gif);
	background-repeat: no-repeat;
	z-index:6;
}
#bio_name {
	position: relative;
	left: 140px;
	top: 3px;
	width: 320px;
	line-height: 20px;
	font-family: Trebuchet MS;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: black;
}
#bio_info {
	position: relative;
	left: 140px;
	top: 8px;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	color: black;
}
#bio_team {
	position: absolute;
	right: 5px;
	top: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: white;
}
#bio_number {
	position: absolute;
	right: 5px;
	bottom: 7px;
	font-family: Trebuchet MS;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	color: black;
}
#bio_position {
	position: absolute;
	bottom: -3px;
	right: 5px;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: black;
	z-index: 4;
}
#bio_coach_position {
	position: absolute;
	bottom: -3px;
	right: 5px;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: black;
	z-index: 4;
}
#bio_rest {
	position: relative;
	top: 10px;
}