body, font, a, p, td, th, div, span, h1, h2, h3, input, textarea, select, legend, fieldset {
	font-family: verdana;
	font-size: 80%;
	color: #000;
}
body {
	margin: 0;
	background: #6A3D16;
}
form {
	margin: 0;
}

table#shell {
	width: 100%;
	background: url('images/bg.gif') top center repeat-y;
}
table#shell td#shell-left {
	vertical-align: top;
	text-align: right;
	padding: 0;
	font-size: 1px;
	background: url('images/shadow_left.jpg') top right no-repeat;
}
table#shell td#shell-center {
	vertical-align: top;
	width: 767px;
	padding: 0;
}
table#shell td#shell-right {
	vertical-align: top;
	text-align: right;
	padding: 0;
	font-size: 1px;
	background: url('images/shadow_right.jpg') top left no-repeat;
}

table#header {
	width: 767px;
	background: #fff;
}
table#header td {
	padding: 0;
	text-align: center;
}

table#nav {
	width: 767px;
	background: #fff;
}
table#nav td {
	padding: 0;
}

table#main {
	width: 767px;
	background: #fff;
}
table#main td#rightnav {
	vertical-align: top;
	text-align: center;
	padding: 0;
	border-right: 4px #423222 solid;
	padding-top: 3px;
	font-size: 11px;
}
table#main td#rightnav a {
	color: #423222;
	font-size: 11px;
}
table#main td#rightnav a:hover {
	color: #735F4B;
}
table#main td#rightnav img {
	margin-bottom: 3px;
}
table#main td#content {
	vertical-align: top;
	padding: 0;
	width: 604px;
	border-right: 4px #423222 solid;
}

table#pagetitle {
	width: 604px;
	height: 32px;
	background: #fff;
}
table#pagetitle td {
	padding: 0;
}
table#crumbs {
	width: 604px;
	height: 19px;
	background: #fff url('images/crumbs_bg.jpg') no-repeat;
}
table#crumbs td {
	padding: 0;
	padding-left: 102px;
	padding-top: 2px;
	vertical-align: top;
	font-size: 11px;
	color: #58422D;
}
table#crumbs td a {
	font-size: 11px;
	color: #58422D;
	text-decoration: underline;
}
table#crumbs td a:hover {
	color: #96704D;
}

table#footer {
	width: 767px;
	background: #fff;
}
table#footer td {
	padding: 0;
}

table.galleries {
	background: #DCC8AF url('images/galleries/bg.jpg') repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 597px;
}
table.galleries td {
	padding: 5px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #58422D;
	text-align: right;
	vertical-align: bottom;
	width: 25%;
}
table.galleries td img {
	border: 2px #423222 solid;
	margin-top: 2px;
	margin-bottom: 4px;
}
table.galleries td a {
	font-size: 11px;
	text-decoration: underline;
	color: #58422D;
	font-weight: bold;
}
table.galleries td a:hover {
	color: #96704D;
}

table#footer {
	width: 767px;
	background: #423222;
}
table#footer td {
	padding: 5px;
	color: #E4E4E4;
	font-size: 10px;
	text-align: center;
}
table#footer td a {
	color: #E4E4E4;
	font-size: 10px;
	text-decoration: none;
}
table#footer td a:hover {
	color: #fff;
}

p.subtitle {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #423222;
}
p.pagecontent {
	margin: 10px;
	margin-top: 0px;
	font-size: 12px;
	color: #423222;
	line-height: 17px;
}
