*{
  color: #e8dedc;
}
body {
  text-align:center;
  background-image: url(/images/background.jpg);
  background-repeat: repeat-x;
  background-color: #462108;
  font-family: Arial;
  font-weight: bold;
}

#container{
  position:relative; 
  width:100%;
  min-height: 100%;
  padding-bottom: 152px;
  text-align: center;
  background-image: url(/images/shadow/backgroun_test.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
* html #container {
  height: 100%;
}

#frame {
    width:1020px;
    height: 600px;
    padding:0px;
   	margin: 0 auto;
    text-align:left;
    position: relative;
}

#shadow {
  top: 692px;
  left: 0px;
  position: absolute;
  width:1030px;
  background-image: url(/images/shadow/bg.jpg);
  height: 44px;
  padding:0px;
  z-index: 1;
}

#BOTTOM {
  top: 704px;
  position: absolute;
  width:1020px;
  height: 173px;
  padding:0px;
  z-index: 2;
  background-image: url(/images/shadow/bottom.jpg);
  background-repeat: no-repeat;
}
#FOOTER {
  top: 754px;
  position: absolute;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	padding-left: 100px;
	border:0;
	width: 1020px;
  height: 39px;
  font-size: 10px;
	z-index: 3;
}

#FOOTER a, #FOOTER a:visited {
  font-size: 10px;
  text-decoration: none;
  color: #e8dedc;
}

#FOOTER a:hover, #FOOTER a:hover:visited {
  font-size: 10px;
  text-decoration: underline;
  color: #e8dedc;
}
p,h1,pre {
  margin:0px 0px 10px 0px;
  }
  
h1 {
  font-size:18px;
  padding-top:10px;
  }
  
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
  }

#contentright p { font-size:10px}



#background_photo {
  top: 45px;
  left: 29px;
  position: absolute;
  width:970px;
  background-image: url(/images/backgrounds/main.jpg);
  background-repeat: no-repeat;
  height: 690px;
  padding:0px;
  z-index: 3;
}

#orderOnline{
  top: 246px;
  left: 706px;
  height: 160px;
  width: 195px;
  position: absolute;
  z-index: 5;
  /*display: none;*/
}

.foodFrame{
  background-image: url(/images/food_frames/frame.png);
  background-repeat: no-repeat;
  padding: 26px 0px 0px 27px;
}

#foodFrame_1{
  top: 328px;
  left: 92px;
  height: 160px;
  width: 195px;
  position: absolute;
  z-index: 5;

}

#foodFrame_2{
  top: 328px;
  left: 290px;
  height: 160px;
  width: 195px;
  position: absolute;
  z-index: 5;
}

#foodFrame_3{
  top: 488px;
  left: 92px;
  height: 160px;
  width: 195px;
  position: absolute;
  z-index: 5;
}

#foodFrame_4{
  top: 488px;
  left: 290px;
  height: 160px;
  width: 195px;
  position: absolute;
  z-index: 5;
 }

#navigation{
  top: 303px;
  left: 710px;
  height: 160px;
  width: 195px;
  position: absolute;
  z-index: 5;
  }

#navcontainer
  {
  }

  ul#navlist
  {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  }

  ul#navlist li
  {
  display: block;
  margin: 0;
  padding: 0;
  }

