.columns {
	width: 980px;
}

.col-left {
	width: 215px;
	float: left;
	margin-right: 8px;
}

#about_menu {
	position: relative;
	top: 25px;
}

#about_menu_items {
	border-top: 1px solid #84c6b7;
}

.about_menu_item,
.about_menu_item2,
.about_menu_item_selected {
	font-size: 12px;
	background: url('../images/about/menu_bg.png') repeat-x;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
}

.about_menu_item2 {
	background: #ececec;
}

.about_menu_item_selected {
	background: url('../images/about/menu_bg_selected.png') repeat-x;
}

.col-mid {
	width: 535px;
	float: left;
	margin-right: 8px;
}

#about_body_heading {
	position: relative;
	left: 10px;
}

#about_body_content {
	border-top: 1px solid #84c6b7;	
	background: #f6f6f6;
	font-size: 12px;
	line-height: 16px;
}

.about_body_title {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #ffffff;
	background: #6a205f;
	padding: 10px;	
}

.about_body_desc {
	padding: 10px;	
}

.about_body_desc ul {
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.about_body_desc h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 16px;
}

.about_body_desc h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 12px;	
}

.about_body_desc p {
	margin-bottom: 10px;
}

.about_body_desc p+h2 {
	margin-top: 30px;
}


.col-photos {
	width: 213px;
	float: left;
}

#about_photos {
	position: relative;
	top: 25px;
}

#about_photo_items {
	border-top: 1px solid #84c6b7;
}

.about_photo_item {
	font-size: 11px;
	background: url('../images/about/photo_bg.png') repeat-x;
	height: 83px;
	padding-left: 5px;
}

.about_photo_image {
	float: left;
	margin-right: 8px;
	padding-top: 10px;

}

.about_photo_image img {
	border: 1px solid #6a205f;
}

.about_photo_caption {
	float: left;
	height: 30px;
	width: 130px;
	padding-top: 10px;
}
