* {
  font-family: Georgia, Times, serif;
}

body {
  padding: 24px 24px 0px 24px;
  background-color: #a41;
  margin: 0px;
  color: #d90;
}

#page-content {
  background-color: #fff;
  border: 1px solid black;
  padding: 12px;
  color: #000;
  width: 875px;
}

#right-side {
  float: right;
  width: 540px;
  display: inline;
  margin-left: 10px;
}

#left-side {
  /* float: left; */
  width: 300px;
  display: inline;
  margin-right: 10px;
}

#header {
  text-align: center;
}

#footer {
  text-align: center;
  clear: both;
}

.section {
  display: inline;
}

#notice {
  width: 85%;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #000;
  background-color: #ec6;
}

#notice .timestamp {
  font-size: small;
  color: #a41;
  text-align: right;
}

a:link {
  color: #d90;
}

a:visited {
  color: #a90;
}

a img {
  border: none;
}

a.footnote {
  color: #f00;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted #f00;
}

a.phone {
  font-size: large;
}

h1 {
  font-size: 28pt;
  margin-bottom: 0px;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

#anti-spam {
  display: none;
}

table tbody tr td {
  text-align: left;
}

#page-content p {
  text-align: left;
}

#logo {
  text-align: center;
}

#reviews {
  text-align: left;
}

#reviews blockquote {
  margin: none;
}

#menu-section th {
  margin-top: 0.5em;
  text-align: left;
}

.food-menu {
  text-align: left;
}

