/* Place borders around all divs during development */
  div {
    margin:0;
    padding:0;
    border:0px solid #FF0000;
  }
/* Center website */
  body {
    text-align:center;
    background-image: url(http://barbaratowery.com/images/background_img01.gif);
    background-repeat:repeat;
  }
/* Main Container */
  #container {
    width:760px;
    margin:0px 0px 0px 0px;
    text-align:left;
  }
/* Masthead */
  #masthead {
    width:760px;
  }
/* Top Navigation */
  #navigation {
    width:760px;
    float:top;
    text-align:top;
  }
  #navigation-flower {
    width:39px;
    height:36px;
    float:left;
    margin:0 2px 0 0;
    text-align:center;
    background-position:center right;
    background-image: url(http://barbaratowery.com/New/images/Trans_Flower.gif);
    background-repeat:no-repeat;
  }
  #navigation-home {
    width:42px;
    height:24px;
    float:left;
    margin:6px 0 auto 0;
    text-align:center;
    background-color:#F814CD;
  }
  #navigation-jar {
    width:30px;
    height:36px;
    float:left;
    margin:auto 2px auto auto;
    text-align:right;
    background-position:center right;
    background-image: url(http://barbaratowery.com/New/images/Trans_Jar.gif);
    background-repeat:no-repeat;
  }
  #navigation-about {
    width:50px;
    height:24px;
    float:left;
    margin:6px 0 auto 0;
    text-align:center;
    background-color:#F6F63C;
  }
  #navigation-butterfly {
    width:42px;
    height:36px;
    float:left;
    margin:auto 2px auto auto;
    text-align:right;
    background-position:center right;
    background-image: url(http://barbaratowery.com/New/images/Trans_Butterfly.gif);
    background-repeat:no-repeat;
  }
  #navigation-contact {
    width:82px;
    height:24px;
    float:left;
    margin:6px 0 auto 0;
    text-align:center;
    background-color:#0066FF;
  }
  #navigation-inchworm {
    width:48px;
    height:36px;
    float:left;
    margin:auto 2px auto auto;
    text-align:right;
    background-position:center right;
    background-image: url(http://barbaratowery.com/New/images/Trans_Worm.gif);
    background-repeat:no-repeat;
  }
  #navigation-login {
    width:104px;
    height:24px;
    float:left;
    margin:6px 0 auto 0;
    text-align:center;
    background-color:#66FF33;
  }
  #navigation-ladybug {
    width:37px;
    height:36px;
    float:left;
    margin:auto 2px auto auto;
    text-align:right;
    background-position:center right;
    background-image: url(http://barbaratowery.com/New/images/Trans_LadyBug.gif);
    background-repeat:no-repeat;
  }
  #navigation-product {
    width:94px;
    height:24px;
    float:left;
    margin:6px 0 auto 0;
    text-align:center;
    background-color:#CC0000;
  }
  #navigation-bee {
    width:37px;
    height:36px;
    float:left;
    margin:auto 2px auto auto;
    text-align:right;
    background-position:center right;
    background-image: url(http://barbaratowery.com/New/images/Trans_Bee.gif);
    background-repeat:no-repeat;
  }
  #navigation-upcoming {
    width:114px;
    height:24px;
    float:left;
    margin:6px 0 auto 0;
    text-align:center;
    background-color:#66FFFF;
  }
  #navigation-end {
    width:1px;
    height:36px;
    float:left;
    margin:auto 2px auto auto;
    text-align:right;
    background-position:center right;
    background-image: url(http://barbaratowery.com/New/images/spacer.gif);
    background-repeat:no-repeat;
  }
  #navigation-bottom {
    width:183px;
    height:175px;
    float:right;
    text-align:left;
  }
  #lb {
  position:absolute;
  width:183;
  height:175;
  top:auto;
  right:0;
  bottom:0;
  left:0
  margin:auto 0 0 0;
  }
/* Page Contents */
  #contents {
    clear:left;
    width:760px;
    float:left;
    text-align:center;
  }
  #contents-left {
    width:150px;
    float:left;
    text-align:center;
  }
  #contents-center {
    width:302px;
    float:left;
    text-align:center;
  }
  #contents-right {
    width:302px;
    float:left;
    text-align:center;
  }
/* Footer */
  #footer {
    width:760px;
    clear:both;
  } 
