@charset "utf-8";
/* CSS Document */

#main
{
	height:1400px;
}

#main-image
{
	margin:auto;
	text-align:center;
	margin-bottom:25px;
	border:solid 3px #648830;
	box-shadow:0 0 10px 0px;
}


#main-text
{
	
	margin-bottom:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
	width:940px;
	height:100px;
}



 .services-box
{
  
  
  float:left;
  height:300px;
  width:450px;
  margin-left:37px;
  margin-bottom:40px;
  border:solid 2px #648830;
box-shadow:#000000 0px 0px 10px 0px;

  
}

 .services-box-text
 {
	 
	 margin-top:20px;
	 margin-left:20px;
	 margin-right:20px;
	 height:220px;
	 width:400px;
	 text-align:justify;
	
 }
 
 .services-box-image
 {
	 text-align:center;
	 margin:auto;
	 height:200px;
	 width:400px;
	 border-style:solid;
	 border-width:4px;
	 border-color:#8B6C19;

 }
