      html {
        width: 100%;
      }
      
      body {
        text-align: center;
        color: #ffffff;
        width: 950px;
        margin: 0 auto;
      }
      
      img {
        border: 0px;
      }
    
      #container {
        position: relative;
        height: auto;
        width: 950px;
        border: 10px solid #e2c177;
        background: #ac5bb7;
      }
      
      #innerContainer {
        position: relative;
        height: auto;
        /*width: 756px;*/
        width: 926px;
        margin: 8px 10px 10px 10px;
        border: 2px solid #e2c177;
        background: url(../images/bg.jpg);
      }
      
      #topRightPic {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 10px;
        width: 12px;
        background: url(../images/topcorner.gif) no-repeat;
      }
      
      #header {
        height: auto;
        width: auto;
      }
      
      #leftHeader {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 129px;
        width: 140px;
        background: url(../images/logopic.gif);
        z-index: 10;
      }
      
      #headerTitle {
        position: relative;
        top: 10px;
        height: 140px;
        width: 398px;
        background: url(../images/title.gif) no-repeat;
        margin: 0 auto;
      }
      
      #mainMenuTop {
        position: absolute;
        top: 150px;
        left: 5px;
        height: 20px;
        width: 130px;
        background: url(../images/menutop.gif);
      }
      
      #mainMenu {
        position: absolute;
        top: 170px;
        left: 5px;
        height: auto;
        width: 130px;
        background: #371b4c;
        text-align: left;
      }
      
      #mainMenuContent {
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        width: auto;
      }
      
      #mainMenu a {
        text-decoration: none;
        color:#c47a34;
      }
      
      #mainMenu a:hover {
        color:#E1BA77;
      }
      
      #mainMenu ul {
        list-style: none;
        text-align: left;
      }
      
      #mainMenuBottom {
        position: absolute;
        left: 0px;
        bottom: -20px;
        height: 20px;
        width: 130px;
        background: url(../images/menubottom.gif);
      }
      
      #mainContentContainer {
        position: relative;
        top: 0px;
        left: 65px;
        height: auto;
        /*width: 606px;*/
        width: 776px;
        /*margin-right: 10px;*/
        margin: 0 auto;
      }
            
      #mainContentTop {
        position: relative;
        height: 20px;
        width: 776px;
        background: url(../images/rsnewtop.gif);
      }
            
      #mainContent {
        position: relative;
        height: auto !important;
        min-height: 300px;
        height: 300px;
        /*width: 606px;*/
        width: 776px;
        background: #371b4c;
        color: #ffffff;
        font-family: Tahoma, Verdana, Arial;
        font-size: 10pt;
        margin: 0px;
        padding: 0px;
        text-align: left;
      }
      
      #mainContentFooter {
        position: absolute;
        height: 25px;
        width: 776px;
        background: #371b4c;
        color: #ffffff;
        font-family: Tahoma, Verdana, Arial;
        font-size: 10pt;
        margin: 0px;
        padding: 0px;
        bottom: 25px;
        text-align: center;
      }
      #mainContentFooter a {
        color: #ffffff;
        font-family: Tahoma, Verdana, Arial;
      }
      
      #mainContentBottom {
        position: relative;
        height: 20px;
        width: 776px;
        background: url(../images/rsnewbot.gif);
        margin-bottom: 90px;
      }
    
      #butterfly {
        position: absolute;
        top: 90px;
        right: -10px;
        height: 92px;
        width: 100px;
        background: url(../images/black_pink_btfy.gif);
        z-index: 10;
      }
    
      #dogs {
        position: absolute;
        bottom: -20px;
        right: -20px;
        height: 91px;
        width: 125px;
        background: url(../images/doc_oprah2.gif);
        z-index: 10;
      }
