.centerPart{
    width: 55%;
    float: left;
    padding: 1%;
    text-align: justify;
    line-height: 1.3em;
	margin: 0px auto 0px auto;
	}
	
.centerPart > h3
{
	text-align:center;
	margin-bottom: 15px;
    background-color: aqua;
}

.recImage{
	width:95%;
	height:60%;
	margin-bottom:16px;
	}
	
