body {
  padding: 0;
  margin: 0;
  background: url('img/bg.png') top repeat-x #526910;
  text-align: center;
  font-family: arial;
  font-size: 11pt;
  color: #000;
  }
h1 {
    padding-top: 0;
    margin-top: 0;
}
#wrap {
    margin: auto;
    background: url('img/forest.jpg') top center no-repeat;
}
#main_wrap {
    margin: auto;
  background: url('img/grass.png') bottom center no-repeat;
  padding: 0;
  
  }
#main {
    width: 1018px;
    margin: auto;
    padding-bottom: 20px;
    text-align: right;
}
#header {
  width: 1007px;
  height: 120px;
  margin: 0 0 0 auto;
  }
#header #logo {
  margin: 0; 
  text-align: left; 
}
#header #logo a {
  display: block;
  width: 155px;
  height: 108px;
  margin-top: 12px;
  margin-left: 21px;
  float: left;        
  background: url('img/logo.jpg') no-repeat;
  text-indent: -9999px;
  }
#top_menu {
  display:block;
  height: 35px;
  margin: 70px 5px 0 0;
  padding: 0;
  float: right;
  line-height: 35px;
  overflow: hidden;
  text-align: left;
  }
#top_menu li {
  display: inline;
  list-style: none;
  padding-left: 25px;
  padding-right: 25px;
  background: url('img/sep.png') right center no-repeat;
  }

#top_menu .menu-last {
    background: none;
}
#top_menu li a { 
  color: #fff;
  text-decoration: none;
  }
#top_menu li a:hover, #top_menu .menu-current a, #top_menu .menu-parent a {
  color: #fff;
  text-decoration: underline;
  }
  
#menu_banner {
  width: 1007px;
  height: 295px;
  margin: 0 0 0 auto;
  clear: both;
  position: relative;
  text-align: left;
  margin-top: 1px;
}
#slideshow {
    position: absolute;
    top: 38px;
    left: 237px;
    z-index: 0;
}
#inner {
    background: url('img/content_top.jpg') top center no-repeat;
    padding-top: 10px;
}
#overlay {
    width: 1007px;
    height: 295px;
    background: url('img/banner.png') no-repeat;
    position: relative;
    z-index: 10;
}
#left_menu {
  display: block;
  width: 210px;
  height: 200px;
  padding: 55px 0 0 0;
  margin: 0 0 0 27px;
  overflow: hidden;
  float: left;
  }
#left_menu li {
  list-style: none;
  text-align: left;
  margin-left: 20px;
  }
#left_menu li a {
  display: block;
  height: 30px;
  color: #202703;
  text-decoration: none;
  line-height: 30px;
  font-size: 13pt;
  background: url('img/mmenu.jpg') 0 0 no-repeat;
  }
#left_menu li a span {
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    background: url('img/arrow.gif') center left no-repeat;
}
#left_menu li a:hover, #left_menu .menu-current a, #left_menu .menu-parent a {
  color: #202703;
  text-decoration: underline;
  background: url('img/mmenu.jpg') 0 -30px no-repeat;
  }
  
#content {
  width: 1007px;
  background: url('img/content.png') repeat-y;
  margin: 0 0 0 auto;
  text-align: center;
  padding-bottom: 40px;
  }
#left_panel {
    width: 210px;
    margin: 0 0 0 27px;
    float: left;
    overflow: hidden;
    text-align: center;
}
#content_text {
  width: 715px;
  float: left;
  padding: 1px 0;
  margin-top: 0px;
  margin-left: 10px; 
  text-align: justify;
  }
.cleardiv {
    display: block;
    width: 100%;
    border: 0px;
    clear: both;
}
#footer {
  width: 1007px;
  height: 61px;
  margin: 0 0 0 auto;
  background: url('img/footer.png') center no-repeat;
  font-size: 11pt;
  color: #fff;
  text-align: center;
  clear: both;
  }
#footer span {
    display: block;
    padding-top: 31px;
}
#footer span a {
    color: #fff;
    text-decoration: none;
} 
#footer span a:hover {
    color: #fff;
    text-decoration: underline;
} 