@charset "utf-8";
/* CSS Document */

body {
  background: #ffffff;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  color: #9dcb3b;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: small;
  margin: 0px;
}

img {
  border: 0px;
}

#allcontent {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 100px;
  background: #9dcb3b;
  background-image: url(images/headerback_2.gif);
  background-repeat: repeat-x;
  margin: 0px;
}

#headerleft {
  float:left;
}

#headerright {
  float: right;
  text-align: right;
}

#navcontainer {
  text-align: center;
  padding-top: 5px;
}

#newswindow {
  text-align: center;
}
	
#slideshow {
  text-align: center;
  }

#footer {
  background: #9dcb3b;
  color: #478bca;
  font-weight: bold;
  height: 40px;
  margin-bottom: 0px;
  padding: 10px;
}

#footer a:link {
  color: #478bca;
}

#footer a:hover {
  color: #fff;
}

#footer a:visited {
  color: #a0cffb;
}

#footerleft {
  float: left;
}

#footerright {
  float: right;
  text-align: right;
}

#main {
  background: #fff;
  background-image: url(images/jungle.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0px;
}

#videoplayer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}


