@charset "utf-8";

A:link { COLOR: #2889c6; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: #2889c6; 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: #fff;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 800px;
  height: 100px;
}
#leftcol {
  background: #fff;
  position: absolute;
top: 380px;
  left: 20px;
  width: 200px;
  height: 400px;
}
#content {
  background: #fff;
  position: absolute;
  top: 380px;
left: 220px;
  width: 600px;
  height: 400px;
}
#bottleftcol {
  background: #8BBE5A;
  position: absolute;
top: 130px;
  left: 20px;
  width: 500px;
  height: 250px;
}
#bottrighttcol {
  background: #713f34;
  position: absolute;
top: 130px;
  left: 520px;
  width: 300px;
  height: 250px;
}
#footer {
  background: none;
  position: absolute;
  top: 780px;
  left: 20px;
  width: 800px;
  height: 50px;
}