html,body {
  margin:0 0 1px 0;
  height:100%;
} 

a { 
  text-decoration: none;
  color: #7a0000;
  font-weight: bold;
}

a:hover { 
  color: #d50000;
}

body { 
  margin: 0;
  width: 100%;
  font-family: Verdana,Helvetica,sans-serif;
  background-color: white;
  color: black;
}

#contents { 
  position: absolute;
  left: 240px;
  right: 280px;
  top: 125px;
  padding-bottom: 80px;
  line-height: 1.5em;
  max-width: 600px;
  font-size: 14px;
  z-index: 5;
}

#contents h1 { 
  font-size: 21px;
}

#contents h4 { 
  margin-bottom: 5px;
}

.contentsimg { 
  margin: 8px;
}

#menu { 
  position: fixed;
  left: 0px;
  top: 120px;
  z-index: 4;
}

.catopen {  
  position: relative;
  left: 37px;
  top: 2px;
  width: 210px;
  height: 35px;
  text-align: right;
}

.menutop {
  width: 250px;
  height: 43px;
  position: relative;
  left: -37px;
  background-image: url(/img/menu_top.png);
  background-repeat: none;
}

.menucontent {
  margin-top: -5px;
  width: 250px;
  position: relative;
  left: -37px;
  background-image: url(/img/menu_mid.png);
  background-repeat: repeat-y;
}

.menucontent ul { 
  position: relative;
  left: 37px;
  width: 210px;
}

.menucontent ul li { 
  text-align: right;
  font-size: 12px;
  height: 18px;
}

.menubtm { 
  width: 250px;
  height: 18px;
  position: relative;
  left: -37px;
  background-image: url(/img/menu_btm.png);
  background-repeat: none; 
}

.catclosed { 
  background-image: url(/img/menuitem_closed.png);
  background-repeat: none;
  width: 210px;
  height: 35px;
  text-align: right;
	overflow: hidden;
}

#menu ul li a {
  position: relative;
  top: 7px;
  right: 20px;
}

#menu ul li { 
  margin-bottom: 5px;
}

#menu ul { 
  list-style-type: none;
  padding: 0;
  padding-bottom: 5px;
  padding-left:0;
  margin-left:0;
}

#menu li {
  padding-left:0;
  margin-left:0;
}

#logo { 
  position: fixed;
  z-index: 4;
  left: 9px;
  top: 11px;
}


#bg_clouds { 
  width: 100%;
  position: fixed;
  z-index: -2;
  left: 0px;
  top: 0px;
  width: 100%;
}

#bg_leafes {
  width: 100%;
  position: fixed;
  z-index: -2;
  left: 0px;
  top: 0px;
  width: 100%;
}

#bg_btm { 
  position: fixed;
  z-index: -3;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

#lang { 
  position: fixed;
  right: 25px;
  top: 18px;
  z-index: 4;
}


#boxcolumn { 
  position: fixed;
  right: 10px;
  top: 120px;
  z-index: 4;
}

.box { 
  width: 250px;
}

.boxtop h4 {
  color: #7a0000;
  font-weight: bold;
  position: relative;
  left: 33px;
  width: 200px;
  top: 10px;
}

.boxtop {
  width: 250px;
  height: 43px;
  background-image: url(/img/box_top.png);
  background-repeat: none;
}

.boxcontent {
  width: 250px;
  background-image: url(/img/box_mid.png);
  background-repeat: repeat-y;
}

.boxbtm { 
  width: 250px;
  height: 18px;
  background-image: url(/img/box_btm.png);
  background-repeat: none; 
}


#newsbox p { 
  margin: 0;
  width: 220px;
  position: relative;
  left: 15px;
  color: red;
}

.deentry { 
  margin: 0;
  width: 220px;
  position: relative;
  left: 15px;
  font-size: 0.9em;
}

.deentry .date { 
  padding-top: 5px;
  font-size: 9px;
  text-align: right;
}

.deentry .title a { 
  text-decoration: none;
  color: #7a0000;
  font-weight: bold;
  font-size: 12px;
}

.deentry .teaser { 
  font-size: 10px;
}


#business_hours p { 
  margin: 0;
  width: 220px;
  position: relative;
  left: 15px;
  font-size: 0.8em;
}


#gbcurrentpage {
  font-size: 1.1em;
}



#openinghours tr td { 
  padding: 0;
  margin: 0;
}

.gbpics { 
  float: right;
  width: 128px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gblinks { 
  text-align: center;
}

.gbentry { 
  border-top: 1px solid #3c4639;
  padding-bottom: 20px;
  clear: both;
}

.gbdate { 
  font-size: 9px;
  font-weight: bold;
  float: right;
  margin-right: 10px;
}

.gbauthor { 
  font-style: italic;
  margin-left: 10px;
}

.gbtitle { 
  margin-left: 10px;
  font-weight: bold;
}

.gbcontent { 
  margin: 10px;
}

.filename { 
  font-weight: bold;
}

.filecaption { 
  font-size: 0.9em;
}

.help { 
  font-size: 0.9em;
}

#gal { 
  position: absolute;
}

.galimg {
  margin: 10px;
  position: absolute;
  width: 140px;
  height: 140px;
  text-align: center;
}

.imgcont { 
  background-color: #41473e;
  border: 1px solid black;
  width: 140px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
}

.imgcont a { 
}

.imgcont a img { 
}

.nosh {
  display:none;
}

#sociallinks {
  padding-top:20px;
  padding-left:50px;
}

#sociallinks img {
    display:inline;
}
