body {
    background-color: #f8f8f8;
    color: 0f0f0f;
    font-family: Trebuchet, Arial;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

#PAGE {
    margin: 0px auto;
    padding: 10px;
    height: auto;
    width: 960px;
	float: top;
}

#BANNER {
    margin: 0px auto;
    padding-top: 0px;
    height: 140px;
    width: 960px;
	
}

#MENU {
    margin: 0px auto;
	 background-image: url('gfx/menu.png');
    height: 50px;
    width: 960px;
	float: left;
	 
}
#REKLAMY {
    margin: 0px auto;
	 background-image: url('gfx/polecamy.png');
    padding-top: 0px;
    height: 50px;
    width: 180px;
	float: left;
    overflow: hidden;
}
#REKLAMY1 {
    margin: 0px auto;
    padding-top: 10px;
	margin-left: 10px;
    width: 170px;
	float: left;
    overflow: hidden;
}
#NEWSY {
    margin: 0px auto;
	background-image: url('gfx/newsy.png');
    padding-top: 0px;
    height: 50px;
    width: 640px;
	float: left;
    overflow: hidden;
}
#NEWSY1 {
    margin: 0px auto;
    padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 30px;
    width: 590px;
	float: left;
    overflow: hidden;
}

#newsy_tresc {
    margin: 0px auto;
    padding-top: 40px;
	padding-left: 10px;
	float: left;
}
#reklamy_tresc {
    margin: 0px auto;
    padding-top: 40px;
	float: left;
}
#PARTNERZY {
	 background-image: url('gfx/partnerzy.png');
	 height: 50px;
    width: 140px;
	float: left;
}
#PARTNERZY1 {
	margin: 0px auto;
    padding-top: 10px;
	padding-bottom: 10px;
    width: 140px;
	float: left;
	position: relative; 
    overflow: hidden;
}
#STOPKA {
	 background-image: url('gfx/stopka.png');
    height: 45px;
    width: 925px;
	clear: both;
	text-align: center;
	padding-left: 35px;
	padding-top: 30px;
	text-align: left;
	color : #132345;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

.news {
	margin-top:10px;
	margin-bottom:20px;
	border-collapse:collapse;
	width:100%;
	float: left;
}
.news .header {
	font-weight:bold;
	text-align:center;
}


 .news a {
color : #d9590a;
font-weight : bold;
font-size : 14px;
text-decoration : none;
}

 .news a:hover {
color : #383d41;
font-weight : bold;
font-size : 14px;
text-decoration : none;
}


#menu {
display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 100px;
}
#menu ul {
list-style-type : none;
}
#menu li {
float : left;
}


#menu li a {
display : block;
width : 100px;
height: 32px;
padding-top: 18px;
text-align : center;
background :  url("gfx/menu_item.png") no-repeat top right;
color : #132345;
font-weight : bold;
font-size : 12px;
text-decoration : none;
}
#menu li a:hover {
background :  url("gfx/menu_item.png") no-repeat top right;
color : #383d41;
text-decoration : none;
}




