BODY {
  background: #FFFFFF;
  color: #000000;
}

H1 {
  /* margin: 0px; */
}

#header {
  text-align: center;
  font-size: large;
  /* background: #0000FF; */
  /* color: #0088AA; */
  /* background: #FFFFFF; */
  margin: 40px;
  margin-bottom: 0px;
}

#container {
  width: 100%;
  float: right;
  margin-left: -220px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

#sidebar {
  width: 200px;
  float: left;
  /* margin: 20px; */
  font-size: small;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  /* background: #0000FF; */
}

#main {
  /* width: 100%; */
  /* float: right; */
  margin: 20px;
  margin-left: 220px;
  /* background: #FF0000; */
  margin-bottom: 80px;
  padding-bottom: 10000px;
  margin-bottom: -10000px;

}

#footerads {
  text-align: center;
  font-size: small;
  /* background: #222222; */
  /* color: #CCCCCC; */
  margin: 20px;
}


#footer {
  text-align: center;
  font-size: small;
  background: #BBBBBB;
  color: #000000;
  margin: 20px;
}

