/* Place borders around all divs during development */
  div {
    margin:0;
    padding:0;
    border:0px solid #FF0000;
  }
/* Center website */
  body {
    text-align:center;
    background-color:#FFFFFF;
    background-image: url("http://thekleingrouponline.com/images2/kg_background.jpg");
    background-position: top;
    background-repeat: repeat;
  }
/* Main Container */
  #container {
    width:960px;
    background-color: transparent;
  }
/* Masthead */
  #masthead {
    width:960px;
    height:250px;
    margin-top:40px;
    clear:both;
    text-align:center;
    background-color:transparent;
  }
/* Navigation */
  #navigation-top {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width:958px;
    height:30px;
    clear:both;
    background-color:#FFFFFF;
  }
  #navigation-top-L {
    border-bottom: 1px solid #000000;
    width:806px;
    height:30px;
    float:left;
    background-color:#FFFFFF;
  }
  #navigation-top-R {
    border-bottom: 1px solid #000000;
    width:151px;
    height:30px;
    float:right;
    background-color:#FFFFFF;
  }
/* Page Contents */
  #contents {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    width: 958px;
    clear:both;
    background-color: #FFFFFF;
  }
  #contents-left {
    width:151px;
    float:left;
    background-color: #FFFFFF;
  }
  #navigation-left-1L {
    width:150px;
    height:100px;
    float:left;
    clear:both;
    background-color:#FFFFFF;
    background-image: url("http://thekleingrouponline.com/images2/Button_Yellow_L.jpg");
  }
  #navigation-left-2R {
    width:150px;
    height:100px;
    float:left;
    clear:both;
    background-color:#FFFFFF;
    background-image: url("http://thekleingrouponline.com/images2/Button_Purple_R.jpg");
  }
  #navigation-left-3L {
    width:150px;
    height:100px;
    float:left;
    clear:both;
    background-color:#FFFFFF;
    background-image: url("http://thekleingrouponline.com/images2/Button_Red_L.jpg");
  }
  #navigation-left-4R {
    width:150px;
    height:100px;
    float:left;
    clear:both;
    background-color:#FFFFFF;
    background-image: url("http://thekleingrouponline.com/images2/Button_Orange_R.jpg");
  }
  #navigation-left-5L {
    width:150px;
    height:100px;
    float:left;
    clear:both;
    background-color:#FFFFFF;
    background-image: url("http://thekleingrouponline.com/images2/Button_Green_L.jpg");
  }
  #navigation-left-6R {
    width:150px;
    height:100px;
    float:left;
    clear:both;
    background-color:#FFFFFF;
    background-image: url("http://thekleingrouponline.com/images2/Button_Blue_R.jpg");
  }
  #contents-right {
    min-height:600px;
    width:806px;
    float:right;
    background-color: #FFFFFF;
  }
  #calendar {
    margin-left: 10px;
    margin-right: 10px;
    width:788px;
    clear:both;
  }
/* Footer */
  #footer {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width:958px;
    clear:both;
    background-color:#FFFFFF;
  } 