#b_faculty
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;

	color: #777;
	font-size: 24px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 20px;
}
	
#b_faculty_left
{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 45%;
	height: 100%;

	color: #333;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
}
	
#b_faculty_right
{
	position: absolute;
	top: 50px;
	left: 430px;
	width: 45%;
	height: 100%;

	color: #333;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
}
	
a:hover,
a:link, 
a:visited
{
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	color: #039;
	font-weight: bolder;
}

