html, body, div, a, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

body {
	background-color: #FFF5EE;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

div#top {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 50px;
	background-image: url(../images/top.png);
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url(../images/center.png);
}

div#kl {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 129px;
	background-image: url(../images/kl.jpg);
}

div#logo {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 191px;
	background-image: url(../images/logo.jpg);
}

div#menu {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #231F20;
}

table#table_menu {
	margin-left: 25px;
}

td.star {
	width: 39px;
	height: 39px;
	background-image: url(../images/star.jpg);
}

td.link {
	padding-right: 25px;
	vertical-align: middle;
}

td.link a {
	color: #FFFFFF;
	text-decoration: none;
}

td.link a:hover {
	color: #DA251E;
	text-decoration: underline;
}

div#center {
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	text-align: justify;
}

div#center h1 {
	color: #0A3B7D;
	font-size: 18px;
	margin: 0px;
	margin-top: 50px;
	border-bottom: solid 1px #999999;
}

div#center h2 {
	font-size: 15px;
	margin: 0px;
	margin-top: 50px;
}

div#center h3 {
	font-size: 13px;
	margin: 0px;
	margin-top: 20px;
	color: #B70711;
}

div#center img {
	border: 0px;
}

div#center a {
	color: #093A7C;
}

div#center p {
	text-align: justify;
	margin-bottom: 20px;
}

div#partnerzy {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 900px;
	background-image: url(../images/partnerzy.jpg);	
	background-repeat: repeat-x;
	background-color: #231F20;
	padding-top: 70px;
}

div#partnerzy table {
	margin-left: auto;
	margin-right: auto;
}

div#partnerzy table tr td {
	width: 240px;
	padding: 20px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 30px;
	color: #777777;
}

div#partnerzy table tr td h1 {
	color: #aaaaaa;
	font-size: 12px;
	margin-bottom: 30px;
	font-weight: bold;
}

div#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 48px;
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

div#bottom a {
	font-size: 10px;
	color: #A5130F;
}

div.foto {
	text-align: center;
}

div.foto a img {
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	border: 2px solid #0068CC;
}