@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic|Fauna+One);
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) center top no-repeat fixed;
}
.clearall {
	clear: both;
}
h1 {
	font: 23px "Playfair Display";
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 30px;
}
.lessmgbt {
	margin-bottom: 15px !important;
}
h2 {
	font: 20px "Playfair Display";
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: 5px;
}
p {
	font: 15px/25px "Fauna One";
	color: #000000;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-weight: italic;
}
.smtxt {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0 0 25px #2a2a2a;
}
#header {
	width: 1100px;
	height: 170px;
	background: rgba(255,255,255,0.75);
}
#nav {
	width: 1100px;
	height: 40px;
	margin-left: 85px;
}
#nav ul {
	list-style: none;
	font: 16px "Playfair Display";
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav li {
	display: inline;
	margin-left: 30px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#logo {
	width: 300px;
	height: 86px;
	margin: 0 auto;
	padding-top: 32px;
}
#banner {
	width: 1100px;
	height: 300px;
}
#content {
	width: 1040px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(255,255,255,0.75);
}
#content ul {
	font: 15px/25px "Fauna One";
}
#content li {
	list-style-type: square;
}
#content a {
	color: inherit;
}
.fullcol {
	width: 1040px;
}
.halfcol {
	width: 505px;
	margin-right: 30px;
	float: left;
}
.thirdcol {
	width: 330px;
	margin-right: 25px;
	float: left;
}
.fourthcol {
	width: 245px;
	margin-right: 20px;
	float: left;
}
.twothirdscol {
	width: 685px;
	margin-right: 25px;
	float: left;
}
.fifthcol {
	width: 192px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}

.last {
	margin-right: 0px;
}
.divline {
	width: 100%;
	height: 1px;
	background-color: #000000;
	margin-top: 35px;
	margin-bottom: 30px;
}
#footer {
	width: 1040px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	background: rgba(0,0,0,0.55);
}
#footer p {
	color: #ffffff;
	text-align: center;
	padding-bottom: 15px;
}
#footer h6 {
	color: #ffffff;
	font: bold 16px "Playfair Display";
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bbb {
margin-top: 40px;
	margin-left: 155px;
}