body 
{
	color:#000;
	background:#FFF;
	font-family:Verdana;
	font-size:11px;
	margin:0 0 0 0;
      }
      
 
.top-image img
{
	position:relative;
	width:100%;
	border:5px;
}


.aboutBox
{
				position:realtive; 
				width:95%;
				padding:2%;
				border: 1px solid #edecec;
                -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                 box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                 height:auto;
                 margin-bottom:20px;
                 
}

.aboutBoxLeft
{
	position:relative; 
	width:20%; 
	float:left;
	margin-top:20px;
}


.aboutBoxLeft img
{
	position:relative; 
	width:100%;
	border:2px solid #c1c1c1;
}



.aboutBoxRight
{
	position:relative; 
	width:70%; 
	float:right;
}



.aboutBoxImages
{
	position:relative; 
	width:30%; 
	float:left;
}


.aboutBoxImages img
{
	position:relative; 
	width:90%; 
}




.aboutBox .abcontent
{
	position:relative;
	width:100%;
	line-height:1.4;
	text-align:justify;
	font-size:12px;
}

