/* Style sheet */


body {

  color:#3F0408;

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

 background-repeat: repeat-y;
 
  background-color: #d3b23f;

  background-position:0px 0

  background-position:top;

  font-family: serif;

  font-size:14px;

  }

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.headleft{
 background-image: url(pics/topknot.jpg);

  background-repeat: no-repeat;

  background-position:top;

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

  width:252px; height:80px; }


 div.header{

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

  background-repeat: no-repeat;

  background-position:top;

  background-color:#ffffff;

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

  width:504px; height:234px; 

  }
  
  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: #d3b23f; text-decoration: none;}

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

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

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



div.side{

 background-position:top;
 
 color:#cc9933;

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

 width:252px;
 
 bottom:0px;

 text-indent:20px;
 
 font-size:18pt;

 font-style:bold;
}


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