@charset "UTF-8";
#profileArea {
	background-image:url(staff_images/staff_profiles_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	height:206px;
	width:980px;

}

#image_video_box{
	width:228px;
	height:206px;
	text-align:center;

}

#profileText{
	height:196px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding-top:10px;
	padding-right:10px;
}

a:link {
	color: #970000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}