/*  border: 1px solid #8C0000;  */

body {
  margin: 0px;
  padding: 0px;
  background: #BF4D15; 
  color: #B84F13;
  font: normal 10px/16px Verdana, Arial, sans-serif;
}
a {
  color: #B84F13;
  background-color: transparent;
}
a:link, a:active, a:visited {
  text-decoration: underline;
}
a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
.title {
	font: bold 14px Verdana, Arial, sans-serif;
	color: #B84F13;
}
.dish {
	font: italic bold 13px Verdana, Arial, sans-serif
}
.price {
	font: bold 11px Verdana, Arial, sans-serif;
	color: #B84F13;
}
.description {
	font: 11px Verdana, Arial, sans-serif;
}
.description2 {
	font: bold 12px Verdana, Arial, sans-serif;
}
.childrens {
	font: 11px Verdana, Arial, sans-serif;
	text-align: center;
}
img {
  border: 0px;
}
img2 {
  border: 0px;
  float: right;
}
hr {
  width: 100%;
  height: 1px;
  border: 0px;
  color: #E0CD8B;
  background-color: #E0CD8B;
}
#holder {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 20px;
  width: 748px;
  background: #FFF9C5; 
  color: #B84F13;
  border: 1px solid #B84F13;
  
}

#top {
  position: absolute;
  top: 103px;
  left: 212px;
  height: 28px;
  padding: 0px;
  background-color: #E0CD8B;
  color: #B84F13;
  font: bold 16px/16px Lucida Sans Unicode, Arial, sans-serif;
}
#top a {
  float: right;
  padding-top: 2px;
  color: #B84F13;
  font: bold 16px/16px Lucida Sans Unicode, Arial, sans-serif;
  text-decoration: none;
}
#corner {
  position: absolute;
  left: 0px;
  top: 107px;
}
#random1 {
  position: absolute;
  left: 0px;
  top: 371px;
}
#random2 {
  position: absolute;
  left: 0px;
  top: 529px;
}

#content{
	float:right;
	width: 531px;
}

#text{
	padding: 0 15px 0 15px;

}
#bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  width: 685px;
  background: #FFF9C5; 
  color: #333333;
  font: normal 12px/16px Tahoma, Verdana, Arial, sans-serif;
}
#bottom a {
  float: right;
  margin-top: -16px;
  color: #333333;
  background-color: transparent;
}
#bottom a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}
a#home {
  background: url('images/home.gif') bottom center no-repeat;
}
a#home:hover {
  background: url('images/home2.gif') bottom center no-repeat;
}
a#contact {
  background: url('images/contact.gif') bottom center no-repeat;
}
a#contact:hover {
  background: url('images/contact2.gif') bottom center no-repeat;
}
a#about {
  background: url('images/about.gif') bottom center no-repeat;
}
a#about:hover {
  background: url('images/about2.gif') bottom center no-repeat;
}
a#menu {
  background: url('images/menu.gif') bottom center no-repeat;
}
a#menu:hover {
  background: url('images/menu2.gif') bottom center no-repeat;
}
a#events {
  background: url('images/events.gif') bottom center no-repeat;
}
a#events:hover {
  background: url('images/events2.gif') bottom center no-repeat;
}