body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:active, a:hover {
	color: #3399FF;
	text-decoration: none;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 132px;
	width: 763px;
}
#conteiner {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	width: 763px;
}
#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 763px;
}
#pasek1 {
	background-image: url(../images/pasek1.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 11px;
	width: 763px;
}
#tresc {
	background-image: url(../images/tlo.png);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
	height: auto;
	width: 695px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 55px;
	font-size: 95%;
	line-height: 1.5;
	text-align: left;
}
#pasek2 {
	background-image: url(../images/pasek2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 13px;
	width: 763px;
	clear: both;
}
#footer {
	margin: 0px;
	float: left;
	height: auto;
	width: 695px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 55px;
	background-image: url(../images/tlo.png);
	background-repeat: repeat-y;
	font-size: 80%;
}
#pasek3 {
	background-image: url(../images/pasek3.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 13px;
	width: 763px;
}
/*HACKI*/
* html body {
	font-size: small; /*dla IE5/Win*/
	f\ont-size: medium; /*dla innych wersji IE*/
}
* html #tresc {
	width: 763px;
	w\idth: 695px;
	padding-right: 13px;
	padding-left: 55px;
	padding-top: 15px;
	padding-bottom: 15px;
}
* html #footer {
	width: 763px;
	w\idth: 695px;
	padding-right: 13px;
}
* html #pasek1 {
	margin-bottom: -8px;
}
* html #pasek2 {
	margin-bottom: -8px;
}