
html {
  height: 100%; }

body
{
  font-family: "GillSans-Light", "Gill Sans", "Lucida Grande", "Helvetica Neue", "Helvetica", Optima, Trebuchet, sans-serif;
  font-size: 10.5pt;
  margin-left: 50px;
  margin-right: 50px;
  height: 100%;
  background-color: #ccc;
  color: #000000;
}

#content
{
  max-width: 900px;
  background-color: #ffffff;
  padding-left: 12px;
  padding-right: 6px;
}

#nav
{
  font-family: "GillSans-Light", "Gill Sans", "Lucida Grande", "Helvetica Neue", "Helvetica", Optima, Trebuchet, sans-serif;
  font-size: 10pt;
  background-image: url(ot3.jpg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: black;
  color: white;
  padding-left: 394px;
  padding-right: 5px;
  max-width: 519px;
  padding-top: 10px;
  min-height: 234px;
  position: relative;
}

a { text-decoration: none; color: #889ca1; font-weight: 600; }
a:active { color: #777055; }
a:visited { color: #889ca1; }
a:hover, a:visited:hover { text-decoration: underline; }

#nav a
{
  text-decoration: none;
  color: #889ca1;
  font-weight: normal;
}
#nav a:active { color: #889ca1; }
#nav a:visited { color: #889ca1; }
#nav a:hover, #nav a:visited:hover { text-decoration: underline; }

#nav a.series
{
  font-weight: normal;
  font-style: italic;
}

#nav h1 
{
  font-weight: normal;
  position: absolute;
  bottom: 0px;
}

#nav h2
{
  font-weight: normal;
  margin-top: .25em;
}

#nav .info { font-size: smaller; }
.sitetitle { font-size: larger; }

h2
{
  font-family: "GillSans-Light", "Gill Sans", "Lucida Grande", "Helvetica Neue", "Helvetica", Optima, Trebuchet, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px dashed #D6D6D6;
  padding-top: 3px;
}

h3
{
  font-family: "GillSans-Light", "Gill Sans", "Lucida Grande", "Helvetica Neue", "Helvetica", Optima, Trebuchet, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
}

img { border-style: none; }

hr
{
  border: none;
  color: #D7D7D7;
  background-color: #D7D7D7;
  height: 1px;
width: 75%;
}

hr.faint {color: #fff; background-color: #fff; border: 1px dotted #D7D7D7; border-style: none none dotted; }

blockquote
{
  font-style: italic;
  color: #666;
  border: 1px dashed #666;
  padding: 2px;
}

