html
{
  height: 100%;
  min-height: 100%;
}


body    
{ 
  background: #AA3A08; 
  color: #5B1B00; 
  margin: 0; 
  padding: 0; 
  font: 70% arial; 
  position: relative;
  line-height: 1.2;
  height: 100%;
  min-height: 100%;
  padding-top: 40px;
}

#page
{
  
  width: 808px;
  
  margin: 0 auto 0 auto;
  background-color:rgb(255,218,119);
}

#header{
  width:808px;
  height:234px;
  background: url(../images/header.jpg) left top no-repeat;
}

#footer{
  width:808px;
  padding-top: 5px;
  height:4px;
  background: url(../images/footer.jpg) right bottom no-repeat;
  background-color: #AA3A08;
}


#page p{
  padding:5px 20px;
}
#page img{
  border:1px solid #AA3A08;
  padding:2px;
}
#page a{
  padding:0;
  margin:0;
  margin:5px 6px;
  _margin:0px 6px;
  float:left;
}

  .clear_both
  {
    clear: both;
  }

