body {
  margin: 20px;
  padding: 0;
  background: #ccccff none repeat scroll 0% 50%;
  color: #333333;
  text-align: center;
}
#outer {
  border: 1px solid #000000;
  margin: auto;
  text-align: left;
  width: 980px;
}
#hdr {
  background: #eeeeee none repeat scroll 0% 50%;
  height: 60px;
  color: #333333;
}
#bar {
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0;
  background: #3333ff none repeat scroll 0% 50%;
  height: 25px;
  color: #cccccc;
}
#bodyblock {
  padding: 0;
  background: #dcdcdc none repeat scroll 0% 50%;
  width: 980px;
  color: #333333;
  position: relative;
}
#l-col {
  background: #dcdcdc none repeat scroll 0% 50%;
  float: left;
  width: 145px;
  color: #333333;
}
#cont {
  border-style: solid;
  border-color: #000000;
  border-width: 0 0 0 1px;
  background: #ffffff none repeat scroll 0% 50%;
  text-align: left;
  color: #333333;
  width: 834px;
}
#ftr {
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0;
  margin: 0;
  background: #3333ff none repeat scroll 0% 50%;
  height: 25px;
  color: #cccccc;
}

