#employees {
	position: relative;
	width: 460px;
	height: 150px;
}

#employees p {
	font-size: 9px;
	margin: 0px;
}

#employees img {
	display: block;
	position: absolute;
	top: 7px;
	height: 106px;
}
#employees table {
	position: absolute;
	top: 0px;
}

#employees tr {
	margin: 0px;
	padding: 0px;
}

#employees, #employees a, #employees a:link, #employees a:visited, 
		#employees a:active {
	color: #977504;
	font-size: 12px;
	text-decoration: none;
}

#bio_text {
	position: absolute;
	top: 0px;
	left: 276px;
	width: 184px;
	height: 242px;
	background-color: #AF9441;
	vertical-align: center;
	overflow: hidden;
}

#bio_name, #bio_job, #bio_phone, #bio_email {
	margin: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 10px;
	color: white;
}

#bio_name p, #bio_job p, #bio_phone p, #bio_email p {
	display: inline;
}

#bio_name {
	margin-top: 70px;
	font-size: 15px;
}

#bio_phone {
	margin-top: 30px;
}

#bio img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 276px;
	height: 242px;
}

#bio {
	display: block;
	position: relative;
	width: 462px;
	height: 242px;
}

#title {
	background-image: url("../i/people_background_left.jpg");
	width: 321px;
	height: 487px;
}

#content {
	background-image: url("../i/people_background_right.jpg");
	width: 480px;
	height: 487px;
	left: 321px;
}

.top_padding
{
	padding-top: 15px;
}


	