div.about {
	display: table;
}

div.about_row {
	display: table-row;
	height: 150px;
}

div.about_logo {
	display: table-cell;
	min-height: 150px;
	width: 110px;
	padding-left: 40px;
	vertical-align: top;
}

div.about_text {
	display: table-cell;
	min-height: 150px;
	max-width: 1300px;
	padding-right: 20px;
	vertical-align: top;
}

.about_logo.e2 { background:url(images/e2.gif) no-repeat; }
.about_logo.e3 { background:url(images/e3.gif) no-repeat; }
.about_logo.e4 { background:url(images/e4.gif) no-repeat; }
.about_logo.e5 { background:url(images/e5.gif) no-repeat; }
.about_logo.e6 { background:url(images/e6.gif) no-repeat; }
.about_logo.e7 { background:url(images/e7.gif) no-repeat; }
