html, body {
	margin: 0px;
	padding 0px;
	border: 0px;
	background-color: #fae8b8;
	background-image: url('../_images/bg-repeat.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}
#top {
	background-image: url('../_images/bg-top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
#nav {
	width: 1000px;
	height: 60px;
	padding-top: 135px;
	margin: 0px auto;
}
#nav img {
	border: 0px;
	float: left;
}
#main {
	width: 990px;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
	min-height: 400px;

	text-align: left;
}
#main.content {
	width: 970px;
	overflow: hidden;
	margin-bottom: 20px;
}
h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	color: #463422;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
}
p {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #07061a;
	margin: 0px;
	padding: 5px 0px 10px 0px;
}
dd {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 18px;
}

#main a:link {
	color: #91501d;
	text-decoration: underline;
}
#main a:hover {
	color: #463422;
	text-decoration: none;
}
#main a:visited {
	color: #07061a;
	text-decoration: underline;
}
#footer {

}
#copy {
	width: 990px;
	margin: 15px auto 4px auto;
	text-align: left;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #91501d;
}
#copy a:link, #copy a:hover, #copy a:visited {
	color: #91501d;
	text-decoration: none;
}
#copy a:hover {
	color: #463422;
	text-decoration: underline;
}
#wood {
	background-image: url('../_images/footer.jpg');
	background-position: center;
	background-repeat: no-repeat;

	height: 160px;
}

.left {
	float: left;
	margin: 0px 15px 15px 0px;
}

