#service_gallery {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#serv_gallery_top {
	background-image: url(../images/serv_gallery_top_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	background-position: bottom;
}
#serv_gallery_cont {
	background-image: url(../images/serv_gallery_cont_bg.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	background-position: left top;
	float: left;
	width: 720px;
}
#serv_gallery_bot {
	background-image: url(../images/serv_gallery_bot_bg.gif);
	background-position: left top;
	height: 21px;
}
#content h5      {
	font-size: 18px;
	float: left;
	margin-left: 30px;
	padding-right: 2px;
	padding-left: 2px;
	color: #000A5E;
	font-weight: lighter;
	letter-spacing: 1px;
	background-color: #FFF;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#service_gallery a {
	float: left;
	padding: 2px;
	background-color: #DFDFDF;
	border: 2px solid #EEE;
	text-align: center;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 120px;
}
#service_gallery a:hover {
	border: 2px solid #97B7F2;
	filter: alpha(opacity=100);
	opacity: 1;
}
.spacing img {
	margin-bottom: 3px;
}
