body {
  margin : 0px 0px 0px 0px;
  background-color: #ffff99;
  color: #000000;
}

#top {
  position: absolute;
  height: 120px;
  width: 100%;
  top:0px;
  border:0px none;
  background-image: url(graphics/banner.gif);
}

#top2 {
  position: absolute;
  height: 40px;
  width: 100%;
  top: 120px;
  border:0px none;
  background-image: url(graphics/slogan.gif);
}

#left {
  position: absolute;
  height:100%;
  width:200px;
  top:160px;
  background-color: #ffcc00;
  color: #000000;
}

#main {
  position: absolute;
  top: 160px;
  left: 215px;
  background-color: #ffff99;
  color: #000000;
}

h1.centred { text-align: center;
             color: #ffffff;
           }
           
img.floatright { float: right; }

img.floatleft { float: left; }


