#ourTeam {
	position: relative;
	height: 550px;
	width: 700px;
	overflow: auto;
	margin-left: 40px;
	margin-top: 40px;
	border: 1px solid #9d9d9d;
}

h2,h3 {
	margin: 0px !important;
	padding: 0px !important;
}

#ourTeam table {
	width: 675px;
	height: 100%;
}

#ourTeam td {
	border: none;
}

#ourTeamTitle {
	position: relative;
	margin-left: 40px;
	color: #94262c;
	font: 18px verdana;
	font-weight: Bold;
	position: relative;
	top: 35px;
}

#ourTeam td.picColumn {
	vertical-align: top;
	width: 232px;
	background-image: url(/images/backgroundImages/teamPicBG.jpg);
	text-align: center;
	margin: 0 0 0 0;
}

#ourTeam  img {
	height: 138px;
	width: 120px;
	padding: 10px;
	background-color: #94262c;
	margin-top: 20px;
	border: 2px solid white;
}

#ourTeam td.infoColumn {
	width: 443px;
	height: 200px;
	padding-left: 20px;
	vertical-align: top;
}

#ourTeam td.infoColumn div.name {
	margin-top: 15px;
}

#ourTeam td.infoColumn a {
	text-decoration: none;
	color: #94262c;
}

div.bio {
	width: 100%;
	margin-top: 3px;
	font: 12px verdana;
}

#sectionTitle h3 {
	background-color: #d6d6d6;
	vertical-align: middle;
	color: #94262c;
	font: 20px verdana;
	font-weight: bold;
	padding-left: 15px;
}