@charset "UTF-8";

div#serviceFrame {
	width: 960px;
	background-color: white;
	height: 410px;
	border: 10px solid white;
	background-image: url('../img/silverbg.png');
}

div.serviceColumn {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	height: 370px;
	text-align: center;
	color: #252525;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

div.serviceColumn h1 {
	font-weight: bold;
	font-size: 14px;
	color: #252525;
	line-height: 20px;
	display: block;
	height: 70px;
}

div.imgSize {
		margin-top: 40px;
		margin-bottom: 60px;
		height: 100px;
}
div.serviceColumn img { 
	margin-bottom: 40px;
}