html, body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body {
  color: black;
  font-size:100%;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
}
.js #centrebox {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #cc6600;
  margin: 0.5em 0;
}
h4, h5, h6 {
  font-style: italic;
}
h2 {
  border-top: 1px solid #cc6600;
  border-right: 1px solid #cc6600;
  margin-bottom: 2em;
}
p {
  margin: 0.5em 0 1.5em;
}
#nav {
  position: absolute;
  z-index: 100;
  left: 50px;
  bottom: 0px;
  width: 180px;
  padding: 20px 0px 35px;
  background-image:url('../images/bg_60pc_black.png');
  text-align: center;
  color: white;
  line-height: 2;
}
#nav a {
  color: white;
  text-decoration: none;
}
#nav a:hover, #nav a:focus {
  font-weight: bold;
}
.current {
  font-weight: bold;
  font-size: 120%;
}
#share {
  position: absolute;
  z-index: 2000;
  bottom: 10%;
  right: 0px;
  width: 32px;
}
#share:hover {
  width: 107px;
}
#share img {
  border-style: none;
  width: 107px;
  height: 32px;
}
#share img:hover {
  border: 2px solid white;
  width: 103px;
  height: 28px;
}
#pages {
  position: absolute;
  z-index: 101;
  overflow: auto;
/*now sort out that ridiculous IE6(again)*/
  overflow-x: hidden;
  height: 100%;
  left: 230px;
  right: 0px;
}
#centrebox {
  padding: 40px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image:url('../images/bg_90pc_white.png');
}
#centrebox a {
  text-decoration: none;
}
#section_nav ul {
  color: #cc6600;
  list-style-position: inside;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 30px;
  list-style-type: square;
}
#section_nav ul a {
  color: gray;
  text-decoration: none;
}
#section_nav ul a:hover, #section_nav ul a:focus {
  color: #cc6600;
  font-weight: bold;
}
#section_nav ul .current {
  color: #cc6600;
}
.gallery{
  font-size: 0px;
  text-align: center;
}
.fancy_gallery img {
  border-style: none;
  width: 150px;
  height: 150px;
}
.fancy_gallery:hover img {
  border: 5px solid white;
  width: 140px;
  height: 140px;
}
#footer {
  display: none;
}

