html {
  background-color: #dddddd;
  background-image: url(/images/shoeAndDog.jpg);
  }
body {
  font-family: Verdana, Arial, sans-serif;
  background-color: #ffffff;
  width: 762px;
  margin: auto !important;
  text-align: center;
  }

.indexText {
  float: left;
  width: 530px;
  font-size: 18px;
  padding: 0 25px 25px 25px;
  }
.indexRolladay {
  float: right;
  text-align: center;
  border: 1px solid black;
  padding: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #632829;
  width: 160px;
  }
.indexRight {
  float: right;
  text-align: center;
  padding: 5px;
  margin: 25px 5px 0 0;
  color: red;
  width: 160px;
  border: 1px solid green;
  }

.menuFood {
  text-align: left;
  margin-left: 25px;
  font-size: 13px;
  width: 480px;
  float: left;
  }
.menuFoodCategory {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  }
.menuFoodPrice2 {
  margin-left: 50px;
  }  
.menuBeer {
  text-align: left;
  font-size: 12px;
  width: 250px;
  float: right;
  border-left: 2px solid #632829;
  padding-left: 5px;
  }
.menuBeer ul {
  margin: -15px 0 0 -25px;
  }

.linkImage a img {
  border: none;
  }
.linkName a {
  color: #632829;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  }
  
.guestSign a {
  text-align: right;
  font-size: 9px;
  font-weight: bold;
  padding: 0 15px 5px 0;
  color: #632829;
  float: right;
  text-decoration: none;
  }
.guestBook {
  margin-right: 10px;
  clear: both;
  }
.guestRow {
  vertical-align: top;
  text-align: left
  }
.guestImage {
  text-align: center;
  }
.guestImage img {
  border: 3px ridge #632829;
  padding: 2px;
  margin: 0 10px 0 10px;
  }
.guestInfo {
  background-color: #b9d5f1;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  }
.guestName {
  
  }
.guestDate {
  font-style: italic;
  color: gray;
  }
.guestText {
  margin-top: 15px;
  }
.guestNav, .guestNav a {
  width: 100%;
  font-size: 10px;
  text-align: center;
  padding-top: 10px;
  color: #632829;
  font-weight: normal;
  text-decoration: none;
  }
.guestNav {
  font-weight: bold;
  }

table.guestSign td {
  text-align: left;
  vertical-align: top;
  }

table.guestSign label {
  margin: 0 5px 0 15px;
  width: 130px;
  font-size: 11px;
  font-weight: bold;
  color: #632829;
  }

.infoFooter {
  clear: both;
  margin: 25px 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 11px;
  font-weight: bold;
  background-color: #632829;
  color: white;
  width: 762px;
  text-align: center;
  }
.navFooter {
  padding: 5px 0 5px 0;
  width: 762px;
  text-align: center;
  }
.navFooter a {
  font-size: 10px;
  color: #632829;
  text-decoration: none;
  }
.navFooter img {
  height: 15px;
  margin-bottom: -4px;
  }
.jrsFooter, .jrsFooter a {
  padding: 15px 0 5px 0;
  font-size: 9px;
  color: #c9c9c9;
  width: 762px;
  text-align: center;
  }
  
  