body {
  margin: 0;
  font: 10.5pt Arial, Helvetica, sans-serif;
  color: black;
  background-color: #a7bb5c/*778c46*/;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
.copyright { 
  font-size: 8pt;
  font-style: italic;
  clear: both;
}
div.background {
  width: 100%;
  height: 650px;
  background: url(../images/sidebar.png) no-repeat 0px 0px;
}
.centred {
  text-align: center;
}
.hidden { 
  display: none;
}
div.banner {
  width: 100%;
  height: 90px;
  background: url(../images/title.png) no-repeat 140px 20px;
}
img.banner { 
  margin: 10px;
  margin-right: 50px;
  height: 90px;
  float:right;
}
.navbutton {
  background-color: #778c46;
  font-weight: bold;
  color: white;
}
.bignavbutton {
  background-color: #778c46;
  font-weight: bold;
  font-size: 18pt;
  color: white;
}
.topmenu {
  /* dodge the bamboo */
  margin-left:140px;
}
.separator { 
  background: white;
  clear: both;
  height: 1px;
}
.menubar { 
}
h1 {
  font-size: 18pt;
  text-align: center;
}
.inlineh1 {
  font-size: 18pt;
  font-weight: bold;
  margin-left: 1em;
  margin-right: 1em;
}
h2 {
  font-size: 15pt;
  text-align: center;
}
.text {
  margin-left: 190px;
  margin-right: 7%;
  padding: 1em;
}
.floatr { 
  float:right;
  margin: 1em;
}
.floatl { 
  float:left;
  margin: 1em;
}
div.pagenav { 
  clear: both;
  text-align: center;
  margin-top: 1em;
  border-top: 1px solid #fbfed6;
}
/* Galleria */
.gallery {
  margin-left: 120px;
  margin-right: 7%;
  padding: 1em;
}
.caption {
  color: black;
  font-weight: bold;
  font-style: italic;
  margin-top: 0.5em;
}
.gallery_list {
  width: 100%;
  margin-top: 2px;
}
.gallery_list li {
  width: 60px;
  height: 60px;
  border: 3px double #eee;
  margin: 0 2px 2px 0;
  background: #eee;
}
.gallery_list li.hover{
  border-color: #bbb;
}
.gallery_list li.active{
  border-style: solid;
  border-color: #222;
}
.gallery_list li div{
  left: 240px
}
.gallery_list li div .caption {
  font: italic 0.7em/1.4 georgia,serif;
}
.galleria_container {
  float: right;
  margin: 0 auto 60px auto;
  width: 750px;
}
.gallery_nav{
  text-align: center;
  margin-bottom: 2px;
}
#gallery_image { 
  margin-top: 10px;
}
#gallery_image img { 
  /*width: 730px; /* IE is too stupid to scale images proportionally */
}
