@charset "utf-8";

BODY { background: url(../graphics/bg6.gif); background-repeat: no-repeat }
A:link { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: normal }
A:active { COLOR: #2889c6; TEXT-DECORATION: none }
A:hover { COLOR: #0079c7; TEXT-DECORATION: none; font-weight: none }

#header {
  background: none;
  position: absolute;
  top: 60px;
  left: 200px;
  width: 800px;
  height: 100px;
}
#leftcol {
  background: none;
  position: absolute;
top: 500px;
  left: 680px;
  width: 220px;
  height: 300px;
}
#content {
  background: none;
  position: absolute;
  top: 170px;
left: 320px;
  width: 580px;
  height: 200px;
}
#bottleftcol {
  background: none;
  position: absolute;
top: 170px;
  left: 100px;
  width: 190px;
  height: 150px;
}
#bottrighttcol {
  background: none;
  position: absolute;
top: 530px;
  left: 330px;
  width: 325px;
  height: 250px;
}
#footer {
  background: none;
  position: absolute;
  top: 780px;
  left: 20px;
  width: 800px;
  height: 50px;
