body,html {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  background-image: url(images/bg_main.png);
  background-repeat: repeat-x;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

#container {
  width: 750px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#container-header {
  width: 670px;
  height: 85px;
  padding: 20px 40px 0px 40px;
  background-image: url(images/bg_header.png);
  line-height: 85px;
  font-size:28px;
  font-weight:bold;
}

#container-name {
  float: left;
}

#container-slogan {
  float: right;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  padding-right: 10px;
}

#container-name span,#container-slogan span {
  color: #9ACD32;
}

#container-eyecatcher {
  width: 670px;
  padding: 0px 40px 0px 40px;
  height: 175px;
  background-image: url(images/bg_eyecatcher.png);
}

#container-menu {
  width: 670px;
  background-color: #404040;
  height: 22px;
  border-bottom: 1px solid #ffffff;
}

ul#menu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table;
}

#menu li {
  /* display: inline; */
  display: table-cell;
  list-style: none;
  height: 22px;
}

#menu li a {
  color: #ffffff;
  line-height: 22px;
  font-size: 11px;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 5px 15px 6px 15px;
  border-right: 1px solid #ffffff;
}

#menu li a:hover {
  text-decoration: underline;
  background-color: #000000;
}

#container-content {
  width:670px;
  background-image: url(images/bg_content.png);
  background-repeat: no-repeat;
  padding: 20px 40px 0px 40px;
  margin: 0 0 0 0;
  height: auto;
}

#content {
  width: 430px;
  float: left;
  text-align: justify;
}

#border {
  width: 170px;
  margin-left: 480px;
}

#container-footer {
  border-top: 4px solid #E5E5E5;
  width: 670px;
  padding: 10px 0px 20px 0px;
  margin: 20px 40px 0px 40px;
  clear: both;
  color: #AEAEAE;
}

#container-footer a {
  font-weight: bold;
  padding: 2px 2px 2px 2px;
  color: #AEAEAE;
}

#container-footer a:hover {
  color: #4E9A06;
}

#footer {
  font-size: 11px;
  color: #AEAEAE;
  width: 670px;
  margin-bottom: 20px;
}

#footer-copyright {
  float: left;
  width: 325px;
  padding-left: 10px;
}

#footer-meta {
  float: right;
  text-align: right;
  width: 325px;
  padding-right: 10px;
}

.clearer {
  clear: both;
}

h1 {
  font-size: 22px;
  color: #666666;
  margin: 0 0 0 0;
  padding: 0px 0 20px 25px;
  line-height: 24px;
}

h2 {
  font-size: 16px;
  color: #666666;
  padding: 5px 0 5px 25px;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}

h3 {
  font-size: 14px;
  color: #666666;
  padding: 5px 0 0px 25px;
  /*text-transform: uppercase;*/
  letter-spacing: -0.5px;
  }

h4 {
  font-size: 14px;
  color: #666666;
  /*text-transform: uppercase;*/
  letter-spacing: -0.5px;
  }

hr {
  border: none 0;
  border-top: 1px solid #cccccc;
  height: 1px;
}

#content hr {
  border: none 0;
  border-top: 1px solid #cccccc;
  margin: 0px 0 0px 25px;
  height: 1px;
}

#content p {
  line-height: 19px;
  color: #666666;
  margin: 0 0 20px 25px;
}

#content p a, #content ul a, #content ol a, #border p a {
  text-decoration: none;
  color: #4E9A06;
  border-bottom: 1px dotted #4E9A06;
  padding: 2px 2px 2px 2px;
}

#content p a:hover, #content ul a:hover, #content ol a:hover, #border p a:hover  {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #4E9A06;
  padding: 2px 2px 2px 2px;
}

#content li {
  line-height: 20px;
  color: #666666;
  margin: 0 0 0 15px;
}

#content dl {
  margin: 0 0 0 25px;
}

#content dt {
  font-weight: bold;
}

#content dd {
  margin: 0 0 0 15px;
}

#content blockquote {
  border-top: 1px solid #E5E5E5;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 15px 15px 65px;
  margin: 0 0 20px 25px;
  background-image: url(images/bg_quote.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: #666666;
}

#content code {
  font: 'Lucida Console', 'Courier New', monospace;
  border: 1px solid #E5E5E5;
  background: #F7F7F7;
}

#content pre {
  font: 'Lucida Console', 'Courier New', monospace;
  border-top: 1px solid #E5E5E5;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 15px 15px 15px;
  margin: 0 0 20px 25px;
  color: #666666;
  overflow: auto;
}

#content h2.post {
  font-size: 22px;
  color: #666666;
  margin: 0 0 0 0;
  padding: 0px 0 2px 25px;
  line-height: 24px;
}

#content .post a {
  text-decoration: none;
  color: #9ACD32;
}

#content .post a:hover {
  text-decoration: underline;
}

#content .information {
  color: #AEAEAE;
  font-size: 10px;
  margin: 0 0 0 0;
  padding: 0px 0 20px 25px;
}

#content .information a {
  text-decoration: none;
  color: #4E9A06;
  border-bottom: 1px dotted #4E9A06;
  padding: 2px 2px 2px 2px;
}

#content .information a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #4E9A06;
  padding: 2px 2px 2px 2px;
}

#content .section {
  text-align: right;
  font-size: 10px;
  color: #AEAEAE;
  padding-bottom: 10px;
}

#content .navigation {
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}

#content .navigation a {
  padding-left: 5px;
  padding-right: 5px;
  color: #4E9A06;
  text-decoration: none;
}

#content .navigation a:hover {
  text-decoration: underline;
}

#border p {
  line-height: 17px;
  font-size: 11px;
  color: #666666;
  margin: 0 0 15px 10px;
}

#border h4 {
  text-transform: uppercase;
}

ul.subnavigation {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-image: none;
}

.subnavigation li {
  list-style: none;
  padding: 2px 0px 2px 10px;
  margin: 0px 0px 5px 0px;
}

.subnavigation li a {
  text-decoration: none;
  color: #4E9A06;
  border-bottom: 1px dotted #4E9A06;
}

.subnavigation li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #4E9A06;
}

ul.news {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-image: none;
}

.news li {
  list-style: none;
  background-image: url(images/li_cube.png);
  background-repeat: no-repeat;
  background-position: 2px 6px;
  padding: 2px 0px 2px 15px;
  margin: 0 0 15px 0px;
}

#content img {
  background-color: #E7F1FF;
  padding: 4px;
  border: 1px solid #E0E0E0;
}

img.alignleft {
  float: left;
  margin: 0 15px 5px 0px;
}

img.alignright {
  float: right;
  margin: 0 0 5px 15px;
}

img.alignabove {
  margin: 0 0 10px 0;
}
