#sbholder {
 position: relative;
 width: 165px;
 left: 10px;
 top: 0px;
}

#sidebar {
 width: 155px;
 position: absolute;
}

#realsidebar, #employ {
 padding: 10px 5px 10px 5px;
 border-left: 2px dotted;
 border-right: 2px dotted;
 border-bottom: 2px dotted;
}

#employ {
  position: relative;
  float: right;
  top: -2px;
  padding: 2px 10px;
  left: -32%;
  font-size: 80%;
}

#maincontent {
 margin-left: 150px;
 width: 620px;
}
