body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/sitebg.jpg);
	background-position: center top;
}

a:link {
	color: #4E2100;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #4E2100;
}

a:active {
	text-decoration: underline;
	color: #4E2100;
}

#container {
	width: 820px;
}
#menu {
	width: 820px;
}
#content {
	width: 820px;
	background-image: url(img/wooden_body.jpg);
	margin: 0px;
	padding: 0px;
}
#bottom {
	margin: 0px;
	padding: 10px 0px 0px;
	background-image: url(img/bottom.jpg);
	height: 70px;
	width: 820px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #633214;
	font-size: 11px;
}

.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4E2100;
	padding-left: 15px;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4E2100;
	text-align: justify;

}
.pad {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 640px;
	padding-right: 90px;
	padding-left: 90px;
}
.textbox {
	text-align: justify;
}
.picture {
	height: 100px;
	width: 140px;
	background-color: #E0CEB6;
	float: left;
	padding: 0px;
	margin: 10px;
}
.gallerybox {
	height: 400px;
}
