body {
	margin: 50px 0;
	padding: 0;
	background-color: #6A7C48;
	background-image: url(images/wood_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #304025;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6A7C48;
}

h2 {
	padding-left: 20px;
	color: #000000;
	font-weight: bold;
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #6A7C48;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: #FFF7D3;
	border: 10px solid #6A7C48;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}



#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #6A7C48;
	text-decoration: none;
	font-weight: bold;
	color: #6A7C48;
}

#menu li.active a {
	background: #D7ECAE;
}

#menu a:hover {
	background: #D7ECAE;
}

#menu .phone {
	float: right;
	border: none;
	font-style: italic;
	font-size: 1.2em;
	color: #000000;
	padding-right: 20px;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	background: url(images/main_timber_inn.jpg);
	border: 10px solid #6A7C48;
	border-top: none;
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 1.8em;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #304025;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FFF7D3 url(images/img04.jpg) repeat-y;
	border: 10px solid #6A7C48;
	border-top: none;
}

#contentphotos {
	width: 700px;
	margin: 0 auto;
	background: #FFF7D3 url(images/img0.jpg) repeat-y;
	border: 10px solid #6A7C48;
	border-top: none;
}

/* Slogan */

#slogan {
	padding: 20px 0;
	background: #FFF7D3;
	border-bottom: 10px solid #6A7C48;
}

#slogan .title {
	float: left;
	width: 270px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 2.2em;
}

#slogan .story {
	float: right;
	width: 349px;
	padding: 0 20px;
	border-left: 1px solid #6A7C48;
}

#slogan .meta {
	clear: both;
}

/* Main */

#main {
	float: right;
	width: 600px;
	padding: 20px;
}

#mainphotos {
	float: right;
	width: 645px;
	padding: 20px;
}

#main .main1 {
}

#main .story {
	padding: 15px 20px 0 20px;
}

#main ul {
}

#main ul li {
}

p.captions {
	text-align: center;
	font-weight: bold;
	color: #6A7C48;
}

#phototable {
	width: 90%;
	border: 0;
}

/* Images */

img.left {
	float: left;
	margin: 4px;
	border: #6A7C48 3px solid;
}

img.logoleft {
	float: left;
	margin: 4px;
}

img.right {
	float: right;
	margin: 4px;
	border: #6A7C48 3px solid;
}

img.center {
	margin: 0 auto;
	text-align: center;
	border: #6A7C48 3px solid;
	margin-left: 25px;
}
 

/* Links */

#links {
	float: left;
	width: 20px;
	padding: 20px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #304025;
}

#footer a {
	color: #304025;
}

