  body {
    background-image: url('woodbg.jpg');
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    }

  #top {
    display: block;
    width: 170px;    
    width: 100%;
  }

  #title {
    float: left;
    display: block;
    height: 150px;    
    font-family: futura, helvetica, arial, sans-serif;
  }
  
  #title h1 {
    margin-top: 30px;
    margin-left: 30px;
    padding: 0px;
  }
  
  #logo {
    float: left;
    display: block;
    border-right-style: solid;
    border-width: 1px;
    width: 170px;
    height: 150px;
    
  }

  #middle_left {
    float: left;
    display: block;
    width: 170px;
    height: 60px;
  }
  
  #menu {
    display: block;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    width: 100%;
    height: 60px;
  }

  #middle {
    clear: both;
    display: block;
    width: 100%;    
    
  }
  




#middle_left {
    border-right-style: solid;
    border-width: 1px;
    }
    
  #about, #intro, #portfolio, #order_contact {
    display: block;
    float: left;
    border-right-style: solid;
    border-width: 1px;
    width: 130px;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-family: futura, helvetica, arial, sans-serif;
  }  
  
  
  #about:hover, #intro:hover, #portfolio:hover, #order_contact:hover {
    color: white;
    background-color: #752503; 
  }  
  
  #about_page #about, #about_page #about:hover
  {
    color: white;
    background-color: black; 
  }
  
  
  #intro_page #intro, #intro_page #intro:hover
  {
    color: white;
    background-color: black; 
  }

  
  
  #portfolio_page #portfolio, #portfolio_page #portfolio:hover
  {
    color: white;
    background-color: black; 
  }
    
    
  #order_contact_page #order_contact, #order_contact_page #order_contact_ideas:hover
  {
    color: white;
    background-color: black; 
  }
    

#bottom
{
    clear: both;  
    width: 100%;
    height: 100%;
}

#bottom_left
{
  float: left;
  width: 170;
  height: 100%;
  border-right-style: solid;
  border-width: 1px;  
}
  
  #content 
  {
    position: absolute;
    left: 170px; 
    display: block;    
    height: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 50px;
    font-family: futura, helvetica, arial, sans-serif;

  }
  

H1 
{
     font-size: 80px;
     font-family: futura, helvetica, arial, sans-serif;
 
}
  
