.section-element{
  float:left;
  width:480px;
  height:220px;
  margin-right:5px;
  border:0px solid #ccc;
  padding:5px;
}

.section-element-img{
	float:left;
	width:140px;
}
.section-element-text{
	float:left;
	width:330px;
	border:0px solid #000000;
	margin-top:5px;
	font-size:12px;
	text-align:left;
}

