#box1, #box2, #box3, #box4 {
	margin-top:40px;
	margin-left:51px;
	padding: 10px;
	float: left;
	height: 310px;
	width: 265px;
	border: 7px solid #E9E2D1;
	-moz-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow:2px 2px 3px rgba(153, 153, 153, 0.8);
	-webkit-box-shadow:2px 2px 3px rgba(153, 153, 153, 0.8);
	box-shadow:2px 2px 3px rgba(153, 153, 153, 0.8);
	
}
#box2, #box4 {
	margin-left:120px;
}
#box1 p, #box2 p, #box3 p, #box4 p {
	font-size:0.8em;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

#box1 img, #box2 img, #box3 img, #box4 img {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 27px;
}
