@charset "UTF-8";
/* CSS Document */

/**
	This will hold the two cells which will have the
	fading staff images and the page's copy
*/

.Current_MainTable {
	width:835px;
}

.LargeImageCell {
	width:410;
}

.CenterDivisionCell {
	width:15px;
}

.ImageTextVerticalDivisionCell{
	height:15px;
}

.DescriptionCell {
	width:410px;
}

#MainCopy {
	margin-bottom:40px;
	padding:0px;
	display: inline;
	width: 585px;
	float:left;
	text-decoration:none;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #636363;
	letter-spacing:0.06em;
	word-spacing:0.06em;
	text-align:left;
	line-height: 1.2em;
}

#divStaffImages {
	margin-top: 20px;
	margin-bottom:40px;
	margin-left: 35px;
	padding:0px;
	display: inline;
	width: 200px;
	float:left;
}

