/* Generated by KompoZer */
html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ccffff;
}
#pagewidth {
  width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#header {
  position: relative;
  height: 200px;
  width: 100%;
  background-color: #ccffff;
  background-image: url(header.jpg);
}
#leftcol {
  width: 125px;
  float: left;
  position: relative;
  text-align: center;
}
#twocols {
  width: 675px;
  float: right;
  position: relative;
}
#rightcol {
  width: 125px;
  float: right;
  position: relative;
  text-align: center;
}
#maincol {
  float: left;
  display: inline;
  position: relative;
  width: 550px;
  background-color: #ccffff;
}
#footer {
  height: 25px;
  background-color: #ccffff;
  clear: both;
  font-weight: bold;
  font-style: oblique;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
@media print {
  #leftcol { display: none;
}
  #rightcol { display: none;
  }
  #twocols, #maincol { width: 100%;
  float: none;
  }
}
