/*
 *      Cascading Style Sheet
 *
 *      @ lukaszkowalcze@o2.pl
 *
 */


body {
  margin:0; padding:0;
  font-family: Arial;
  font-size:12px;
  color:#603814;
  background-image: url(../images/bg_main.gif);
  background-repeat: repeat-x;
  background-color:#a67952;
}


div, table, img, form, ul, li, p {margin:0; padding:0; border:0;}

p {
  line-height:20px;
  margin-bottom:10px;
  font-weight:bold;
}

a{
  font-size: 13px;
  color:#603814;
  font-weight: bold;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

h1 {
  font-size: 1.5em;
  margin: 0 0 10px 0;
  font-weight:bold;
}


#mainConteinder{
  margin:0 auto;
  width:725px;
}
#banerTop{
  width:725px;
  height:183px;
  clear: both;
}

#bodyConteinder{
  width:725px;
  height:606px;
  background-image: url(../images/bg_body.jpg);
}
#bodyLeft{
  width:152px;
  float:left;
}
#bodyRight{
  width:550px;
  float:left;
}
#bodyRightText{
  width:465px;
  padding-top:95px;
  padding-left:13px;
  overflow: hidden;
}

#bodyRightText2{
  width:465px;
  padding-top:0px;
  padding-left:165px;
  overflow: hidden;
    float:left;
}

#bodyRightText ul {
  margin: 0 20px;
}
#bodyRightText li {

}

#footer{
  width:725px;
  height:234px;
  background-image: url(../images/bg_footer.jpg);

}


#menu{
  width:150px;
  height:290px;
  padding-top:95px;
  text-align: right;
}
#menu ul{
 text-align: right;
}
#menu li{
  list-style-type: none;
  height:60px;
}
#menu a{
  display: block;
  text-decoration: none;
  margin:0;
  padding:0;
  height:60px;
}
