body {
	padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; 
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom:0px; 
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #E5E7E6;
}

div {
	position: relative;	border: 0px solid black; padding: 0px; margin: 0px; height: auto;
}

/************************
* 	SZKIELET STRONY
************************/

#all{
	margin-right: auto;	margin-left: auto; position: relative; text-align: left; width: 780px; height: auto; border: 0px solid black; background:url(img/srodek2.jpg);
}
#naglowek {
	width: 100%; height: 180px;
}

#menu {
	width: 100%; height: 43px; background-color: white; text-align: center; margin-left: 0px;
}

#baner {
	width: 100%; height: 82px; background-image:url(img/tlo_baner.jpg);
}

#tresc {
	width: 740px; min-height: 469px; padding: 20px 20px 20px 20px; font-size: 12px;  background-image:url(img/srodek.jpg); background-position:top; background-repeat:no-repeat;
}

/**********************************
* 			MENU
***********************************/
ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	text-align: left;
	list-style-type:none;
}

.rightBorder {
	border-right: 0px solid black;
}

/************************************
* 				STOPKA
**************************************/
#stopka {
	height: 20px; width: 100%;	background-image: url(img/stopka.jpg);	
}

/************************************
* 				LINKI
**************************************/

a:link { 
	color:#000053;
	text-decoration:none; 
	font-size: 12px;
	font-weight: bold;
}
a:visited { 
	color:#000053;
	text-decoration:none; 
	font-size: 12px;
	font-weight: bold;
}

a:hover{ 
	color:#FFFFFF;
	text-decoration:none; 
	font-size: 12px;
	font-weight: bold;
	
}