.about, .aboutSide {
	float: left;
	position: relative;
	display: inline;
	overflow: hidden;
	margin-bottom: 1.5em;
}

.about { width: 585px; margin-right: 15px; }

.about p { text-align: justify; }

.aboutSide { 
	width: 300px;
	height: 210px;
	background: url('/images/about/about_side.jpg') top right no-repeat;
}
	
	
	
