body {
  background-color: white;
}

#BillPicture {
  position: absolute:
  left: 0px;
  top: 0px;
}

#TopBanner {
  position: absolute;
  left: 200px;
  top: 0px;
  width: *;
}

#BreadCrumbs {
  font-family: arial;
  background-color: #F0F0F0;
  position: absolute;
  left: 225px;
  top: 100px;
  height: 25px;
}

#ContentRegion {
  position: absolute;
  left: 250px;
  top: 165px;
}

#LeftNavBar {
  font-family: arial;
  background-color: #F0F0F0;
  position: absolute;
  width: 100px;
  left: 50px;
  top: 250px;
}
