@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #3C2617;
	background-image: url(../images/bg.jpg);
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 800px;
	padding-right: 25px;
	padding-left: 25px;
}
#container {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	float: left;
	width: 1000px;
}
#logo {
	float: left;
	height: 140px;
	width: 250px;
}
#contactinfo {
	float: left;
	height: 140px;
	width: 375px;
	margin-left: 325px;
}
#facebook {
	float: left;
	height: 50px;
	width: 50px;
	padding-bottom: 80px;
}

#navigation {
	float: left;
	height: 35px;
	width: 1000px;
}
#maincontent {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 30px;
}
#slider {
	height: 300px;
	width: 600px;
	position: relative;
	margin-bottom: 35px;
}
#sidebar {
	float: left;
	width: 325px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#footer {
	float: left;
	height: 75px;
	width: 1000px;
	padding-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 27px;
	color: #9ABBC9;
	background-image: url(../images/footer.jpg);
	text-align: center;
}
#footer a {
	color: #9ABBC9;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #3C2617;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #3C2617;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
	color: #3C2617;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
}
ul {
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
	color: #3C2617;
	margin-top: 0px;
}
a {
	color: #3C2617;
	text-decoration: underline;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
iframe {
	margin-top: 10px;
	margin-bottom: 20px;
}
.image_pad_bottom {
	margin-bottom: 20px;
}
.image_float_left {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 10px;
}
.orangecolor {
	color: #42736D;
}
.no_underline {
	text-decoration: none;
	font-weight: normal;
}
