div.top {
  background-image:url(images/background_top.png);
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:55px;
}

div.bottom {
  background-image:url(images/background_bottom.png);
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  height:20px;
}

div.pagecontent {
  margin-left:150px;
  margin-top:65px;
  margin-bottom:30px;
}

div.navigation {
  background-color:#E1E1FF;
  position:fixed;
  left:10px;
  top:65px;
  width:135px;
  border-width:2px;
  border-color:#AAAAAA;
  border-style:solid;
}

div.newsitem {
  background-color:#E1E1FF;
  margin-top:10px;
  border-width:2px;
  border-color:#AAAAAA;
  border-style:solid;
}

div.newstext {
  padding-right:15px;
  padding-left:15px;
  margin-top:-5px;
  margin-bottom:-5px;
}

div.newsheader {
  background-color:#E1E1FF;
  border-bottom-width:1px;
  border-bottom-color:#AAAAAA;
  border-bottom-style:solid;
}

div.newsheadertext {
  padding-right:5px;
  padding-left:5px;
  margin-top:-15px;
  margin-bottom:-15px;
}
