/*------------------------- Fonts ------------------------*/
@font-face {
	font-family: 'anticregular';
	src: url('../fonts/antic-regular-webfont.eot');
	src: url('../fonts/antic-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/antic-regular-webfont.woff') format('woff'),  url('../fonts/antic-regular-webfont.ttf') format('truetype'),  url('../fonts/antic-regular-webfont.svg#anticregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------- Layout styles ------------------------*/
body {
	background: url(../images/bg-body.jpg);

}

.galleryContent {
	float: left;
	padding-right: 0px;
	padding-left: 10px;
}

.title {
	
}



#gallery {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;

}
#gallery a {
	outline:none;
}
#gallery a img {
	border: 0;
	display: block;
	
}
#gallery p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #959595;
}
#gallery p a {
	color:#959595;
}
#gallery p a:hover {
	color:#1bb5ac;
}
/*------------------------- Header ------------------------*/
/* In Header css */
/*-------------------------Body-----------------------------*/
#wrapper {
	margin-right:auto;
	margin-left:auto;
	width:960px;	
}

#gallery {
	width: 830px;
	margin-right:auto;
	margin-left:auto;
}

/*------------------------- Footer ------------------------*/