* {
  /*border: 1px solid blue;*/
  padding: 0;
  margin: 0;
}


html {
  background: #bfe28b url(../images/back.png) repeat-x;
  color: black;
}


.main {
  background: #589b37;
  color: white;
  margin: 10px 30px;
}

#main {
  font: 100% "Trebuchet MS", Arial, sans-serif;
}


#pagenav {
  font-size: 0.7em;
  line-height: 2em;
  padding-left: 10px;
  position: relative;
  z-index: 3;
}
#pagenav li {
  display: inline;
  padding: 0 5px;
}
#pagenav li a {
  color: white;
}
#pagenav li a:hover {
  text-decoration: none;
}


.maincontent {
  background: white url(../images/maincontent.png) repeat-x;
  color: black;
  margin: 0 8px;
}
#maincontent {
  height: auto;
  min-height: 400px;
}
* html #maincontent {
  height: 400px;
}
#maincontent::after {
  clear: both;
  content: "Self clearing";
  display: block;
  height: 1px;
  visibility: hidden;
}


#header {
  padding: 10px;
}
#logo {
  display: block;
  position: relative;
  z-index: 2;
}
#slogan {
  font-size: 0.8em;
  text-align: center;
  width: 320px;
}


#tree {
  background: transparent url(../images/tree.png) no-repeat;
  height: 404px;
  position: absolute;
  right: 6px;
  top: 0;
  width: 461px;
  z-index: 1;
}


#container {
  float: right;
  position: relative;
  width: 75%;
  z-index: 4;
}

#sidebar {
  margin-right: 75%;
  padding: 20px 20px 20px 10px;
}


#menu {
  font: 1em Arial, sans-serif;
  list-style: none;
}
#menu li {
  display: block;
}
* html #menu li {
  display: inline;
}
#menu li a, #menu li span.active {
  border-bottom: 1px dotted #ff8427;
  display: block;
  padding: 10px 5px 10px 10px;
}
#menu li a {
  color: black;
  text-decoration: none;
}

#menu li a:hover {
  background: #d5e8b0;
}

#menu li span.active {
  font-weight: bold;
  color: #ff8427;
}

#maincontact {
  border-bottom: 1px dotted #ff8427;
  font-style: normal;
  margin: 50px 0 30px 10px;
  padding-bottom: 5px;
}


#description {
  background: #d5e8b0;
  padding: 1em;

  opacity: 0.85;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=85);
}
* html #description {
  height: 1%;
}

#content  {
  background: white;
  height: auto;
  min-height: 200px;
  padding: 1em;

  opacity: 0.85;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=85);
}
* html #content {
  height: 200px;
}

#content h1 {
  color: #ff8400;
  font: bold 1.2em Arial, sans-serif;
  margin-bottom: 1em;
}


#treepattern {
  background: url(../images/treepattern.png) repeat-x;
  clear: both;
  height: 80px;
}


#copyright {
  font-size: 0.8em;
  line-height: 2em;
  text-align: center;
}
