/*

    Created by WookaSh - wookash.net
--------------------------------------------------------
    Contact: kontakt@wookash.net

*/

body { 
  background: url(lay/back.jpg) repeat top left;
  background-color: #451a19;
  font-family: 'Times New Roman';
}

/* BOOK */

#book { 
  margin: 60px auto;
  width: 1024px;
  height: 600px;
  
  background: url(lay/book.png) no-repeat top center;
}

#logo {
  background: url(lay/logo.png) no-repeat top left;
  float: right;
  margin: 40px 15px 0 0;
  width: 315px;
  height: 125px;
}

/* LEFT */

#left {
  float: left;
  width: 500px;
  height: 600px;
}

#left ul {
  float: right;
  margin: 65px 85px 0 0;
  
  font-family: 'Georgia';
  font-size: 20pt;
  
  width: 400px;
}

#left li {
  list-style: none;
  text-align: right;
  margin-bottom: 30px;
}

#left a {
  text-decoration: none;
  color: #a1b23a;
}

#left a:hover {
  color: #7f8c31;
  background: url(lay/pioro.png) no-repeat bottom right;
  padding-right: 75px;
  margin-right: -75px;
}

/* RIGHT */

#right {
  float: right;
  width: 500px;
  height: 600px;

  overflow: hidden;
}

#right h2 {
  margin: 120px 0 10px 100px; 
  color: #a5a949;
  
  font-family: 'Georgia';
  font-weight: 600;
  font-size: 16pt;
}

#right p {
  margin: 10px 75px 20px 45px;
  text-align: justify;
  
  font-size: 10pt;
  line-height: 15pt;
  color: #4f5a3f;
}

#right ul {
  margin: 20px 60px;
}

#right li {
  list-style: circle;

  font-size: 9pt;
  line-height: 16pt;
}

#right a {
  font-size: 9pt;
  font-weight: bold;
  color: #688046;  
  
  text-decoration: none;
}

#right a:hover {
  color: #4f5a3f;
}

/* FOOTER */

#footer {
  margin: -60px 0 5px 0;
  text-align: center;
  font-size: 9pt;
  
  color: #675133;        
}


/* Additional */

img {border:0}

* {outline: 0; border: 0; margin: 0; padding: 0;}