body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
table.main {
	border: 1px solid #957746;
	width: 664px;
	background-color: #ffffff;
}
div.header {
	width: 100%;
	background-color: #362200;
	padding: 0px;
	position: relative;
	top: -15px;
	text-align: left;
}
img {
	border:0px;
}
table.main td {
	padding: 7px;
	margin: 0px;
}
div.main {
	width: 670px;
	padding: 2px;
	text-align: left;
}
img.nav {
	margin-left: 13px;
	margin-right: 13px;
}
div.scroll {
	width: 98%;
	height: 200px;
	overflow: auto;
	position: relative;
	top: -20px;
	margin-right: 12px;
	padding: 5px;
	font-size: 10px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #362200;
	scrollbar-face-color: #f4e8dc;
	scrollbar-3dlight-color: #362200;
	scrollbar-highlight-color: #f4e8dc;
	scrollbar-shadow-color: #f4e8dc;
	scrollbar-darkshadow-color: #362200;
	scrollbar-arrow-color: #362200;
}
div.footer {
	text-align: center;
	width: 400px;
	height: 64px;
	background-image: url(images/annie-dietz-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 2px;
}
div.footer div {
	margin-top: 25px;
	font-size: 9px;
	color: #362200;
	text-align: center;
}
div.footer a {
	color: #362200;
}