/* Page layout */

body {
	background-color: white;
  background-repeat: repeat-y;
  margin: 0; padding: 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
}

a {
  color: rgb(96, 148, 208); /* rgb(130, 12, 36); for red */
}

#pagepic {
  position: absolute;
  z-index: 1;
}

h1 {
  text-align: right;
  margin: 0;
  background: url(../img/line.gif) no-repeat bottom right;
  padding: 28px;
}

#content {
  margin-left: 360px;
  margin-right: 32px;
  padding-top: 100px;
}

/* Navigation layout */

#nav {
  position: absolute;
  top: 300px;
  left: 24px;
  width: 216px;
}

#nav a {
  display: block; height: 28px;
  padding-left: 20px;
  background-repeat: no-repeat;
}

#nav a img {
  border: none;
  width: 138px; height: 14px;
}

#nav a.selected       { background-image: url(../img/selected.gif); }
#nav a:hover          { background-image: url(../img/hover.gif); }
#nav a.selected:hover { background-image: url(../img/selected.gif); }

#lang {
  border-bottom: solid gray 1px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/* Page-specific gubbins */

body#index         { background-image: url(../img/backgrounds/index.jpeg); }
body#accommodation { background-image: url(../img/backgrounds/accommodation.jpeg); }
body#programmes    { background-image: url(../img/backgrounds/programmes.jpeg); }
body#profile       { background-image: url(../img/backgrounds/profile.jpeg); }
body#bath          { background-image: url(../img/backgrounds/bath.jpeg); }
body#services      { background-image: url(../img/backgrounds/services.jpeg); }
body#contact       { background-image: url(../img/backgrounds/contact.jpeg); }

#schedule { width: 100%; table-layout: fixed; }
#schedule .first td { width: 6em; }
#schedule td,#schedule th { border: solid gray 1px}
#schedule td { text-align:center}

#bathmap {
  float: right;
  padding: 32px;
}



