/* Generated by KompoZer */
div#container {
  margin: auto;
  width: 800px;
  background-color: transparent;
}
div#leftpane {
  border:  none;
  height: 750px;
  float: left;
  background-color: #ffd200;
  width: 150px;
}
div#rightpane {
  border:  none;
  float: left;
  width: 150px;
  background-color: #ffff99;
  height: 750px;
}
div#content {
  border-style: solid none none;
  border-color: #cc0000;
  border-width: 1px;
  margin: auto;
  float: left;
  background-color: #ffff99;
  width: 490px;
  height: 750px;
}
div#footer {
  border:  none;
  clear: both;
  height: 50px;
  background-color: #ffff66;
}
div#header {
  background-color: #ffff66;
  height: 100px;
}
div#leftpane ul {
  list-style-type: none;
  width: 75%;
  padding-left: 0px;
  color: #cc0000;
  margin-left: 20px;
}
div#leftpane li {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d21a04;
  background-color: #ffff33;
  text-align: center;
}
a {
  text-decoration: none;
}

