body   {
        margin: 0;
        padding: 0;
        background: #cec;
        font-family: Georgia, Times, "Times New Roman", Helvetica, serif;
        font-size: 13px;
        }
        
#header {
  border: 1px solid #cecea5;
  background: 
    rgb(71%,71%,71%) url("/images/SunflowerIt_003_Banner.jpg") repeat-x 50% 50%;
    margin: 0;
    padding: 10px;
    height: 40px;
}

#header h1      {
        margin: 0;
        padding: 0;
        letter-spacing: 4px;
        font-style: italic;
        text-align: left;
        color: yellow;
        }

#container {
  width: 100%;
  float: left;
  margin-right: -200px;
}
#sidebar {
  width: 200px;
  float: right;
}
#footer {
  border: 1px solid #cecea5;
  clear: both; 
  padding: 5px;
  background: rgb(89%,81%,75%) ;
}

#content {
  background: #f1f2ea;
  margin-right: 200px;
  background: url(sunflowerit_faux_150_16.png) repeat-y left;
}

#outer_wrapper {
  background: #fff url(sunflowerit_faux_150_16.png) repeat-y left;
}
#wrapper {
  background: url(sunflowerit_faux_200_16.png) repeat-y right;
}
#container {
  width: 100%;
  float: left;
  margin-right: -200px;
  background: url(sunflowerit_faux_200_16.png) repeat-y right;
}

#main {
  margin-left: 150px;
}

#left {
  width: 150px;
  float: left;
}


.clearing {
  height: 0;
  clear: both;
}


