* {
   margin: 0;
   padding: 0;
   }

 html,body {
  margin: 0;
  padding: 0;
}

html {
  background-image: url(../images/stylesheet_images/background2.jpg);
  background-position: center;
  background-size: cover;
}

  body {
  margin: 0px  auto;
  width: 850px;
  height: 750px;  /* length of background and canvas */
  background-image: url(../images/stylesheet_images/grey-canvas.png);
  background-position: right;
  background-size: 565px; /*  grey canvas width */
  background-color: #25201D;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #25201D;
  white-space: normal;
  font-weight: lighter;
  background-repeat: repeat-y;
}

@font-face {
 font-family: MyCustomFont;
 src: url("RAWN____.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("RAWN____.TTF") /* TTF file for CSS3 browsers */
}

 h1 {
    color: #FF4841;
    font-family: RAWN, Georgia, serif;
    font-size: 60px;
    font-weight: lighter;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 5px;
     }

 header {
    width: 850px;
    height: 175px;
    padding: 1px 0px 0px 55px;
     }



  /*  -----------------title SELECT DOLL -----------*/

  #subtitle {

    color: #25201D; /* orange */
    font-family: Verdana,  Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    word-spacing: 2px;
    white-space: nowrap;
    margin: -15px 0px -20px 480px;
  }
  /* ---------------------------menu---------------------- */

  #menu {
    color: #6B4B3B;
    font-size: 18px;
    font-family: RAWN,Georgia,serif;
    margin: -50px 0px 0px 60px;
    border: hidden;
    white-space: nowrap;
    line-height: 22px;
    float: left;
  }

  /* ------------------------title page pattern picture------------ */

  #intopicture{
    height: 400px;
    width: 260px;
    margin: -50px 0px 0px 75px;
    float: left;
  }


  #picture2{      

    background-color: transparent;
    margin: -480px 0px 0px 660px;   /* first px is down from top of page, move up down with larger number */
    float: left;
  }
  #p {
    width: 135px;
    font-size: 13px;
    text-align: justify;
    margin: -250px 0px 0px 660px;
    line-height: normal;
    float: left;
    }




 a:link {
  color: #E2E1E7; /* grey*/
  background-color: transparent;
  text-decoration: none;
}

 a:visited {
  color: #E2E1E7; /* grey */
  background-color: transparent;
  text-decoration: none;
}


  a:hover {
    color: #FF4841; /*red*/
    background-color: transparent;
    text-decoration: underline;
  }