* {
      margin: 0;
      padding: 0;
    }

    #logo {
      background: url(../images/kids/kidsLA.jpg) no-repeat;
      text-indent: -999px;
      height: 213px;
      width: 213px;
      position: absolute;
      left: 50px;
      top: 60px;
    }

    #content {
      position: relative;
      left: 300px;
      padding: 0 0 0 10px;
      border-left: 1px solid black;
      width: 545px;
      height: 630px;
    }

    #menu {
      background: url(../images/kids/kids_menu.gif) no-repeat;
      height: 86px;
      width: 130px;
      text-indent: -999px;
      position: relative;
      left: -30px;
    }

    #menu a {
      display: block;
    }

    #menu li {
      margin: 0;
      padding: 0;
      display: block;
      position: absolute;
      list-style: none;
    }

    #frameables {
      background: url(../images/kids/kids_menu.gif) 0 -106px no-repeat;
      position: absolute;
      height: 20px;
      width: 180px;
      left: 0px;
      top: 22px;
    }

    #original_pic {
      position: relative;
      top: 30px;
    }

    #detail_pic {
      position: relative;
      top: -80px;
      left: -10px;
    }

    #final_pic {
      position: relative;
      left: 230px;
      top: -100px;
    }

    #process { top: 42px; left: 20px; width: 110px; height: 20px; /*border: 1px solid red; */}
    #process a { height: 20px; }
    #process a:hover { background: url(../images/kids/kids_menu.gif) -20px -126px no-repeat; }

    #faq { top: 62px; left: 20px; width: 110px; height: 20px; /*border: 1px solid red; */ }
    #faq a { height: 20px; }
    #faq a:hover { background: url(../images/kids/kids_menu.gif) -20px -146px no-repeat; }

    a{
      color: #7C77B3;
    }

    #tillie_text {
      background: url(../images/kids/tillie/tillietext.gif) no-repeat;
      text-indent: -9999px;
      width: 312px;
      height: 171px;
      position: absolute;
      top: 414px;
      left: 5px;
    }

    #bottom_nav {
      width: 95%;
      border-top: 1px solid black;
      position: absolute;
      top: 630px;
      padding: 10px;
    }

    #heirloom {
      position: absolute;
      left: 0px;
      top: 0px;
      background: url(../images/heirloom.gif) no-repeat;
      height: 66px;
      width: 233px;
      text-indent: -999px;
    }

    #navigation {
      position: relative;
      margin-left: 550px;
      margin-right: auto;
      width: 130px;
      height: 18px;
      background: url(../images/next_prev_combined.gif) 0px -4px no-repeat;
    }

    #navigation li {
      list-style: none;
      text-indent: -999px;
      position: absolute;
    }

    #nav_prev a{
      position: absolute;
      top: 0px;
      left: 0px;
      width: 60px;
      height: 18px;
    }

    #nav_next a:hover {
      background: url(../images/next_prev_combined.gif) -70px -39px no-repeat;
    }

    #nav_next a{
      position: absolute;
      top: 0px;
      left: 70px;
      width: 50px;
      height: 18px;
    }

    #nav_prev a:hover {
      background: url(../images/next_prev_combined.gif) 0px -39px no-repeat;
    }




