body {
  background-repeat: repeat;
  //background-image: url(images/halebopp.jpg);
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e1e1e1;
  text-align: center;
}

a:link { color: #6f7a51; text-decoration: none; }
a:visited { color: #9ea882; text-decoration: none; }
a:hover { color: #555d3e; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

big {
  font-size: 12px;
}

#navi {
  width: 260px;
  text-align: right;
  position: absolute;
}
#navi_cm {
  position: absolute;
  top: 46px;
  left: 122px;
}
#navi_path {
  position: absolute;
  top: 70px;
  left: 280px;
}
#navi_orange {
  padding-left: 10px;
}
#navi_links {
  padding-top: 12px;
  padding-bottom: 12px;
  background: url(images/navi_bg_orange.gif) repeat-y;
  text-align: left;
  padding-left: 8px;
}
#navi_padtop {
  height: 6px;
  background-image: url(images/navi_top_orange.gif);
}
#navi_padbot {
  height: 6px;
  background-image: url(images/navi_bot_orange.gif);
}

#page {
  width: 550px;
  position: absolute;
  left: 280px;
  top: 135px;
  padding-bottom: 70px;
  text-align: left;
}

#page_position {
  width: 900px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#page_l {
  width: 220px;
  position: absolute;
  left: 40px;
  top: 135px;
  padding-bottom: 70px;
  text-align: left;
}

#ground {
  position: absolute;
  top: 0; left: 8px; right: 8px;
  height: 42px;
  background: url(images/ground/ground_pattern.gif) repeat-x 0 0;
}
#ground_l { position: absolute; left: -8px; }
#ground_r { position: absolute; right: -8px; }
#ground_folk { position: absolute; left: 272px; }
