html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  /*
margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
*/
  font-family:Vrinda;
  background-color:#fff3cb;
  height:100%;
  height:auto;
  background-image:url(../images/Cherry_blossom.png);
  background-repeat:no-repeat;
  background-position: top right;
}

#main {
  width: 890px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left:auto;
  /*
padding-right:200px;
*/
  text-align:left;
  voice-family: "\"}\"";
  height:100%;
  height:auto;
}
/*
Шапка
*/
#header{
  margin:0px auto 20px 180px;
  padding-top:10px;
  height:60px;
  color:#403d33;
  position:relative;
  top:10px;
}

  #header h1{
    font-family:Georgia, serif;
    font-weight:bolder;
    font-size:20pt;
  }
/*
Навигация
*/
#nav {
  margin-top:30px;
  text-align:right;
  color:#403d33;
  width:190px;
  font-size:large;
  font-family:Georgia, serif;
  float:left;
}

  #nav li{
    margin:5px;
    list-style:none;
  }

  #nav a:link,a:visited{
    color:#403d33;
    font:inherit;
  }
  #nav a:hover{
    color:#403d33;
    background:#ccc2a3;
  }
/*
Контент
*/
#page{
  height:530px;
  width:700px;
  /*background-image:url(../images/baget-small-big.png);*/
  background-repeat:no-repeat;
  float:right;
}

  #page p{
    margin:10px;
    padding:3px;
    padding-left:10px;
    font-size:12pt;
    color:#403d33;
    font-family:Georgia, Times, serif;
  }

  #page span{
    /*
background:#ccc2a3;
*/
    padding:0 3px 0 3px;
    font-family:Georgia, Times, serif;
    font-size:17pt;
    font-weight:700;
    font-style:italic;
  }

  #page img{
    border:none;
    background-color:transparent;
  }
    /*
border-image:url(images/stripe.png);
*/
  #page a:link,a:visited{
    color:#403d33;
    font:inherit;
  }

  #page ul li{
    display:inline;

  }
  /*
#page a:hover{
    color:#403d33;
    background:#ccc2a3;
  }
*/

#textarea{
  width:570px;
  margin-left:60px;
  /*margin-top:80px;*/
}

p.first:first-letter {
  font-size:21pt;
  font-weight:900;
}

/*
Подвал
*/
#footer{
  margin-top:10px;
  margin-left:180px;
  text-align:center;
  padding:5px;
  position:relative;

  clear:both;
}
  #footer p{
    font-size:7pt;
    font-family:Georgia;
    color:#403d33;
  }

/*
фиговина
*/
.shadowedtext {
  text-shadow: #fff 0px 1px 0px;
}
