@import url(../style/reset.css);
@import url(../style/general.css);
@import url(../style/slider.css);

body {
	background:				url(../../images/serviceBg.jpg) 50% 160px no-repeat;
}
.gal {
	height:					475px;
	margin:					191px 0 15px 0;
	text-align:				center;
	text-align:				left;
	background:				#fff;
	position:				relative;
	padding:				15px 15px 0 15px;
}
.gal h2 {
	font-size:				24px;
	padding-bottom:			40px;
	font-family: 			'PT Serif', serif;
}
.gal ul {
	list-style:				none;
}
.gal ul li {
	color:					#393939;
	font-size:				18px;
	font-weight:			bold;
}
.gal ul li strong {
	color:					#989898;
	font-size:				32px;
	font-family:			"Times New Roman", Times, serif;
	font-style:				italic;
	font-weight:			bold;
}