body {
  margin-top: 15px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 10pt;
  line-height: 18px;
  color: #333333;
  min-width: 830px;
  height: 100%;
  overflow-y: auto;
  background: #9A8459;
}

/* sections */

#wrapper {
  width: 825px;
  margin: 0 auto;
  text-align: left;
  background: #9A8459;
}
#menu {
 float: left;
 width: 821px;
 height: 39px;
 margin-top: 3px;
 }
#mapColumn {
 float: left;
 width: 820px;
 height: 470px;
 border-top: 2px solid #58585a;
 border-left: 2px solid #58585a;
 border-right: 2px solid #58585a;
 border-bottom: 0px solid #58585a;
}
#mainColumn {
 float: left;
 width: 820px;
 border-top: 2px solid #58585a;
 border-left: 2px solid #58585a;
 border-right: 2px solid #58585a;
 border-bottom: 0px solid #58585a;
 background: url('images/side_images/useful_info_rhino.jpg') #CCCCCC no-repeat right bottom;
}
#leftColumn {
 float: left;
 width: 194px;
 margin-top: 12px;
 background: #CCCCCC;
}
#bodyColumn {
 float: left;
 text-align: justify;
 width: 450px;
 margin-top: 15px;
 padding: 15px 15px 45px 15px;
 background: #FFFFFF;
}
#rightColumn {
 float: right;
 width: 137px;
 margin-top: 15px;
}
#sidepic {
width: 180px;
padding-left: 6px;
}
#sidemenu {
width: 137px;
padding: 15px 0px 0px 0px;
}
#leftGallery {
 float: left;
 width: 195px;
 margin-top: 70px;
 background: #CCCCCC;
}
#rightGallery {
 float: right;
 width: 135px;
 margin-top: 15px;
 }
#footer {
  width: 100%;
  clear: left;
  height: 39px;
  text-align: center;
  font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #737373; 
  line-height: 12px;
  margin-left: -1px;
  padding: 0px 0px 0px 0px;
  background: url('images/pilanesberg_footer.jpg') #9A8459 no-repeat bottom;
}

/* text */

.pageheader {
font: 24px "Trebuchet MS", Verdana, Arial, sans-serif;
color: #99CC00;
display: block;
}
.pagetitle {
font: 18px "Trebuchet MS", Verdana, Arial, sans-serif;
color: #666666;
line-height: 22px;
}
.title {
font: 15px "Trebuchet MS", Verdana, Arial, sans-serif;
color: #666666;
line-height: 15px;
}
.download {
font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
color: #666666;
padding-bottom: 2px;
border-bottom: 1px solid #666666;
display: block;
}
.list {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 10pt;
line-height: 28px;
color: #999999;
}
.label {
font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
color: #999999;
}

/* links */

a:link {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #B4D338;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: none;
}
a.sidemenu:link {
font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
line-height: 30px;
color: #666666;
text-decoration: none;
}
a.sidemenu:active {
color: #666666;
}
a.sidemenu:visited {
font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
line-height: 30px;
color: #666666;
}
a.sidemenu:hover {
color: #FFFFFF;
}
a.footer:link {
font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
line-height: 15px;
color: #999999;
text-decoration: none;
}
a.footer:active {
color: #999999;
text-decoration: none;
}
a.footer:visited {
color: #999999;
text-decoration: none;
}
a.footer:hover {
color: #666666;
text-decoration: none;
}