/* Place borders around all divs during development */
  div {
    margin:0;
    padding:0;
    border:0px solid #FF0000;
  }
/* Center website */
  body {
    text-align: center;
    background: #FFFFFF;
  }
/* Main Container */
  #container {
    width: 766px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    background: #C7CDD6;
  }
/* Masthead */
  #masthead {
    width: 766px;
    float: left;
    background: #FFFFFF;
  }
  #masthead-left {
    width: 250px;
    height: 120px;
    float: left;
    text-align: left;
    background: #C7CBD6;
  }
  #masthead-center {
    width: 330px;
    height: 120px;
    float: left;
  }
  #masthead-right {
    width: 180px;
    height: 120px;
    margin: 0px;
    float: left;
  }
/* Page Contents */
  #contents {
    width:766px;
    float: left;
    clear: both;
    background: #C7CDD6;
  }
  #contents-left {
    width: 250px;
    height: auto;
    margin: 0px 0px 0px 0px;
    float: left;
    background: #C7CDD6;
  }
  #contents-right {
    width: 516px;
    min-height: 260px;
    float: left;
    background: #FFFFFF;
  }
  #contents-right-top {
    width: 490px;
    height: 50px;
    margin: 5px 10px 5px 10px;
    float: left;
    background: #FFFFFF  url(http://sportymamabikes.com.previewmysite.com/images/BlueBar.jpg) no-repeat;
  }
  #contents-right-bottom {
    width: 490px;
    margin: 0px 10px 0px 10px;
    float: left;
  }
  #contents-right-bottom-left {
    width: 240px;
    min-height: 170px;
    border: 0px;
    margin: 5px 5px 5px 0px;
    float: left;
  }
  #contents-right-bottom-right {
    width: 240px;
    min-height: 170px;
    min-height: 50px;
    border: 0px;
    margin: 5px 0px 5px 5px;
    float: left;
  }
  #contents-right-bottom-left-prod {
    width: 240px;
    height: 200px;
    border: 0px;
    margin: 5px 5px 5px 0px;
    float: left;
  }
  #contents-right-bottom-right-prod {
    width: 240px;
    height: 200px;
    border: 0px;
    margin: 5px 0px 5px 5px;
    float: left;
  }
/* Footer */
  #footer {
    width:766px;
    clear:both;
    background: #E3BFBF;
  } 