/* modify shared styles */
#mainContent {
	margin: 10px 0 20px 0;
	background: url(../img/dots_vertical.gif) 625px 0 repeat-y;
}

/* page specific */
#aboutHeader {
	width: 100%;
	height: 35px;
	background-color: #efe799;
}

#aboutHeader img {
	margin-top: 5px;
	padding: 5px 79px 4px 13px;
	background-color: #fff;
}

#leftColumn {
	float: left;
	width: 610px;
	margin-right: 15px;
	padding-top: 5px;
}

#rightColumn {
	margin-left: 15px;
	float: right;
	width: 137px;
	padding-top: 5px;
}

.testimonial {
	background: url(../img/dots_horizontal.gif) bottom left repeat-x;
	padding-bottom: 16px;
	margin-top: 16px
}
.floatedImage {
	float: left;
	margin: 0 10px 10px 0;
}

.section {
	padding-bottom: 20px;
}

/* MOBILE */

.mobi #aboutHeader {
	height: 31px;
}

.mobi #aboutHeader img {
	margin: 3px 0 0 7px;
	padding: 0;
}

.mobi .mobiButtons {
	margin-top: 15px;
}
