@charset "utf-8";
.rightBox2 {
	padding-left: 210px;
	text-align: right;
	background-image: url(images/boxes/box3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 190px;
	margin-bottom: 15px;
}
.leftBox1 {
	padding-right: 210px;
	background-image: url(images/boxes/box1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 190px;
	margin-bottom: 15px;
}
.leftBox3 {
	padding-right: 210px;
	background-image: url(images/boxes/box2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 190px;
	margin-bottom: 15px;
}
.rightBox4 {
	padding-left: 210px;
	text-align: right;
	background-image: url(images/boxes/box4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 190px;
	margin-bottom: 15px;
}

