@media screen and (min-width:769px) {
#main .profile {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}
#main .photo {
	float: right;
	width: 250px;
	margin-bottom: 70px;
}
#main .staffphoto {
	text-align: center;
	margin-bottom: 10px;
}
#main .staffprofile {
	margin-bottom: 60px;
}
}


@media screen and (max-width:768px) {
#main .photo {
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#main .profile {
	margin-bottom: 20px;
}
}

#main h3 {
	font-size: 120%;
	font-weight: bold;
	color: #8EC220;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3B3B3;
	padding-bottom: 5px;
	clear: both;
}
#main .profile h5 {
	margin-bottom: 10px;
	color: #8EC220;
}
#main .profile dl {
	margin-bottom: 30px;
}
.profile dl dt {
	margin-bottom: 5px;
}
.profile dl dd {
	margin-bottom: 15px;
}
.profile p {
	line-height: 1.6em;
}
.staffprofile p {
	line-height: 1.6em;
}
