@charset "utf-8";

/* Global */

@font-face {
	font-family: avenir-35-roman;
	src: url(fonts/avenir-35-roman.eot); /* EOT file for IE */
}

@font-face {
	font-family: avenir-35-roman;
	src: url(fonts/avenir-35-roman.ttf); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: avenir-heavy;
	src: url(fonts/avenir-heavy.eot); /* EOT file for IE */
}

@font-face {
	font-family: avenir-heavy;
	src: url(fonts/avenir-heavy.ttf); /* TTF file for CSS3 browsers */
}
body {
	margin: 0px;
	background: #d7cb99;
}
img {
	border: 0px;
	display: block;
}
p {
    font-family: avenir-35-roman;
	font-size: 14px;
	color: #4e5a30;
	margin-bottom: 0px;
}

/**/

.background-body-01 {
	background: url(images/background-01.jpg) no-repeat top left;
}
.background-body-02 {
	background: url(images/background-02.jpg) no-repeat top left;
}
.background-footer {
	background: #4e5a30;
}
.footer-padding {
	padding: 1px 0px 0px 0px;
}
.image-float-right {
	float: right;
}
#wrapper {
	width: 1200px;
	position: relative;
	margin: 0px auto 0px auto;
}


/* COPY */

.contact-body {
	font-size: 20px;
	color: #533f1a;
	line-height: 27px;
	margin-bottom: -7px
}
.contact-subtitle {
	font-family: avenir-heavy;
	font-size: 16px;
	color: #533f1a;
	margin-top: 33px;
}
.contact-title {
	font-family: avenir-heavy;
	font-size: 20px;
	color: #533f1a;
}
.footer-copy-01 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.footer-copy-02 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.footer-copy-03 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.main-copy {
	line-height: 29px;
	text-align: justify;
}


/* LINKS */

a.link-contact {
	font-family: avenir-35-roman;
	font-size: 20px;
	color: #533f1a;
	text-decoration: none;
}
a.link-footer {
	font-family: avenir-35-roman;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}