html, body, div, img, p, ul, li, a img, blockquote, address
{ 
  margin: 0; 
  padding: 0;
  border: 0;
}

body 
{ 
  margin-top: 1px; 
  text-align: center;
  background-color: #F5DEB3; /* #59240A; */
}

div#container 
{
  margin: 0 auto;
  width: 750px; 
  text-align: left; 
}

/* This eliminates the space allocated by the browsers for the 
   descenders in the images accompanying text (if I had some). */
div#header img { display: block; }

div#menu 
{ 
  width: 160px;
  color: #FAF4E6;
  background-color: #6C1A0D;
  float: left;
  border-left: 2px solid #6C1A0D;
}

div#menu ul
{
  padding-top: 1em;
  list-style: none;
}

div#menu li 
{ 
  padding: 0.1em 0.75em;
  background-color: #6C1A0D;
  font-size: 1.25em;
  font-weight: bold; 
}

div#menu li ul
{
   padding-top: 0;
}

div#menu li li
{
   font-size: 0.8em;
   font-weight: normal; 
}

div#menu li#currentPage 
{ 
  display: block;
  color: #EACF82;
}

div#menu a
{
  display: block;
  color: #FAF4E6;
  text-decoration: none;
  white-space: nowrap;
}

div#menu a:hover { color: #EACF82; }

div#content 
{ 
  padding-bottom: 0.5em;
  width: 588px;
  float: left;
  background-color: #EACF82; 
  font-weight: bold;
  text-align: center
}

div#craftsmen
{
  margin: 0 auto;
  padding-top: 1.25em;
  text-align: left;
  width: 90%;
}

div#craftsmen blockquote
{
  font-size: 1.5em;
  font-style: italic;
}

div#craftsmen .attrib
{
  margin-top: 0.5em;
  text-align: right;
  font-size: 0.75em;
  font-style: italic;
}

div#content div#text
{
  margin: 1px auto;
  margin-top: 1em;
  text-align: left;
  width: 90%;
}

div#content p 
{ 
  margin-right: 5%;
  padding-top: 0.5em; 
  font-size: 1em;
}

div.contactOption
{
  width: 48%;
  float: left;
  text-align: left;
}

div.row
{
  clear: both;
  padding-top: 1em;
}

p.largerFirstChar:first-letter { font-size: 1.5em; }

div#content address { margin-top: 1em; font-style: normal; }

div#content img 
{ 
  margin: 0.5em 0.5em 0.5em 1em; 
  border: 2px solid #59240A; 
  float: right; 
}

div#content th 
{ 
  text-align: right; 
  vertical-align: top;
}

div#content div.hall { float: left; }

div#content span.hallCaption { display: block; margin: 0 0 0 1em; }

div#content div.hall img { float: none; }

span.reducedText { font-size: 0.75em }

span#prev
{
  float: left;
  display: block;
  padding: 0 5px;
}

span#next
{
  display: block;
  float: left;
  padding: 0 5px;
}

span#index
{
  display: block;
  float: right;
}

div#caption
{
  margin: 1em 0 0 0;
  text-align: center;
}

#wrapper { overflow: hidden; }

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
	
/* easy clearing */
#wrapper:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper
{
	display: inline-block;
}
/*\*/
#wrapper
{
	display: block;
}
/**/

div.spacer { clear: both; }

div#footer
{
  padding: 0.25em;
  text-align: center;
  color: #59240A;
  background-color: #F5DEB3;
  font-size: 0.75em;
  font-weight: bold;
  clear: both;
  border-style: solid;
  border-color: #F5DEB3; /*#EACF82;*/
  border-width: 4px 0 0 0;
}



a {
	font-family: verdana, arial;
	font-size: 11px;
	color: #6C1A0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}