#banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#sidebar {
  position: relative;
  left: 25px;
  top: 100px;
  width: 175px;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#body1 {
  position: absolute;
  top: 321px;
  left: 176px;
  width: 80%
}

     img.event1 {
       position: absolute;
       top: 321px;
       left: 430px;
     }

     p.streetfair {
       position: absolute;
       top: 321px;
       left: 650px;
     }

     a.button {
          font-family: times new roman;
          font-size: 20px;
          color: white;
          text-decoration: none;
          position: relative;
          height: 30px;
          width: 115px;
          top:0px;
          left:0px
}

     .topmenu_item a {
          font-family: fantasy;
          font-size: 24px;
          color: white;
          background-color: #009900;
          text-decoration: none;
          position: relative;
          height: 30px;
          width: 115px;
          top:125px;
          left:0px;
       }
.colorBox {
        font: bold large cursive;
        border:1px solid black;
        background-color:#009900;
}
