html, body {	
	padding: 0;
	margin: 0;
	font-size: medium;
	margin-top: 5px;
	line-height: 120%;
	background: #ffeaaa url('../index/back.jpg') repeat-y center top;
	}

                 /***********   UKŁAD   ******************/

#wrapper {
	width: 900px;
  margin: 0 auto;
  padding: 0px 40px;    
  }

#lewa {
    float: left;
    width: 220px;
    margin-top: 10px ;  
    }

#srodek {
	float: right;
	width: 600px;
	padding: 0px 20px 0px 20px;   /* 10 0 0 20 */
	margin-right: 20px;
	margin-top: 10px;
	background: url('../index/srodek.jpg') repeat-y center top;
	font-size: small;
	text-align: left;
	font-family: "Courier New", Verdana, sans-serif ;
   }

#srodek h1{
	font-variant: small-caps;
	text-align: center;
	color:#38723f;	
	}

#popieram{
	float: right;
	width: 640px;
	background: url('../index/srodek.jpg') repeat-y center top;
	font-family: "Courier New", Verdana, sans-serif ;
	margin: 5px 20px;
	}
#popieram {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

#popieram img{
	border: 0;
	margin: 0px 10px;
	}
	
#footer {
	width:980px;
        text-align: center;
	font-size: smaller;
        background: #fadb6f;  
        margin: 0 auto;
	}
    
#footer a{
	color:white;
	text-decoration: none;
	font-size: 110%;
	}
	
#footer a:hover{
	color: black;
	text-decoration: underline;
	font-style: italic;
	}
	
br.clearing {
   clear: both;
   }	
	
	          /****************   LOGO    ************************/
	 
#logo {
	background:  #ffeaaa url('../index/naglowek.jpg') no-repeat center top;
	margin: 0 auto;
	width: 700px;
	height: 180px;	
   }
#logo p {
	color: white;
	text-align: right;
	padding: 160px 25px 0 0;
	}

					/***************   MENU   *********************/

.menu {
    width: 220px;    
    background:  url('../index/blok_top.jpg') no-repeat top;
    }

.menu .bottom {
    background: url('../index/blok_bottom.jpg') no-repeat center bottom;
    padding-top: 15px;
    margin-top: 0;
    }   

.menu .bottom ul {
    background: url('../index/blok_center.jpg') repeat-y;
    padding: 0;
    margin: 0;
    margin-bottom: -5px;
    padding-bottom: 5px;
    padding-top: 5px;
	  text-align: center;
    }


.menu .bottom ul a    {
	color: #ffffff;
	font-size: medium;
	font-family: "Courier New";
	text-decoration: none;
   }
	
.menu .bottom ul a:hover	{
	color: #ffeaaa;
	text-decoration: underline;
	cursor: pointer;
	
   }
.menu .bottom ul li{
	list-style-type: none;
	line-height: 1.2;
	}

