body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3d2c11;
	background-image: url(images/brickbg.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4 {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	color: #705d2c;
}

h1 {
font-size: 40px;
}

h2 {
font-size: 28px;
}

h3 {
font-size: 18px;
}

#nav {
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	background-position: 0% 70%;
	height: 90px;
        width: 1045px;
	list-style: none;
	position: relative;
}

#nav img {
	padding: 0px 55px 0px 52px;
	float: left;
} 

#nav li {
	display: inline;
	padding: 38px 18px;
}

#nav ul li {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	display: inline;
	float: left;
}

#nav li a {
	display: block;
	color: #ffc423;
	text-decoration: none;
}

#nav li.current_page_item  a{
	color: #705d2c;
	background-position: center;
	background-repeat: no-repeat;
	cursor: default;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li .current_page_item:hover a {
	text-decoration: none;
}

#content {
	clear: both;
	position: relative;
	padding: 15px 0px;
        width: 1040px;
}

#leftcolumn {
	width: 250px;
	padding: 0px 50px 10px 30px;
        float: left;
}

#emaillist {
	width: 249px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #a98747;
	padding: 0px;
	margin: 40px 0px;
}
 
#emaillist .top {
	background-image: url(images/plaque_top.gif);
	height: 52px;
	padding: 0px;
	margin: -20px 0px;
}

#emaillist .body {
	background-image: url(images/plaquebg.gif);
	background-repeat: repeat-y;
	padding: 0px 30px 10px 40px;
	margin: 0px;
}

#emaillist .body h3 {
	color: #a98747;
	font-size: 18px;
	
}

#emaillist .body p {
	font-size: 11px;
}

#emaillist .bottom {
	background-image: url(images/plaque_bottom.gif);
	height: 52px;
	padding: 0px;
	margin: -20px 0px;
}

#hours {
	width: 235px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 40px 8px;
}
 
#hours .top {
	background-image: url(images/hours_top.gif);
	height: 20px;
	padding: 0px;
	margin: -20px 0px;
        * margin: -10px 0px;
}

#hours .body {
	background-image: url(images/hoursbg.gif);
        color: #705d2c;
	background-repeat: repeat-y;
	padding: 0px 20px;
        * padding: -20px 20px;
	margin: 0px;
        * margin-top: -20px;
}

#hours .body h3 {
	font-size: 18px;
	
}

#hours .body p {
	font-size: 11px;
}

#hours .bottom {
	background-image: url(images/hours_bottom.gif);
	height: 20px;
	padding: 0px;
	margin: -11px 0px;
        * margin: 0px;
}

#gallery {
        padding: 0 0 20px 10px;
}

#feedback {
        padding: 10px 0px;
} 

#rightcolumn {
	width: 678px;
        float: left;
}

.post {
	background-color: #e3d1a9;
	padding: 0px 25px 25px 25px;
	margin: 0px 0px 25px 0px;
	border: 1px solid #68432e;
}

.post p {
	margin-right: 100px;
	line-height: 20px;
}


.post address {
font-size: 10px;
}

.postmetadata {
font-size: 8px;
}

.post h2 a {
font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #705d2c;
text-decoration: none;
}

a {
color: #d31145;
}


#footer {
        position: static;
	background-image: url(images/woodbg.jpg);
	background-repeat: repeat-x;
	height: 170px;
	width: 100%;
	clear: both;
}

#footer img {
	display: inline;
	margin-top: 43px;
	margin-left: auto;
	margin-right: auto;
}	
	
