
.boxes-wrapper {
	display: table;
	clear: both;
	width: 100%;
}

.boxes {
	display: table-row;
}

.box {
	display: table-cell;
}

#news-box {
	width: 248px;
	padding: 0;
}

#products-box {
	padding: 0 20px 0 60px;
}

#products-box > div {
	clear: both;
	vertical-align: middle;
	margin-bottom: 10px;
}

#products-box > div img {
	float: left;
	margin-right: 20px;
}

#products-box > div a {
	float: left;
	margin-top: 10px;
}

#about-us-box {
	width: 248px;
	padding: 0;
	text-align: justify;
}

#about-us-box img, #products-box img {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #ccc;
}


