@charset "UTF-8";
.leftspry {

	float: left;
	width: 200px;
	margin-top: 10px;
	padding: 0 0 0 15px;
}
.rightspry {
	float: left;
	width: 320px;
	margin-top: 10px;
	margin-left: 20px;
}

.imgstack {
	width: 316px;
	float: right;
	margin-top: 10px;
	margin-right: 75px;
}
.imgstack img{
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 0 0 18px 0;
}

.centerspry {
	text-align: center;
	width: 600px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.imgstackservice {
	width: 475px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
}
