body {
	background-color: #311f11;
	font-family: Arial, Helvetica, sans-serif;
	color: #311f11;
	font-size: 14px; 
	background-image: url(graphics/background.jpg);
	border: 0px none;
	background-repeat: repeat-x repeat-y;
	font-color: #0;
	margin: 2px; 
	padding: 0px;
	scrollbar-base-color: #666666;
	scrollbar-face-color: #808080;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #444444;
	scrollbar-darkshadow-color: #000000;
}
	
#logo {
	height: 131px;
	width: 100%;
	background:  #606060 url(./graphics/banner.jpg) no-repeat center;
	z-index: 1;
}

#centerdiv {
	text-align: center;
	valign: center;
}

#content {
	position: relative;
	left: 0px;
	top: 5px;
	width: 780px;
	margin: auto;
	text-align: left;
	valign: center;
	background-color: #ffffeb;
	border: medium ridge #303030;
	z-index: auto;
}

#text{
	position: relative;
	z-index: auto;
	text-align: left;
	padding: 12px;
	background-color: #ffffeb;
}

#menudiv {
	text-align: center;
	valign: center;
	background-color: #989898;
	border-top: 1px solid #0A0C00;
	border-right: 0px solid #0A0C00;
	border-bottom: 1px solid #0A0C00;
	border-left: 0px solid #0A0C00;
	background-image: url(graphics/buttonnothingoff.jpg);
	background-position: left center;	

}

#menu {
	position: relative;
	z-index: auto; 
}

.menu {
	margin: 0;
	list-style: none;
} 

.menu li {
	padding: 0;
	margin: 0;
	height:	40px;
	width: 140px
	list-style;
	list-style-type: none;
	background-repeat: no-repeat; 
	
} 

.menu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menu li a, .menu li a:visited {
	display: block;
	height: 40px;
	list-style-type: none;
} 

.home {
	background-image: url(graphics/buttonhomeon.jpg); 
	width: 160px;
} 

.home a {
	background-image: url(graphics/buttonhomeoff.jpg);
} 

.about {
	background-image: url(graphics/buttonabouton.jpg); 
	width: 160px;
} 

.about a {
	background-image: url(graphics/buttonaboutoff.jpg);
} 

.gallery {
	background-image: url(graphics/buttongalleryon.jpg); 
	width: 160px;
} 

.gallery a {
	background-image: url(graphics/buttongalleryoff.jpg);
} 

.contact {
	background-image: url(graphics/buttoncontacton.jpg); 
	width: 160px;
} 

.contact a {
	background-image: url(graphics/buttoncontactoff.jpg);
} 

ul.menu li a:hover {
	background: none;
} 

.menu li {
	float: left;
	list-style-type: none;
} 

.footer
{
	position: relative;
	z-index: 3;
	text-align: right;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ac713b;
}

.footer a, .footer a:visited {
	text-decoration: none;
	color: #593f29;
}

/* Hyperlink for the Webmaster contact information */
.footer a:hover{
	text-decoration: underline overline;
	color: #000000;
}


a, a:visited {
	text-decoration: underline;
	color: #593f29;
}

a:hover{
	text-decoration: underline overline;
	color: #593f29;
}

a.thumbnail, a.thumbnail:visited, a.thumbnail:hover{
	text-decoration: none;
	color: #593f29;
}

.formattable {
	vertical-align: top;
	border: 0px;
	font-size: 14px;
}

.displaytable {
	spacing: 10px;
	vertical-align: top;
	valign: top;
	text-align: left;
	border: medium groove #808080;
}

td.displaytable {
	vertical-align: top;
	valign: top;
	text-align: left;
	padding: 5px;
	border:  thin groove #808080;
	font-size: 13px;
}

ul.listing {
	margin:14px; 
	padding:0; 
	list-style:none;
}

li.listing {
	list-style-type: none;
	list-style-image: url(graphics/bullet.gif);
	list-style-position: outside;
  margin:0px; 
	padding:0px; /* left padding for bullet image */
	font-size: 13px;
}

h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	text-indent: 30px;
	text-align: left;
	vertical-align: text-top;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 1px;
}

h1.green {
	background-image: url(./graphics/h1green.jpg);
	color: #173626;
	border: thin solid #173626;
	background-color: #b2f2d8;
}

h1.purple {
	background-image:  url(graphics/h1purple.jpg);
	color: #4c1a48;
	border: thin solid #4c1a48;
	background-color: #dda7d9;
}

h1.olive{
	background-image:  url(graphics/h1olive.jpg);
	color: #25370e;
	border: thin solid #25370e;
	background-color: #b3d38a;
}

h1.magenta{
	background-image:  url(graphics/h1magenta.jpg);
	color: #000000;
	border: thin solid #000000;
	background-color: #d50054;
}

.frame {
  border: thick ridge #555555;
}

td.thumbnail {
	background-position: center top;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

img.thumbnail {
  border: 1px solid #000000;
  vertical-align: top;
}

td.sold {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	vertical-align: top;
	valign: top;
	text-align: left;
	padding: 5px;
	border:  thin groove #808080;
}