/* Style sheet */


body {

  color:#3F0408;

  background-image: url(pics/wood.jpg);

  background-repeat: repeat-y;

  background-color: #cc9933;

  background-position:0px 0

  background-position:top;

  font-family: serif;

  font-size:14px;
 
margin:0; 
padding:0; 
height:100%; 


  }

h1 {

  color: #3f0408;

  font-size:18pt;

  font-style:bold;

  text-align:center;

  }

  

 h2 {

  color: #3f0408;

  font-size:16pt;

  font-style:bold;

  text-align:center;

  }

  

  h3 {

  color: #3f0408;

  font-size:14pt;

  font-style:bold;

  }

  div.border{
  background-color:#cc9933;
  position:relative;
  top:15px;
  width:864px;
  height:100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

 div.header{

  background-image: url(pics/wood-panel.jpg);

  background-repeat: no-repeat;

  background-position:top;

  background-color:#ffffff;

  position:absolute; top:0px; left:195px;

  width:743px; height:222px; 

  }
  
  a:link { color: #993300; text-decoration: none }

  a:active { color: black; text-decoration: none }

  a:visited { color: #993300; text-decoration: none }

  a:hover { color: #cc6600; text-decoration: none }

  
  a.side:link { color: #cc9933; text-decoration: none;}

  a.side:active { color: black; text-decoration: none;}

  a.side:visited { color: #cc9933; text-decoration: none;}

  a.side:hover { color: #ffcc00; text-decoration: none;}


div.side{

 color:#cc9933;

 position:relative; 
 
 top:160px; 
 
 left:5px;

 width:170px;

 font-size:18pt;

 text-align:center;

 font-style:bold;

 

 }
 
 table{
 font-size:16px;
 }
 
div.body{
 position:absolute; 
 top:220px; 
 left:220px;
 width:700px;
 }
