body  { font: 0.7em "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif; background: #8fbc8f repeat-x; margin: 0px 150px; padding: 10px }

#title{ /*small text above the header picture*/
  width: 760px;
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: bolder
}

.box_out { background: #eee8aa; margin: 10px 0; padding: 5px; width: 750px }
.box_in{ /* getting the white background */
  background: #FFF;
  padding: 0;
  margin: 0;
}

.left { width: 210px; float: left }
.right { width: 520px; float: right }



h4 { color: #006400; font-size: 1em; font-weight: normal; margin: 0; padding: 2px 0 2px 10px; border-bottom: 1px dotted #205076 }
ul.nav{ /*Navigationbox */
  list-style-type: none;
  text-align: left;
  padding: 5px;
  margin: 0;
}
ul.nav li{
  display: inline;
}
ul.nav li a{
  padding-left: 15px;
  text-align: left;
  color: #999;
  display: block;
  text-decoration: none;
}
ul.nav li a:hover{
  color:#FFF;
  background: #FFBF00;
}
ul.nav li a.current { color: #b22222 }
.distancer{ /* needed for small distance between boxes*/
  line-height: 5px;
}


p{ /*general text*/
  padding: 5px;
  margin: 0;
  text-align: justify;
  color: #666;
}
p a{ /*general text-links */
  color: #000;
}
p a:hover{
  text-decoration: none;
}


h1 { color: #b22222; font-size: 14px; margin: 0 0 5px; padding: 3px; border-bottom: 1px solid #d40000 }
h3 { color: #556b2f; font-size: 12px; background: #f5deb3; margin: 0; padding: 2px; width: 50% }
h5 { color: #696969; font-size: 0.83em; font-weight: bold; margin: 1.67em 0 }
.copyright  { color: #fff; font-size: xx-small; text-align: right }
.copyright a{
  color: #000;
}
br { }

