/* 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-outer {
    width:760px;
    float:center;
    text-align:left;
    border:3px solid #191970;
    background:#FFFFFF;
  }
  #container-inner {
    width:744px;
    margin:5px 5px 5px 5px;
    float:right;
    text-align:left;
    border:3px solid #191970;
    background:#FFFFFF;
  }
/* Masthead */
  #masthead {
    border:0px solid #FF0000;
    width:744px;
    height:180px;
    background:#FFFFFF;
  }
/* Navigation */
  #navigation {
    border:0px solid #FF0000;
    width:744px;
    height:30px;
    background:#000000 url(http://gavsonsalon.com/images/GavsonBlackBar.jpg) no-repeat;
  }
  #navigation2 {
    border:0px solid #FF0000;
    width:744px;
    height:30px;
    background:#000000 url(http://gavsonsalon.com/images/GavsonBlackBar.jpg) no-repeat;
  }
  #navigation-schools {
    border:0px solid #FF0000;
    width:744px;
    height:30px;
    background:#000000 url(http://gavsonsalon.com/images/GavsonBlackBar.jpg) no-repeat;
  }
/* Page Contents */
  #contents {
    width:738px;
    float:right;
    text-align:left;
    min-height: 200px;
    background:#FFFFFF;
  }
  #contents-left {
    width:200px;
    float:left;
    text-align:left;
    min-height: 0px;
  }
  #contents-center {
    width:360px;
    float:left;
    text-align:left;
    min-height: 0px;
  }
  #contents-right {
    width:200px;
    float:left;
    text-align:left;
    min-height: 0px;
  }
/* Footer */
  #footer {
    width:760px;
    clear:both;
    background:#FFFFFF;
  } 