/* CSS Document */

* { padding: 0; margin: 0; font-family: Tahoma, sans-serif;}
br {clear: both;}
.clear { display: none; border: none; background: transparent; }

body {background: #f3f2e6 url('../img/bodybg.gif') repeat-x;}

#wrapper { display: block; width: 800px; padding: 30px 0 100px 0; margin: 0 auto; background: transparent url('../img/top.jpg') no-repeat; }
  #logo { display: block; float: left; border: none; }
  .enlnk { display: block; width: 135px; height: 21px; float: right; margin: 30px 0 0 0; padding: 5px 35px 0 0; font-size: 10px; line-height: 10px; text-align: right; text-decoration: none; color: #8b925c; background: transparent url('../img/en.gif') right no-repeat;  }
  a.enlnk:hover { color: #57603f; }
  #pl {  background: transparent url('../img/title.gif') top left no-repeat;  }
  #en {  background: transparent url('../img/title_en.gif') top left no-repeat;  }
  .info { display: block; width: 800px; margin: 10px auto 200px auto; padding: 45px 0 0 60px; }
    .info a {text-decoration: underline; color: #515c0f; } .info a:hover {text-decoration: none;}
    .info p { font-size: 12px; color: #3c270e; padding: 3px 10px; }
    .info h1 { font-size: 14px; color: #3c270e; padding: 5px 10px 0 10px; }
    .info ul {font-size: 11px; font-weight: bold; color: #3c270e; margin: 0 0 0 20px; padding: 5px 0; list-style: none; line-height: 13px; }
      .info li {display: block; padding: 0 0 0 15px; margin: 0 0 4px 0; background: transparent url('../img/dot.gif') 0 3px no-repeat;}
    .info .border {padding: 0 0 12px 0; margin: 5px 0 0 10px; background: transparent url('../img/border.gif') left bottom no-repeat; }
