html, body {
	background-color: white;
	
}
	
#container {
		background-color: white;
        margin-top:5px;
        padding:0 0px 0 0px;
        position:relative;
        width:950px;
		height:100%;
        text-align:left;
        clear: both;
		background-color:white;
    }

#naglowek {
       
        width:950px;
        height:30px;
        margin-bottom:0px;
    }
#menu {
         
        width:940px;
        height:50px;
        margin-bottom:0px;
		margin-top:-10px;
	}
#menu ul {
		list-style: none;
	}
#menu li {
		float: left;
		padding-left:0px;
		padding-top:0px;
  		font-weight: bold;
  		font-size: 14px;
	}
#menu a {
		display: block;
		line-height: 20px;
		padding: 0 8px;
		color: #fff;
		font-weight: bold;
	}
#menu a:hover {
		background: #fff;
		color: #294b9d;
	
	}


#srodek {
        background: white url(images/1.jpg) no-repeat;
        width:950px;
		height:615;
        float:left;
		margin-left:-5px;
		margin-top:2px;
		margin-bottom:0px;
	}
#srodek a {
		color:#000000;
		text-decoration:0;
}
#srodek h2 {
		margin-bottom:0px;
		text-indent: 0px;
		padding-left:-0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:11px;
		font-family:Arial;
	}
#srodek p {
		margin-bottom:0px;
		text-indent: 0px;
		text-align: justify;
		padding-left:-0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:12px;
		font-family:Arial;
	}
#tlo2 {
		background: url(images/tlo_2.jpg) repeat;
		float:right;
		width:27px;
		height:400px;
	}

#copyright {
		float:left;
		padding-left:340px;
	}
#design {
		float:right;
}