body
{
	background: #FFF;
	color: #000;
	margin: 10%;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
}

#wrapper {
  
}

div#masthead {
  display: none;
}

div#content {
  float: none;
}

div#sidebar	{
  display: none;
}

div#footer {
  display: none;
}

div#subnav {
  display: none;
}

div.spacer {
  clear: both;
}

ul.noindex {
  margin:0;
  padding:0;
}

ul li {
  margin-top: 1em;
}

a:link, a:visited  { 
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}



p { font-size: 1em; line-height: 1.5em;}

.small {  font-size: .8em;}
.tiny {  font-size: .7em;}
.slate {  color: #7C9A9E}

/* Thumbnail */

table.thumbs td {
  padding: 4px;
}

table.thumbs a img {
  border: 1px solid #999;
}


/* Full sized photos */

div.full {
  text-align: center;
}

  div.full img {
  border: 1px solid #999;  
  }

