*
  {
    padding:0;
    margin:0;
    border: 0px;
  }

html,body
  {
    height:100%;
  }
body
  {
    background-image:url('gfx/background.gif');
  }
a
  {
    outline:none;
    text-decoration:none;
  }
  
#Wrapper,#footer
  {
    margin:auto;
    width:990px;
    position: relative;
  }

#Wrapper
  {
    min-height: 100%;
    margin-bottom: -41px;
  } 

#header
  {
    padding:5px 40px;
    height:125px;
    background-image:url('gfx/header.png');
   }

.right
  {
    float:right;
  }

#small1
  {
    font-size:9.5px;
    font-weight:bold;
    font-family: Tahoma, Geneva, sans-serif;
    text-align:center;
    color:#4c1a0f;
  }
  
#linktop
  {
    padding:0px 40px;
    height:20px;
    background-image:url('gfx/menuline.png');
    font-family: Comic Sans MS, Comic Sans MS, cursive;
  }

#linktop ul
  {
    padding-right:10px;
  }
  
#linktop li
  {
    float:right;
    list-style:none;
    display:inline;
    padding:0px 11px;
    font-size:14px;
    font-weight:bold;
  }
  
#linktop li a
  {
    color:#fff;
  }

#linktop li a:hover,.gold
  {
    color:#ffd700;
  }
  
#main
  {
    padding:5px 40px 0px;
    color:#4c1a0f;
  }

h2,h3
  {
    text-align:center;
    font-family: Georgia, Georgia, serif;
  }
 
#pgallery
  {
    width: 910px;
    background-color:#000;
    margin-bottom:-8px;
  }
#text
  {
    text-align:justify;
    margin-bottom:20px;
    font-family: Comic Sans MS, Comic Sans MS, cursive;
    font-size:15px;
  }

  
#textright
  {
    width:270px;
    float:right;
    border:1px solid #4c1a0f;
    padding:5px 10px;
    color:#4c1a0f;
    background-image:url('gfx/brown.png');
    margin-bottom:40px;
   }

form
  {
    background-color:#4c1a0f;
    font-family: Comic Sans MS, Comic Sans MS, cursive;
    color:#fff;
    text-align: left;
    border: 1px solid #4c1a0f;
    width:140px;
    padding:10px 20px;
    margin-left:45px;
  }
  
input
  {
    padding: 0px 5px;
    margin-bottom:10px;
  }

.submit-button
  {
    font-family: Comic Sans MS, Comic Sans MS, cursive;
    font-weight:bold;
    background-color:#ffd700;
    color:#4c1a0f;
    width:80px;
    margin-left:30px;
  }

#textleft
  {
    
    width:590px;
    padding:0px 10px;
    
  }
#address,#hours,#contact
  {
    text-align: center;
  }
#hours,#contact
  {
    float:right;
    width:303px;
  }
  
#contact
  {
    background-image:url('gfx/brown.png');
  }
#clearfooter
  {
    height: 41px;
    clear: both;
  }

#footer
  {
    height:40px;
    background-image:url('gfx/foot.png');
  }

#footer li
  {
    display:inline;
  }
  
#footer li a
  {
    float:right;
    padding:24px 50px 2px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    color:#fff;
  }