/* Generated by KaZcadeS */
html, body {
  margin: 0;
  padding: 0;
}
#pagewidth {
  max-width: 100%;
  min-width: 75%;
}
#header {
  border-style: inset none outset;
  border-color: #cccccc #ff0000;
  border-width: 2px 1px;
  position: relative;
  height: 100px;
  background-color: #000000;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
}
#leftcol {
  width: 15%;
  float: left;
  position: relative;
  background-color: #000000;
}
#twocols {
  width: 85%;
  float: right;
  position: relative;
}
#rightcol {
  width: 18%;
  float: right;
  position: relative;
  background-color: #000000;
}
#maincol {
  background-color: #000000;
  float: left;
  display: inline;
  position: relative;
  width: 82%;
}
.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;
  }
}

