﻿body {
	margin: 0px;
	color: #572c10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('images/bodyBG.jpg');
	background-repeat: repeat;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	clear: both;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
#top {
	clear: both;
}
#left {
	float: left;
	width: 350px;
	display: inline;
}
#main {
	float: right;
	display: inline;
	width: 570px;
	margin-right: 30px;
}
#footer {
	clear: both;
	background-color: #301813;
	color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
}
#belowFooter {
	line-height: 100px;
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #000000;
}
#leftMenu {
	padding: 0px;
	margin: 0px auto 0px auto;
	list-style-type: none;
	width: 200px;
}
#leftMenu li {
}
#leftMenu li a {
	background-position: left top;
	display: block;
	line-height: 30px;
	height: 30px;
	background-image: url('images/navBG.jpg');
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#leftMenu li a:hover {
	background-image: url('images/navBG_hover.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#leftImage {
	width: 170px;
	height: 120px;
	margin: 20px auto 20px auto;
	background-image: url('images/leftImage.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding-top: 180px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}
#wrapperShadow {
	width: 970px;
	padding: 0px 10px 0px 10px;
	background-image: url('images/wrapperShadow.png');
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto 0px auto;
	clear: both;
}
.clear {
	clear: both;
}
#mainContent {
	background-image: url('images/contentRepeat.png');
	background-repeat: repeat-y;
	background-position: left top;
}
#mainContent p {
	margin-right: 30px;
	margin-left: 30px;
}
h1 {
	margin-top: 0px;
	margin-left: 30px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}
.bottomP {
	margin: 0px;
}
h2 {
	font-size: 130%;
	margin-left: 30px;
	margin-right: 30px;
}
.contentBottomPadding {
	margin-bottom: 20px;
}
.floatRight {
	float: right;
	padding: 5px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-left: 10px;
}
#photoGallery {
	clear: both;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.noBorder {
	border-width: 0px;
}
#photoGallery img {
	border: 1px solid #808080;
	padding: 5px 5px 13px 5px;
	margin: 5px;
}
#photoGallery h2 {
	background-image: url('images/h2_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	color: #FFFFFF;
	line-height: 35px;
}
#googleMap {
	text-align: center;
}
#belowFooter a {
	color: #000000;
	text-decoration: underline;
}
