#about_top {
	height: 137px;
	width: 716px;
	margin-bottom: 25px;
}

#salon_middle_left {
	width: 230px;
	float: left;
}

a.read_more_link {
	display: block;
	width: 78px;
	height: 14px;
	background: url(images/read_more.png) no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	color: #b8b8b8;
	padding: 4px 0 0 24px;
}

/* right column */

#about_middle_right {
	width: 466px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}
#about_header {
	border-bottom: 1px solid #ff3356;
}
#about_header h2 {
	font-size: 36px;
	/* text-transform: uppercase; */
	font-weight: normal;
}

#about_items {
	margin-top: 15px;
	width: 466px;
}
#about_items .about_item {
	margin-bottom: 15px;
}
#about_items .about_item h4 {
	font-size: 16px;
	font-weight: normal;
	color: #313131;
}
#about_items .about_item_text {
	margin: 8px 0 8px 0;
	color: #373737;
	font-size: 12px;
	line-height: 18px;
}
#about_items .about_item_text a {
	text-decoration: underline;
}
