body {
	color: #000;
	background-color: #e0dcc1;
	font-family: verdana, helvetica, arial, sans-serif;
}

div#page {
	width: 954px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #fff;
}

div#content {
	width: 640px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 0px 10px 10px 10px;
}

div#gallery {
	background-color: #fff;
	border: 1px solid #fff;
}

div#gallery td {
	text-align: center;
	vertical-align: top;
}

div#gallery td img {
	margin: 5px;
	border: 4px double rgb(199, 193, 159); 
}

div#content li {
	margin-bottom: 0.5em;
}

table#home, table#home-footer, table#interior {
	border-collapse: collapse;
}

table#home td, table#home-footer td, table#interior td.body-text {
	border: 1px solid #fff;
	border-right: none;
	padding: 10px;
	vertical-align: top;
}

table#interior td.interior-right-column {
	background-color: rgb(199, 193, 159);
	border: 1px solid #fff;
	border-right: none;
	padding: 0px;
	vertical-align: top;
}

table#home td.interior-right-column {
	border: 1px solid #fff;
	border-right: none;
	padding: 0px;
	vertical-align: top;
}

table#home-footer td {
	background-color: rgb(199, 193, 159);
}

h1 {
	margin-top: 0px;
	font-family: garamond, georgia, times, "times new roman", serif;
	text-align: center;
	color: #955437;
}

h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #955437;
}

a:hover {
	text-decoration: underline;
}

/* http://dizque.lacalabaza.net/temp/full-width-navigation-bar-with-css.html */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */
/* http://www.tyssendesign.com.au/articles/css/centering-a-dropdown-menu/ */

div#menu-top {
	display: table;
	font-family: garamond, georgia, times, "times new roman", serif;
	width: 100%;
}

div#menu-top dl {
	background-color: #c7c19f;
	color: #fff;
	display: table-row;
}

div#menu-top dt {
	display: table-cell;
	text-align: center;
	white-space: nowrap;
}

div#menu-top dt.current span {
	background-color: #955437;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt a:hover {
	background-color: #9f995d;
}

div#menu-top dt dl {
	position: absolute;
	margin-top: 0px;
	display: none;
}

div#menu-top dt:hover dl, div#menu-top dt:hover dt { /* lists nested under hovered list items */
	display: table-row;
}

div.leftfloat {
	border: 4px double rgb(199, 193, 159);
	float: left;
	margin: 0px 10px 10px 0px;
}

div.rightfloat {
	border: 4px double rgb(199, 193, 159);
	float: right;
	margin: 0px 0px 10px 10px;
}

p.caption {
	padding: 5px 10px;
	font-size: small;
	font-style: italic;
	color: #333;
	margin-bottom: 0px;
}
