/* Place borders around all divs during development */
  div {
    margin:0;
    padding:0;
    border:0px solid #FF0000;
  }
/* Center website */
  body {
    text-align:center;
    background-color:#A7ADCF;
  }
/* Masthead */
  #container {
    width:900px;
    border:1px;
    border-color:#273888;
  }  
/* Masthead */
  #masthead {
    width:900px;
    height:280px;
  }
  #masthead-Left {
    width:300px;
    height:280px;
    float:left;
  }
  #masthead-Right {
    width:600px;
    height:280px;
    float:right;
  }
/* Colored Band */
  #colored-band {
    width:900px;
    height:24px;
    clear:both;
     background-image:url('http://atriumhealthcare.net.previewmysite.com/images/Colored_Band_C_900_X_24.jpg');
  }
  #colored-band-left {
    width:450px;
    height:24px;
    float:left;
 } 
 #colored-band-right {
    width:450px;
    height:24px;
    float:right;
 } 
/* Page Contents */
  #contents {
    width:900px;
    min-height:200px;
    clear:both;
    text-align:left;
    background-color:#E9E9F3;
  }
  #contents-Left {
    width:300px;
    clear:both;
    float:left; 
    text-align:left;
  }
  #navigation-off-top {
    width:300px;
    height:71px;
    margin-left:0px;
    clear:both;
    float:left; 
    text-align:left;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    background-color:#FFFFFF;
    background-image:url('http://atriumhealthcare.net.previewmysite.com/images/AC_Menu_Model.gif');
  }
  #navigation-off {
    width:300px;
    height:71px;
    margin-left:0px;
    clear:both;
    float:left; 
    text-align:left;
    border-bottom:1px solid #FFFFFF;
    background-color:#FFFFFF;
    background-image:url('http://atriumhealthcare.net.previewmysite.com/images/AC_Menu_Model.gif');
  }
  #navigation-on-top {
    width:300px;
    height:71px;
    margin-left:0px;
    clear:both;
    float:left; 
    text-align:left;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    background-color:#E9E9F3;
    background-image:url('http://atriumhealthcare.net.previewmysite.com/images/AC_Menu_Model.gif');
  }
  #navigation-on {
    width:300px;
    height:71px;
    margin-left:0px;
    clear:both;
    float:left; 
    text-align:left;
    border-bottom:1px solid #FFFFFF;
    background-color:#E9E9F3;
    background-image:url('http://atriumhealthcare.net.previewmysite.com/images/AC_Menu_Model.gif');
  }
  #contents-Right {
    width:600px;
    min-height:649px;
    float:right; 
    text-align:left;
    background-color:#FFFFFF;
  }
#contents-Right-Flush {
    width:600px;
    float:right; 
    text-align:left;
    background-color:#FFFFFF;
  }  
/* Footer */
  #footer {
    width:900px;
    clear:both;
    background-color:#273888;
  } 
