/* CSS 2.0 */

body {
  position: absolute;
  width: 100%; height: 101%;
  margin: 0; padding: 0;
  
  background-color: #ffffff;
  
  font-family: Georgia, 'Lucida Grande', 'Times New Roman', serif;
  font-size: 11px;
  line-height: 1.5em;
  color: #333333;
}
ul,ol,p,h1,h2,h3,h4,h5,h6,h7, img {
  margin: 0; padding: 0; border: 0;
}
h2 {
  font-size: 1.0em;
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  font-family: Tahoma, Arial, sans-serif;
  color: #98c000;
}
a:hover {
  color: #b8e020;
}
/* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.invisible {
  position: absolute;
  left: -1000em;
  width: 20em;
}

#content {
  position: absolute;
  width: 780px;
  
  top: 0; left: 50%;
  margin-left: -390px;
}

#header {
  position: relative;
  top: 0; left: 0;
  width: 100%;
  padding: 30px 5px 5px 5px;
  margin: 0 0 10px 0;
  
  background-color: #98c000;
  
  color: #ffffff;
}
#item {
  position: relative;
  margin: 0 5px 0 0;
  width: 575px;
  float: left;
}
#item .info, #menu .head {
  background-color: #98c000;
  padding: 0 5px 0 5px;

  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  color: #ffffff;
}

#item h2 {
  margin: 0 0 10px 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  color: #98c000;
}
#item .intro {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  color: #98c000;
}
#item .text {
  font-size: 1.1em;
  line-height: 1.6em;
}
#item ul {
  list-style-type: none;
  margin: 0 0 10px 0;
}
#item .images {
  width: 580px;
  margin-left: -2px;
}
#item .images li {
  display: inline;

}
#item .images li img  {
  margin: 0 0 2px 2px; padding: 0;
}

#menu {
  position: relative;
  width: 200px;
  list-style-type: none;
  float: right;
  margin-bottom: 10px;
}
#menu li {
  width: 100%;
  padding: 5px;
  background-color: #edffca;
}
#menu li a {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
}
.small {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #aaaaaa;
  display: block;
}

#menu li.current a, #menu li.current, #menu li.current .small {
  color: #cccccc;
}

h1 {
  margin: 0 0 0 0;
  font-size: 3em;
  line-height: 1em;
  color: #ffffff;
}
h1 a, h1 a:hover {
  font-family: Georgia, 'Lucida Grande', 'Times New Roman', serif;
  color: #ffffff;
}

#footer {
  position: absolute;
  border-top: 1px solid #98c000;
  
  text-align: center;

  bottom: -5px;
  height: 10px; width: 790px;
}
