/* DIV STYLES */

.staff_contact_holder
{
	float: left;
	width: 315px;
	margin: 0px 10px 8px 0px;
}

.staff_contact_holder .image_holder
{
	float: left;
	width: 100px;
	margin: 0px 10px 0px 0px;
}

.staff_contact_holder .info_holder
{
	float: left;
	width: 205px;
}

/* END OF DIV STYLES */

/* PARAGRAPH STYLES */

.staff_contact_holder .info_holder p
{
	margin: 0px 0px 0px 0px;
}

/* END OF PARAGRAPH STYLES */

/* LINK STYLES */

.staff_contact_holder .info_holder p a
{
	text-decoration: none;
	color: #8c1f10;
}

.staff_contact_holder .info_holder p a:hover
{
	text-decoration: underline;
}

/* END OF LINK STYLES */

/* IMAGE STYLES */

.staff_contact_holder .image_holder img
{
	border: 1px solid #000000;
}
