@import url(../style/reset.css);
@import url(../style/general.css);
@import url(../style/slider.css);

body {
	background:				url(../../images/contactsBg.jpg) 50% 160px no-repeat;
}
.gal {
	/*height:				1000px;*/
	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:			20px;
}
.gal span {
	font-size:				15px;
	font-family:			"Times New Roman", Times, serif;
	color:					#333333;
}
.gal span a {
	text-decoration:		underline;
	color:					#333333;
}
.contacts {
	float:					left;
	width:					455px;
	border-right:			1px solid #ccc;
}
.map {
margin-left:20px;
margin-top:0;
}
.social {
	margin-top:				20px;
	list-style:				none;
}
.social li {
	height:					19px;
	display:				block;
	font-size:				15px;
	font-family:			"Times New Roman", Times, serif;
	color:					#333333;
	padding-left:			20px;
	margin-bottom:			5px;
	text-decoration:		underline;
}
.social .fb {
	background:				url(../../images/fb.jpg) 0 0 no-repeat;
}
.social .tw {
	background:				url(../../images/tw.jpg) 0 0 no-repeat;
}
.social .vk {
	background:				url(../../images/vk.jpg) 0 0 no-repeat;
}