body {
  background: URL(../restaurant-images/background.gif) #fff repeat-x 0% 0%;
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  letter-spacing: 0.005em;
  margin: 0;
  padding: 0;
  position: relative;
}
img {
  border: 0;
}
a {
  text-decoration: underline;
  color: #006;
  outline-style: none;
}
h1 {
  font-size: 14px;
  margin: 0 25px;
  padding-top: 12px;
  color: #fff799;
}
h2 {
  color: #006;
  font-size: 28px;
  font-style: normal;
  margin: 0 auto;
  padding: 12px 0 6px 0;
  text-align: center;
}
h3 {
  font-size: 16px;
  font-style: normal;
  margin: 10px 0 3px 0;
  text-align: center;
}
h4 {
  color: #003;
  font-size: 13px;
  margin: 3px 0;
  text-align: center;
}
hr {
  border: 1px solid #000;
  margin: 0;
  padding: 0;
}
#mainArea {
  margin: auto;
  position: relative;
  width: 900px;
}
#head {
  background: URL(../restaurant-images/fade.jpg) no-repeat 400px 0;
  height: 150px;
  margin: 0px auto !important;
  width: 900px;
}
#floatRight {
  display: inline;
  float: right;
  margin-top: -140px;
  position: relative;
  width: 540px;
}
#floatLeft {
  display: inline;
  float:left;
  margin-top: -100px;
  position: relative;
  width: 360px;
}
#opening-hours {
  background: #fff799;
  border: 1px solid #aba000;
  color: #000;
  float: right;
  font-size: 11px;
  margin-bottom: 60px;
  margin-right: 25px;
  padding: 4px 3px;
  width: 170px;
}
#reservations {
  background: #fff799;
  border: 1px solid #aba000;
  clear: both;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 20px auto;
  padding: 4px 3px;
  text-align: center;
  width: 460px;
}
#phoneNumber {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
#reservations div {
  border-bottom: 1px solid #fff468;
  clear: both;
  display: block;
}
span.day {
  font-weight: bold;
}
span.times {
  float: right;
  font-weight: bold;
}
.closed {
  color: #9d0a0e;
  font-weight: bold;
}
#content {
  clear: both;
  margin: auto;
}
#mainTextHead {
  background: URL(../restaurant-images/menu-top.gif) no-repeat 0% 100%;
  height: 9px;
  margin: auto;
  width: 460px;
}
#mainText {
  background: #bff17a;
  font-size: 12px;
  font-style: italic;
  margin: 0 auto;
  min-height: 250px;
  width: 460px;
  text-align: center;
}
#mainText p {
  display: block;
  margin: 4px 15px;
}
#mainText p.homepage {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin: 4px 15px;
}
#mainTextFoot {
  background: URL(../restaurant-images/menu-bottom.gif) no-repeat;
  height: 10px;
  margin: auto;
  width: 460px;
}
#logo {
  margin: auto;
  width: 310px;
}
#navigation {
  margin: 15px auto;
  width: 150px;
}
#navigation ul {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
#navigation ul li {
  background: URL(../restaurant-images/italian-tabs.gif) transparent no-repeat 0 0;
  display: block;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  margin-bottom: 12px;
  text-align: center;
  width: 150px;
}
#navigation ul li a:link, #navigation ul li a:visited {
  width: 150px;
  height: 34px;
  color: #006;
  display: block;
  text-decoration: none;
  background: URL(../restaurant-images/italian-tabs.gif) transparent no-repeat 0 -34px;
  text-align: center;
}
#navigation ul li a:hover {
  background: URL(../restaurant-images/italian-tabs.gif) transparent no-repeat 0 -68px;
}
#footer {
  clear: both;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  padding: 0;
  padding-top: 20px;
  text-align: center;
  width: 900px;
}
#footer a {
  color: #009;
  text-decoration: none;
}
#footer p {
  color: #666;
  font-size: 10px;
  margin-top: 10px;
}
#footer p.address {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}