html	{
	overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;	
}
body	{
	background-color: #dad7cb;
	font-family: "Georgia", serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}
table, tr, td {
	font-family: "Georgia", serif;
}
#header	{
	width: 100%;
	height: 150px;
	background-color: #4a3c31;
	border-bottom: solid 2px #5d3633;
	line-height: 150px;
	}
#header img	{
	border: none;
	margin: 0 10px;
	}
#body	{
	margin: 10px auto;
	text-align: left;
	min-height: 1050px;
	}
#menu	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menu li	{
	margin: 0 5px;
	}
#menu li#selected a	{
		color: #000;
		text-decoration: underline;
		}
#main	{
	width: 608px;
	border: solid 1px #000;
	background-color: #fff;
	}
#main div	{
	margin: 2px;
	}
#main img	{
	margin: 2px;
	}

.gallery_item	{
	margin-bottom: 10px;
	}
.gallery_item img	{
	padding: 3px;
	background-color: #fff;
	border: solid 1px #666;
	}
.gallery_item a {
	color: #666;
	text-decoration: none;
	}
.gallery_item a:hover	{
	color: #000;
	}
.gallery_item a:hover img	{
	border: solid 1px #000;
	}
.gallery_item div.small	{
	font-size: small;
	}

a	{
	color: #666;
	text-decoration: underline;
	}
a:hover	{
	color: #000;
	text-decoration: underline;
	}
	
body.light {
	background-color: #fff;
}

.title { margin: 4px 0; }
.links { font-family: verdana; font-size: 10px; }

.gallery-item-long, .gallery-item-tall { text-align: center; width: 600px; height: 400px; }
.gallery-item-long h1, .gallery-item-tall h1 { font-size: 1.2em; margin: 0 0 8px 0 ; }
.gallery-item-long p, .gallery-item-tall p {	margin: 0 0 8px 0; line-height: 1.5em; }

.gallery-item-long .item-image { width: 100%; text-align: center; }

.gallery-item-tall .item-description { text-align: left; float: left; width: 600px; margin-right: 20px; }
.gallery-item-long .item-description { text-align: left; float: left; margin-top: 20px; }

