body {
   background: #39322B;
   margin: 0 0 50px 0; padding: 0;
   }

#pojemnik {
   position: absolute;
   left: 50%; top: 0;
   width: 800px; height: auto;
   margin-left: -400px;
   padding: 0;
   background: #eed;
   text-align: center;
   border-left: 2px #fff solid; border-right: 2px #fff solid;
   }




 /* wewnatrz naglowka. */

#naglowek {
   position: relative;
   left: 0; top: 0;
   width: 90%; height: auto;
   padding:  5px 5% 5px 5%;
   background: #eed;
   border-bottom: 2px #fff solid;
   }


 /* This styles the above (big) text. */

#naglowek #one {
   font: 3em "Trebuchet MS", Trebuchet, serif;
   color: #fff;
   display: block;
   clear: both;
   }

 /* This styles the below (small) text. */

#naglowek #two {
   font: italic 1em georgia, serif;
   color: #998;
   display: block;
   }


 /* menu - ponizej naglowka. */

#menu {
   position: relative;
   left: 0; top: 0;
   width: 98%; height: auto;
   padding:  3px 1% 4px 1%;
   border-top: 2px #eed solid;
   background: #D3D2B8;
   font: bold .8em/100% arial, sans-serif;
   text-align: left;
   z-index: 0;
}

#menu a{
   color: #645846;
   text-decoration: none;
   margin: 0 5px 0 5px;
}

#menu a:hover{
   color: #fff;
}


 /* główny blok - ponizej menu. */

#content {
   float: left;
   padding: 25px 12px 12px 12px;
   width: 70%; height: auto;
   background: #fff;
   text-align: left;
   border-left: 2px #eed solid; border-top: 2px #eed solid;
}

#content h1 {
   margin: 0 0 10px 0;
   padding: 0;
   font: 1.6em garamond, serif;
   color: #77773C;
   border-bottom: 1px #77773C dashed;
}

#content p {
   float: left;
   width: 94%;
   padding: 0 0 0 3%;
   margin: 0 0 20px 0;
   font: .8em/150% arial, sans-serif;
   color: #222;
   text-align: justify;
}

#content p.indent{
    text-indent: 30px;
}

#content p a{
   color: #77773C;
   border: none;
   font-weight: bold;
   text-decoration: none;
}

#content p a:hover{
   color: #aaa;
   text-decoration: none;
}


 /* blok z prawej - ponizej menu. */

#right_pane {
   float: left;
   margin: 0;
   padding: 5px 4px 5px 4px;
   width: 25%; height: auto;
   background: #D3D2B8;
   border-left: 2px #eed solid; border-bottom: 2px #fff solid;
   font: .7em arial, sans-serif;
   color: #555;
   text-align: left;
   z-index: 1;
}

#right_pane h5{
   font: bold 1.3em verdana, sans-serif;
   color: #77773C;
   margin: 0 0 15px 0; padding: 0;
}

#right_pane .date{
   background: transparent;
   border-top: 1px #D3D2B8 solid;
   margin: 0; padding: 0;
   font-style: italic;
   font-weight: bold;
   border: none;
}

#right_pane p{
   width: auto;
   border: 1px #D3D2B8 solid;
   background: #fff;
   margin: 0 0 5px 0; padding: 5px;
}


#right_pane p a{
   color: #77773C;
   border: none;
   font-weight: bold;
   text-decoration: none;
}

#right_pane p a:hover{
   color: #aaa;
   text-decoration: none;
}


#footer{
 margin: 0;
}

#footer p{
   text-indent: 0;
   margin-top: 50px;
   font: bold .6em verdana, sans-serif;
   color: #bbb;
   text-align: right;
   }

	
	 
acronym{
   text-decoration: none;
   border-bottom: 1px #77773C dotted;
}
