  
  
  body {
        background-color: white;
        margin: 0px;
  }
  
  
  
  #top {
        width: auto;
        height: 254px;
        margin: 0px auto;
        background-repeat: repeat-x;
        background-image: url("../images/top-grad.jpg");
                                       
  }
  
  
  
  #top-inner {
        width: 997px;
        height: 254px;
        margin: 0px auto;
                                       
  }
  
  
  #top-lewo {
        width: 765px;
        height: 253px;
        margin: 0px auto;
        float: left;
                                       
  }
  
  
  #top-1 {
        width: 241px;
        height: 111px;
        background-image: url("../images/top-1.jpg");
        float: left;
  }
  
  
   #top-2 {
        width: 524px;
        height: 111px;
        background-image: url("../images/top-2.gif");
        float: left;
  }
  
  
  #top-prawo {
        width: 230px;
        float: left;
  }
  
  
  
  #top-3 {
        width: 231px;
        height: 253px;
        background-image: url("../images/top-3.gif");
        float: right;
                                                
  }
  
  
  #srodek-1 {
        width: 152px;
        height: 142px;
        background-image: url("../images/srodek-1.jpg");
        float: left;
  }
  
  
  #srodek-2 {
        width: 613px;
        height: 142px;
        background-image: url("../images/srodek-2.jpg");
        float: left;
  }
  
  
  #content {
        width: 996px;
        height: auto;
        margin: 0px auto;  
  }
  
  
  #content-inner {
        width: 810px;
        height: auto;
        margin: 0px auto;
  }
  
  
  #content-lewo {
        width: 500px;
        height: auto;
        float: left;
  }
  
  
  
  .szpalty {
        width: 450px;
        min-height: 300px;
        float: left;
        margin-bottom: 40px;
  }
  
  
  
  .naglowek {
        width: auto;
        height: 3em;
        background-color: white;
  }
  
  
  .post {
        width: auto;
        height: auto;
        border-top: solid 1px rgb(200, 200, 200);
        border-bottom: solid 1px rgb(250, 250, 250);
  }
  
  
  #content-prawo {
        width: 260px;
        height: 500px;
        float: left;
  }
  
  
  #inner-prawo {
        width: 260px;
        height: 500px;
        margin: 0px auto;
        background-color: white;
  }
  
  
  .naglowek-ico {
        width: 232px;
        height: 120px;
        background-image: url("../images/naglowek.jpg");
        margin: 0px auto;
  }
  
  
  #footer {
        width: auto;
        height: 170px;
        background-image: url("../images/footer-bok.jpg");
        background-repeat: repeat-x;
        clear: both;
  }
  
  #footer-inner {
        width: 996px;
        height: 170px;
        background-image: url("../images/footer-srodek.jpg");
        background-repeat: repeat-x;
        margin: 0px auto;
        padding-top: 40px;
  }
  
  
  
  
  
  
  
  
  h1 {
        font-family: impact;
        font-size: 48px;
        font-weight: normal;
        color: rgb(128, 128, 128);
  }
  
  
  
  h2 {
        font-family: georgia;
        font-size: 18px;
        font-weight: normal;
        color: white;
        font-style: italic;
  }
  
  
  h3 {
        font-family: verdana;
        font-size: 18px;
        font-weight: normal;
        color: rgb(102, 102, 102);
        
        margin-left: 50px;
  }
  
  
  h4 {
        font-family: georgia;
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        color: rgb(102, 102, 102);
        text-align: center;
  }
  
  
  p {
        font-family: georgia;
        font-size: 12px;
        font-weight: normal;
        color: rgb(102, 102, 102);
  }
  
  
  
  li {
        float: left;
        margin-right: 20px;
  }
  
  
  img {
        border: none;
        float: left;
  }
  
  
  
  .clear {
        clear: both;
  }
  
  
  
  #a-title {
        font-family: impact;
        font-size: 48px;
        font-weight: normal;
        color: rgb(128, 128, 128);
        font-style: normal;
  }
  
  
  #a-title:hover {
        color: white;
        text-decoration: none;
  }
  
  
  
  a {
        text-decoration: none;
        color: rgb(120, 120, 120);
        font-family: georgia;
        font-style: italic;
  }



  a:hover {
        text-decoration: underline;
        color: black;
  }
  
  
  
  p:first-letter {
        font-size: 2.5em;
        color: rgb(246, 146, 30);
  }
  
  