html {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: serif;
  color: #000;
  background: #0f0 url('../images/nature/grass.png') repeat fixed;
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,h4 {
  font-family: serif;
  font-style: italic;
}
h3 {
  font-size: 1.4em;
  margin: 5px 0px;
}
a:link {
  text-decoration: none;
  color: #44f;
}
a:visited {
  text-decoration: none;
  color: #44f;
}
a:hover, a:active {
  text-decoration: underline;
  color: #44f;
}
img {
  border: 0px;
  vertical-align: middle;
}
#mainbody {
  width: 650px;
  margin: 0px auto;
  padding: 25px 0px 120px 0px;
  position: relative;
}
#sitetitle {
  margin: 0px;
  padding: 0px;
  width: 650px;
  height: 175px;
}
#sitetitle h1 {
  background: url('../images/nature/flowers.png') no-repeat;
  width: 650px;
  height: 175px;
  padding: 0px;
  margin: 0px;
}
#sitetitle h1 span {
  display: none;
}
#navigation {
  display: none;
}
#hnavigation {
  position: relative;
  padding: 0px;
  margin-top: -50px;
  margin-left: 175px;
  color: #9E969E;
  width: 475px;
  text-align: center;
}
#hnavigation a {
  color: #9E969E;
}
#hnavigation a:visited {
  color: #9E969E;
}
#hnavigation a:hover, a:active{
  color: #a00;
  text-decoration: none;
}
#hnavigation ul {
  display: inline;
}
#hnavigation ul.mainmenu {
  margin-left: 0px;
  padding-left: 0px;
}
#hnavigation ul.mainselected {
  margin-left: 0px;
  padding-left: 0px;
}
#hnavigation li {
  display: inline;
  font-family: serif;
  font-style: italic;
  list-style: none;
  line-height: 1.4em;
  font-size: 1.2em;
}
#hnavigation a.mainselected {
  color: #0a0;
}
#hsubnavigation {
  position: relative;
  padding: 0px;
  margin-top: 0px;
  margin-left: 175px;
  color: #9E969E;
  width: 475px;
  text-align: center;
}
#hsubnavigation a {
  color: #9E969E;
}
#hsubnavigation a:visited {
  color: #9E969E;
}
#hsubnavigation a:hover, a:active{
  color: #a00;
  text-decoration: none;
}
#hsubnavigation ul {
  display: inline;
}
#hsubnavigation ul.submenu {
  margin-left: 0px;
  padding-left: 0px;
}
#hsubnavigation ul.subselected {
  margin-left: 0px;
  padding-left: 0px;
}
#hsubnavigation li {
  display: inline;
  font-family: serif;
  font-style: italic;
  list-style: none;
  line-height: 1.2em;
  font-size: 1.1em;
}
#hsubnavigation a.subselected {
  color: #0a0;
}
#search {
  background: #efe;
  position: absolute;
  width: 130px;
  bottom: 10px;
  left: 50%;
  margin-left: -320px;
  text-align: center;
  border: 1px solid #bcb;
}
#switcher {
  position: absolute;
  width: 135px;
  background: #efe;
  text-align: center;
  color: #000;
  bottom: 10px;
  left: 50%;
  margin-left: 185px;
  padding: 5px 0px 10px 0px;
  border: 1px solid #bcb;
}
#pagecontent {
  background: #efe url('../images/nature/trees.png') no-repeat bottom left;
  border: 1px solid #bcb;
  width: 648px;
  text-align: justify;
}
#pagetitle h2{
  font-family: serif;
  font-size: 2em;
  font-style: italic;
  color: #89f;
  padding: 20px 0px 10px 0px;
  margin: 0px 25px;
}
#content1 {
  padding: 0px 10px 100px 10px;
  margin: 0px 25px 25px 25px;
  color: #000;
  overflow: auto;
}
#copyright {
  background: #54574A url('../images/nature/trees.png') no-repeat bottom;
  padding: 0px 10px 10px 10px;
  margin: 0px 25px;
  font-style: italic;
  overflow: auto;
  font-size: 0.8em;
  color: #efe;
}
#copyright a {
  color: #7f7;
}
#copyright a:visited {
  color: #7f7;
}
#copyright a:hover, a:active{
  color: #7f7;
  text-decoration: underline;
}
.counter {
  padding-left: 50px;
}