/* Place borders around all divs during development */
  div {
    display:inline-block;
    *display:inline;
    zoom:1;
    margin:0;
    padding:0;
    border:0px solid #FFFFFF;
  }
/* Center website */
  body {
    text-align:center;
    background:#191970;
  }
/* Main Container */
  #container-outer {
    width:1024px;
    float:center;
    text-align:left;
    border:3px solid #FFFFFF;
    background:#C0C0C0;
  }
  /* Masthead */
  #masthead {
    border:0px solid #FF0000;
    width:1004px;
    clear:both;
    text-align:center;
    height:180px;
    margin-top:10px;
    margin-right:10px;
    margin-left:10px;
    background:#C0C0C0;
    border:1px solid #FFFFFF;
  }
  #container-inner {
    width:1024px;
    clear:both;
    text-align:center;
    background:#C0C0C0;
  }
/* Navigation */
  #navigation {
    width:1004px;
    height:40px;
    clear:both;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    text-align:center;
    background:#191970;
  }
  #navigation2 {
    border:0px solid #FF0000;
    width:1004px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    text-align:center;
    background:#000000 url(http://gavsonsalon.com/New/images/GavsonBlackBar2.jpg) repeat-x;
  }
  #navigation-schools {
    border:0px solid #FF0000;
    width:1004px;
    height:40px;
    clear:both;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    text-align:center;
    background:#191970;
  }
/* Page Contents */
  #contents {
    width:1004px;
    clear:both;
    /*margin-top:10px;*/
    margin-left:10px;
    margin-bottom:10px;
    margin-right:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #contents-top {
    width:1004px;
    clear:both;
    margin-top:0px;
    margin-left:10px;
    margin-bottom:10px;
    margin-right:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #product-left {
    width:328px;
    height:328px;
    border:0px solid #000000;
    margin-top:10px;
    clear:both;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #product-left2 {
    width:328px;
    height:547px;
    border:0px solid #000000;
    margin-top:10px;
    clear:both;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #product-center {
    width:328px;
    height:328px;
    border:0px solid #000000;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #product-center2 {
    width:328px;
    height:547px;
    border:0px solid #000000;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #product-right {
    width:328px;
    height:328px;
    border:0px solid #000000;
    margin-top:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #product-right2 {
    width:328px;
    height:547px;
    border:0px solid #000000;
    margin-top:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #contents-left {
    width:328px;
    min-height:100px;
    border:0px solid #000000;
    margin-top:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #contents-center {
    width:328px;
    min-height:100px;
    border:0px solid #000000;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #contents-right {
    width:328px;
    min-height:100px;
    border:0px solid #000000;
    margin-top:10px;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #contents-big {
    width:1004px;
    border-bottom:10px solid #C0C0C0;
    clear:both;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #contents-big-left {
    width:328px;
    display:inline;
    float:left;
    text-align:left;
    background-color:#C0C0C0;
  }
  #contents-big-right {
    width:666px;
    min-height:547px;
    border-left:10px solid #C0C0C0;
    display:inline;
    float:left;
    text-align:left;
    background-color:#FFFFFF;
    overflow:hidden;
  }
  #contents-big-whole {
    width:1004px;
    display:inline;
    float:left;
    text-align:left;
    background-color:#FFFFFF;
    overflow:hidden;
  }
/* Footer */
  #footer {
    width:1004px;
    clear:both;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    padding-top:5px;
    padding-bottom:5px;
    background:#C0C0C0;
    border:1px solid #FFFFFF;
  }
  