#page {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #3f3f3f;
}

a:link, a:visited, a:active {
	color: #822e30;
}

body {
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 731px;
	height: 195px;
	margin-top: 24px;
	padding: 0px;
}

#logo {
	height: 156px;
	margin: 0px;
	padding: 0px;
}

#topnav {
	color: white;
	font-size: 17px;
	font-family: Garamond;
}

a.topnavlink {
	padding: 0px 25px 0px 25px;
	text-decoration: none;
	color: white;
	font-size: 17px;
	font-family: Garamond;
}

a.topnavlink:hover {
	text-decoration: underline;
}

#content {
	background: url(images/bodybg.gif);
/* 	width: 731px;
	margin: 0px;
	padding: 0px;*/
}

.insetinner {
	padding-left: 14px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 5px;
}

.inset {
	background-color: #34312a;
	width: 160px;
	color: white;
	font-family: Lucida Sans;
	font-size: 11px;
}

#contentleft {
	margin-left: 20px;
	margin-top: 10px;
	font-family: Garamond;
	font-size: 14px;
	line-height: 130%;
}

#contentright {
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Garamond;
	font-size: 14px;
	line-height: 130%;
}

#footer {
	background-image: url('images/bottomborder.gif');
	background-repeat: no-repeat;
	width: 731px;
	height: 50px;
	clear: both;
	padding-top: 32px;
	color: white;
	font-family: Lucida Sans;
	font-size: 12px;
}