html {
  padding: 0;
  margin: 0;
  }
body {
 font-size: 80%;
 background: url('/laf/image/outside-colour.gif') #8D0000;
  }
.stretch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div#container, div#footer {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('/laf/image/stretch-content.gif');
  background-repeat: repeat-y;
  background-color: #FFF;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0px;
  width: 754px;
  border: 0;
  overflow: visible;
  }
#headerTop {
  width: 754px;
  height: 263px;
  background-image: url('/laf/image/top-logo.gif');
  }
table#coreLinks {
  display: inline;
  position: relative;
  top: 25px;
  left: 300px;
  font-family: Times New Roman, serif;
  font-size: 13px;
  color: #600;
  }
table#coreLinks a {
  text-decoration: none;
  color: #600;
  }
table#coreLinks a:hover {
  color: #D00;
  text-decoration: underline;
  }
table#coreLinks td {
  padding: 0 .3em;
  border-left: 11px;
  }
a#headerHomeLink {
  display: block;
  position: relative;
  top: 35px;
  left: 260px;
  width: 385px;
  height: 110px;
  /*border: black solid 1px;*/
  }
ul#crumbs {
  display: block;
  position: relative;
  top: 65px;
  left: 300px;
  width: 400px;
  margin: 0;
  border:0;
  padding:0;
  font-size: .8em;
  text-align: left;
}
ul#crumbs li {
  display: inline;
  margin-left: .5em;
}
ul#crumbs li a {
  text-decoration: underline;
  color: #600;
}
ul#crumbs li a:hover {
  color: #900;
}
h1#pageTitle {
  position: relative;
  top: 55px;
  left: 305px;
  width: 400px;
  }
div#contentNav {
  position: relative;
  top: 0;
  height: auto;
  background-image: url('/laf/image/stretch-content.gif');
  background-repeat: repeat-y;
  overflow: hidden; /* why does this affect ie7? */
  }
div#content {
  font-family: Arial, Helvetica,serif;
  background-image: url('/laf/image/bottom-dancers.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
  top: 0;
  padding:0;
  border: 0;
  margin:0;
  margin-right: 50px;
  width: 490px;
  height: auto;
  float: right;
  color: #000;
  text-align: left;
  overflow: visible;
  }
* html div#content {
  margin-right: 30px;
  }
div#content a {
  color: #600;
  }
div#content a:hover {
  color: #C00;
  }
h1 {
  font-size: 1.5em;
  color: #333;
  }
h2, h3 {
  color: #444;
  }
div#navBar {
  float: left;
  width: 170px;
 /* border: black solid 1px;*/
  color: #600;
  }
div#navBar ul {
  list-style-type: none;
}
div#navBar li {
  display: block;
  margin: 0 0 20px -20px;
  padding: 0;
  padding-left: 0;
  border: 5px;
  line-height: 1.1em;
  font-family: Times New Roman, serif;
  font-size: 14px;
  font-weight: bold;
  color: #800;
  text-decoration: none;
  }
div#navBar li a {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: normal;
  color: #800;
  text-decoration: none;
  font-style: normal;
  font-family: Times New Roman, serif;
  }
div#navBar li a:visited {
  color: #600;
  }
div#navBar li a:hover {
  color: #F00;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-family: Times New Roman, serif;
  text-decoration: underline;
  }
div#navBar li:hover {  }

div#footer {
  background-image: url('/laf/image/bottom-bar.gif');
  height: 35px;
  margin: 0 auto;
  margin-bottom: 10px;
  }
div#footer div {
  font-family: Arial, Helvetica,sans-serif;
  font-size: .9em;
  position: relative;
  top: 1.7em;
  left: 75px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: .6em;
  text-align: center;
  color: #FCC;
  }
div#footer div a {
  color: #FCC;
  }
div#footer div a:hover {
  color: #FFF;
  }
div.thumb {
  float: left;
  position: relative;
  top: 2px;
  left: 3px;
  height: 180px;
  width: 150px;
  text-align: center;
  overflow: hidden;
  border: 0;
  border-left: 1em transparent solid;
}
* html div.thumb {
  border-left: 0;
  padding-left: 1em;
}

div.thumb a {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  color: #4d687a;
  text-decoration: none;
  border: none;
  }
div.thumb a img, div#content img {
  border: 0;
  text-decoration: none;
}

ul#siblingLinks {
  text-align: center;
  padding: 0;
  border: 0;
  list-style-type: none;
  margin: 0 0 0 5px;
}

ul#siblingLinks li {
  display: inline;
  padding: 0 5px 0 0;
}

dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 7px;
}

dd {
  margin-bottom: 10px;
}

table#bookingForm td {
  border-bottom: dotted 1px #ccc;
}