#npcontainer {
  position: absolute; /* just there so I can absolute position stuff relative from it */
  left: 25px;
  top: 15px;
  width: 1140px;
  background-image: url('http://www.obsimref.com/res/backlogoout2.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

#npcontent {
  background-color: white;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 966px;
  float: left;
  background-image: url('http://www.obsimref.com/res/backlogo.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

#navigation {
  position: relative;
  width: 223px;
  float: left;
  font-weight: bold;
  text-align: left;
}

#navtarget {
  position: relative;
  float: left;
}

.pageblock {
  width: 660px;
  height: 100%;
  float: left;
  margin-left: 5px;
  font-family: Arial;
  font-size: 12px;
  background-color: transparent;
  text-align: left;	
}

.pageblock a {
  text-decoration: none;
  font-weight: bold;
  color: #51A7FF;
}

.pageblock a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #51A7FF;
}

.body {
  float: left;
  margin-top: 24px;
  margin-left: 5px;
  background-color: transparent;
  border-top: 1px solid #CCCCCC;
  text-align: left;	
}
