

#textArea
{
	clear: both;
	width: 42%;
	float: right;
	color: #ccc;
	
	line-height:1.8;
	margin-right: 5%;
	margin-top:3%;
	text-align: justify;

}

#imgArea 
{
	
	width:40%;
	margin-left: 5%;
	margin-top: 3%;
	float:left;

}

#imgArea img
{
	width:100%;
	
	margin-bottom:2%;
}