html	{
	overflow: -moz-scrollbars-vertical;
	}
body	{
	background-color: #dad7cb;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#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;
	}
