html {
  background-color: #0f0601;
  color: white;
  font: smaller "Trebuchet MS", "Helvetica", sans-serif;
  padding: 0 2.5em;
}

h2 {
  margin-left: -1em;
}

p {
  text-indent: 2em;
  line-height: 1.75em;
  /*letter-spacing: 0.1em;*/
  word-spacing: 0.25em;
}
div.nobreak {
  margin: 1.33em 0;
}
div.nobreak  p {
  margin: 0;
  padding: 0;
}
div.galleryitem  {
  padding: 1em;
}
div.galleryitem  hr {
  clear: left;
  visibility: hidden;
}
div.gallerythumb {
  float: left;
  margin: 1em 2em;
}

a:link, a:visited {
  background-color: transparent;
  /*color: #FC7A02;*/
  color: white;
  font-weight: bolder;
}

a:hover {
  text-decoration: none;
}

html>body *[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

a[href][title], html>body a *[title], .link {
  cursor: pointer;
}

a[href][rel~="External"], html>body a[href][rel~="External"] * {
  cursor: url("images/external.cur"), pointer;
  /*font-style: italic;*/
}

table { /*IE bug workaround*/
  font-size:100%;
}

#footer /*address*/ {
  /*font: smaller "Lucida Console", "Monaco", monospace;*/
  /*font-size: smaller;*/
  margin-top: 10em;
  text-align: right;
  clear: both;
}

#header{
  font-family: "Lucidia Console", "Courier New", "Monaco", monospace;
  padding: 15px;
  text-align: center;
  margin-bottom: 4em;
}

#nav {
  font-size: larger;
}

.float {
  float: right;
  margin: 0.5em;
}

.centre {
  text-align: center;
}
