body {
  font: 90% "Trebuchet MS", Arial, Sans-Serif;
  color: #000;
  padding: 0;
  margin: 0;
  background: #d3f8e1 url("images/gradient.png") repeat-x;
  text-align: center;
}
a {
  color: #3B5CBF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
h1 {
 font-size: 140%;
 color: #111;
}
h2 {
 font-size: 120%;
 color: #111;
}
h3 {
 font-size: 120%;
 color: #365F91;
}
#sitebody {
  margin: 0 auto;
  /* Must be 1px wider than the "real width" */
  width: 901px;
  text-align: left;
}
#header {
  background: transparent url("images/paarakennus.png") no-repeat top right;
  height: 147px;
  width: 901px;
  z-index: -100;
  float: left;
}
#topnavigation {
  list-style-type: none;
  width: 900px;
  margin: 0;
  padding: 0;
  background: url("images/paarakennus_blur.png") no-repeat top right;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-top-left-radius: 10px;
  border-radius: 10px 0 0 0;
  float: left;
  border: 1px solid #2B8C2F;
  border-bottom: none;
  z-index: 100;
}
#topnavigation li {
  display: inline;
  border-left: 1px solid #fff;
  font-size: 0.9em;
  float: left;
}
#topnavigation li.first {
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-top-left-radius: 10px;
  border-radius: 10px 0 0 0;
  border: none;
}
#topnavigation li.current {
  background-color: #fff;
}
#topnavigation li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 8px 25px 6px 15px;
}
#topnavigation li.current a {
  color: #235923;
}
#topnavigation li:hover {
  background-color: #5CA860;
}
#topnavigation li.current:hover {
  background-color: #fff;
}
#content {
  background-color: #fff;
  border: 1px solid #2B8C2F;
  border-top: none;
  z-index: 200;
  width: 900px;
  padding: 30px 0 50px 0;
  float: left;
  margin-bottom: 50px;
}
.textbody {
  padding: 0 25px 0 40px;
  width: 580px;
  float: left;
  border-right: 1px solid #66AF6C;
}
.textbody ul {
  list-style-image: url("images/green_bullet.png");
}
.rightmargin {
  padding: 0 20px 0 25px;
  width: 200px;
  float: left;
}
.rightmargin img {
  margin: 1em 0;
}
.rightmargin ul {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  line-height: 105%;
}
.rightmargin ul li {
  margin: 0.3em 0;
}


