@import url(be.css);
body {
  background: #003f5f;
}
#header {
  background: #c7c7ff;
  background-image: url(images/gridbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60px;
}
#navigation address {
  color: #dfdfff;
}
#navigation div.menu {
  background: #c7c7ff;
}
head:first-child+body #navigation div.menu {
  background-image: url(images/gridbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#navigation div.menu a:hover {
  background: #dfdfff;
}
#main, #title {
  background: #c7c7ff;
}
#head:first-child+body #title {
#  background-image: url(images/gridbg.jpg);
#  background-attachment: fixed;
#  background-repeat: no-repeat;
#}
table.bookings {
  border-collapse: collapse;
  font-size: 80%;
  font-family: sans-serif;
  width: 400px;
}
table.bookings td, table.bookings th {
  padding: 4px;
  border: 1px solid black;
}
table.bookings caption {
  padding-bottom: 6px;
  font-style: italic;
  text-align: left;
}
td.center {
  text-align: center;
}

#shoplink {
  text-align: right;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: bold;
}

#shoplink a {
  color: #ee0000;
  text-decoration: none;
}

#shoplink a:hover {
  color: black;
  text-decoration: none;
}
