/* Lay-outs */
body
{
  margin: 0;
  padding: 0;
  height: 100%;
}
img
{
  border: none;
}

#container
{
  margin: 5px auto;
  padding: 0 0 1px;
  width: 790px;
}

#header
{
  margin: 0 0 0;
  padding: 15px 10px 0;
}
#header h1
{
  margin: 10px 10px 0;
  padding: 0;
}

#content
{
  margin: 1em;
  margin-left: 170px;
  padding: 1em 2em 1em 2em;
  max-width: 50em;
  min-height: 42em;
}  

#content h2
{
  margin: 0.5em -1em 1em -0.5em;
}

#content ul
{
  padding-left: 1.5em;
}

#content li
{
  margin-bottom: 0.5em;
}

#content table,
#content tr,
#content td
{
  padding: 10px;
}

#content table img
{
  width: 120px;
}

#navcontainer
{
  margin: 0 2px;
  padding: 0 0 0 2px;
  float: left;
  width: 160px;
}

#navlist
{
  padding: 1px 0 0 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  margin-left: 2px;
  width: 150px; /*border: 2px dotted red;*/
}

#navlist li
{
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 1em;
}

#navlist a
{
  border-style: solid;
  border-width: 1px 1px 1px 1em;
  padding: 0.25em 0.5em 0.4em 0.75em;
  display: block;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

#navlist a
{
  width: 99%;
}

#navlist a
{
  voice-family: inherit;
  width: 9.6em;
}

#navcontainer > #navlist a
{
  width: auto;
}

#navlist a:hover, 
#navlist a#current:hover
{
  padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, 
#navlist a#current:active
{
  padding: 0.4em 0.35em 0.25em 0.9em;
}
