
h1{
  margin-bottom: 20px;  
}
html{  
  background-image: url(../img/wall_3.jpg);
  background-position: left top;
  background-repeat: repeat;

}
body{

  font-size: 14px;

}



.haveHand{
  cursor: pointer;
  cursor: hand;
}

.mainTable{
  width: 85%;
  height:100%;
  min-width: 750px;
  max-width: 1200px;
}

.menuItem{
  height: 40px;
}
.menuItem:hover{
  background-color: #a9634c;
}
.menuEmptyItem{
  height: 28px;
}
.menuImage{
  width: 100%;
  max-width: 180px;
  height: 35px;
  border: 0px;
  margin-left: 20px;
}
.menuLink{
  width: 100%;
}
.mainTextsHolder{
  margin-left:    15px;
  margin-right:   15px;
  margin-top:     10px;
  margin-bottom:  15px;
  line-height: 130%;
}
.openHoursTextsHolder{
  margin-left:    15px;
  margin-right:   15px;
  margin-top:     10px;
  margin-bottom:  15px;
  line-height: 210%;
}
.copyright{
  line-height: 300%;
}

.link_to_mobile_site{
  color:graytext;
  float:left;
  width:15%;
  height:32px;
  text-align:right;
  background-image: url(../img/1264078148_pda_black.png);
  background-repeat: no-repeat;
  background-position: left;
}

