body {
	background: url(../images/bg.jpg) center top no-repeat;
}
.clearall {
	clear: both;
}
h1 {
	font-family: Oswald, sans-serif;
	color: #47364f;
	font-size: 23px;
	font-weight: 400;
}
p {
	font-family: Times New Roman, serif;
	font-size: 18px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	box-shadow: 0 0 45px #000000;
}
#header {
	width: 1000px;
	height: 200px;
	background-color: #f1f4e0;
}
#logo {
	width: 263px;
	height: 178px;
	margin: 0 auto;
	top: 11px;
}
#headercontact {
	float: right;
	text-align: right;
	margin-right: 35px;
	margin-top: -70px;
}
#headercontact h3 {
	font-family: Oswald, sans-serif;
	color: #5a515b;
	font-size: 14px;
	line-height: 10px;
	margin-bottom: 0px;
}
#headercontact p {
	font-family: Oswald, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 10px;
}
#headercontact a {
	color: #000000;
	text-decoration: none;
}
#headercontact a:hover {
	text-decoration: underline;
}
#navigation {
	width: 1000px;
	height: 25px;
	margin-top: -16px;
	background-color: #5a515b;
	text-align: center;
}
#navigation ul {
	margin-left: -50px;
}
#navigation li {
	list-style: none;
	display: inline;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	color: #f1f1d9;
	font-size: 14px;
	line-height: 25px;
	padding-right: 35px;
	padding-left: 35px;
}
#navigation a {
	color: #f1f1d9;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#banner {
	width: 1000px;
	height: 347px;
}
#content {
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #d8dab3;
}
#content li {
	font-family: Oswald, sans-serif;
	list-style: none;
}
#content li.header {
	color: #000000;
	font-size: 19px;
}
#content a {
	text-decoration: none;
	color: #5a515b;
}
#content a:hover {
	text-decoration: underline;
}
.col1 {
	width: 450px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: -13px;
	float: left;
}
.col2 {
	width: 400px;
	float: left;
}
ul.leftcol {
	list-style: none;
	display: inline;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	float: left;
	margin-right: -20px;
	margin-left: -40px;
	margin-top: 0px;
}
ul.middlecol {
	list-style: none;
	display: inline;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	float: left;
	margin-right: -20px;
	margin-top: 0px;
}
ul.rightcol {
	list-style: none;
	display: inline;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	float: left;
	margin-top: 0px;
}
#socialmedia {
	width: 400px;
}
#socialmedia img {
	float: left;
	margin-right: 5px;
}
#socialmedia h2 {
	font-family: Oswald, sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin-top: 2px;
	color: #bd6e6e;
	float: left;
}
#footer {
	width: 1000px;
	height: 25px;
	margin-top: -19px;
	background-color: #5a515b;
	text-align: center;
}
#footer p {
	font-family: Times New Roman, serif;
	color: #f1f1d9;
	line-height: 25px;
	font-style: italic;
	font-size: 13px;
}