.practitioner {
	width: 980px;
}

.practitioner_row {
	width: 980px;	
	height: 370px;
	margin-top: 10px;
}

#practitioner_heading {
	position: relative;
	left: 10px;
}

#practitioner_list {
	width: 980px;
	border-top: 1px solid #84c6b7;	
}

.practitioner_item {
	width: 217px;
	margin-left: 10px;
	padding: 10px;
	background: #f6f6f6;	
/*	height: 100%;*/
	float: left;
}

.practitioner_image {
	width: 90px;
	height: 110px;
	margin-right: 5px;
	float: left;
	/*margin-bottom:40px;*/
}

.practitioner_image img {
	border: 1px solid #6a205f;
}

.practitioner_name {
	width: 80px;
	min-height: 100px;
	float: left;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #84c6b7;
	margin-bottom:10px;
}

.practitioner_address {
	width: 110px;
	min-height: 100px;
	height: 100px;
	float: left;
	margin-bottom:10px;
}

.practitioner_desc {
	font-size: 12px;
	line-height: 14px;
	height: 105px;
/*	float: left;*/
	clear: both;	
}

.practitioner_links {
	margin-top: 10px;
	font-size: 12px;
	height: 10px;
/*	float: left;*/
	clear: both;	
	width: 214px;
/*	border: 1px solid red;*/
}

.practitioner_email {
	width: 107px;
	font-size: 12px;
	float: left;
}

.practitioner_website {
	width: 107px;
	font-size: 12px;
	float: left;
	text-align: right;
}