  * {
    margin:0px;
    padding:0px;
    font-family:Tahoma,Arial,Helvetica,san-serif;
  }
  BODY {
    color:#000;
    background-color:#92485F;
  }
  H1 { font-size:20px; }
  H2 { font-size:18px; }
  H3 { font-size:16px; }
  H4 { font-size:14px; }
  H5 { font-size:12px; }
  H6 { font-size:10px; }
  DIV {
    position:relative;
  }

  #body {
    width:900px;
    height:auto;
    margin:10px auto;
    background-image:url(http://envisionmakeup.com/include/img/content-bg.jpg);
    background-repeat: no-repeat;
    background-position: 225px 160px;
    background-color:#FFF;
  }

  #body #sidebar {
    position:absolute;
    top:0px;
    left:0px;
    width:225px;
    height:100%;
    background-image:url(http://envisionmakeup.com/include/img/menu-bg.jpg);
    background-repeat: repeat-x;
    background-color:#91475E;
    z-index:100;
  }
  #body #sidebar #logo {
    width:235px;
    height:175px;
    margin:10px;
  }
  #body #sidebar #logo IMG {
    width:235px;
    height:175px;
    margin:0px;
    border:none;
  }

  #body #sidebar #menuBox {
    width:225px;
    height:120px;
    margin:45px 0px 25px 0px;
  }

  #body #sidebar #guestbook {
   width:225px;
    margin:120px 0px;
    text-align:center;
  }
  #body #sidebar #guestbook IMG {
    border:none;
  }
  #body #sidebar #certs {
    position:absolute;
    bottom:50px;
    left:0px;
    width:185px;
    height:80px;
    padding:0px 20px;
  }
  #body #sidebar #cert-left {
    float:left;
  }
  #body #sidebar #cert-right {
    float:right;
  }


  #body #content {
    width:675px;
    min-height:650px;
    padding-left:225px;
    background-image:url(http://envisionmakeup.com/include/img/header-bg.jpg);
    background-repeat: repeat-x;
  }

  #footer {
    height:35px;
    width:100%;
    border:1px solid #660033;
    z-index:10000;
    background-color:#92485F;
    clear:both;
  }
  #footer .footercol {
    margin-right:60px;
    padding:3px 10px;
    float:left;
  }
  #footer .footercol #col3 {
    margin-right:0px;
  }
  #footer .footercol P {
    margin:0px;
    font-size:11px;
    color:#FFF;
  }
  #footer .footercol P A {
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
  }
  #footer .footercol P A:hover {
    text-decoration: underline;
  }
