BODY { 
  background: #7f7;
  font-family: helvetica, sans-serif;
}

P { padding-left: 50px; }
BODY > UL { padding-left: 60px; }

H2 { 
  border-bottom: solid 2px #252; 
  width: 500px; }

H3 { 
  border-bottom: solid 1px #252;
  width: 350px; }

H4 {
  border-bottom: dotted 1px #252;
  width: 300px; }

#container{ 
  width: 800px;
  margin-left:  auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;

  background:   white;  
}


#menu, #main, #footer{
  padding-right: 30px;}

#menu, #footer{
  padding-left: 30px;}

#menu{
  font-size: 120%;
  line-height: 150%;
  width: 6em;
  float: left;}

#menu H1{
  font-size: 120%;
  border: 1px solid #888;
  text-align: center; }

#menu UL {
  width: 0px;
  padding: 0px;
  margin-left: 0px;
  list-style-position: inside;
  list-style-type: none;}

#menu UL LI {
  padding-left: 0px;
  width:6em; }

#menu UL LI.active {
      background: #7f7; }

#menu UL UL{
      margin-left: 16px; }

#menu UL UL LI{
      font-size: 90%; }

#main{ 
  line-height: 150%;
  padding-bottom: 1em;
  margin-left: 14em; }

ADDRESS{
  clear: both;
  padding-top: .3em;
  border-top: solid 2px #252;}

A { text-decoration: none;
    color: #252; }

A:active { color: red; }
A:hover { color: red; text-decoration: underline; }

#title-img {
  text-align: center; }
