@charset "UTF-8";
/* CSS Document */
@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);
}
#bodyOne {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bodyOne a {
	outline:none;
}
#bodyOne a img {
	border:0;
	display:block;
}
#bodyOne p {
	font-size:12px;
	line-height:24px;
	letter-spacing:0.05em;
	color:#959595;
}
#bodyOne p a {
	color:#959595;
}
#bodyOne p a:hover {
	color:#1bb5ac;
}
/*------------------------- Header ------------------------*/

/*-----------------------body------------------------------*/
#wrapper {
	margin-right:auto;
	margin-left:auto;
	width: 1100px;
	padding-left: 50px;
}

@media only screen and (max-width: 1100px) {
	#wrapper {
		width: 75%;
		margin: 0 auto;
	}
}


/*------------------------- Footer ------------------------*/
