/* CSS Document */
/*Layout and layout graphics by Beth Lorenz (C) 2010 */

BODY {
      background-color : #67361F;
      background-image: url(graphics/woodbg.jpg);
      background-repeat: repeat-y;
      background- 
      font-family : Arial, Helvetica, sans-serif;
      font-size: 12px;
      color : #000000;
      margin: 0px; 
      }


a:link, a:active,  a:visited {
color:#226E1A;
text-decoration:none;
font: bold;
}

a:hover {
color:#226E1A;
text-decoration:underline;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
color: #000000;
} 

#nav-menu li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu li a
{
background: #226E1A;
height: 2em;
line-height: 2em;
float: center;
width: 6em;
display: block;
border: 0.1em solid #000000;
color: #000000;
text-decoration: none;
text-align: center;
font-family : Arial, Helvetica, sans-serif;
} 

#nav-menu
{
width:900px
align:center
}      

.Content {/*this is the main content area*/
    background: #226E1A;
    color: #000000;
    padding: 5px; 
    width: 900px;
    border: 5px solid #000000; 
    font-family : Arial, Helvetica, sans-serif;
    font-size: 14px;
    }

.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #FFFFFF;
  color : #000000;
  font-size: 12px;
  padding : 10px;
  margin: 2px;
  border-color : #000000;
  border-style : solid;
  border-width : 2px;
  font-family : Arial, Helvetica, sans-serif;
  }