/* reset */
body, h1, h2, h3, h4, h5, h6, 
blockquote, p, address, form, fieldset, 
ul, ol, dl, dt, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}
a, a:visited {text-decoration: none;}
fieldset, img {border: 0;}
li {list-style:none;}
/* reset koniec */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px auto 10px auto;
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 600px;
	margin: auto;
}
#header {
	background: url(img/header.gif) 0 0 no-repeat;
	height: 220px;
	width: 600px;
	color: #296f8f;
	font-weight: bold;
	padding-top: 5px;
}
#header ul {
	text-align: left;
	padding-left: 79px;
}
#header ul li {
	display: inline;
	padding-right: 22px;
}
#header img {
	padding-top: 35px;	
}
#content {
	text-align: left;
	line-height: 18px;
}
#content h1 {
	background: url(img/arrow.gif) 0 0 no-repeat;
	font-size: 18px;
	padding: 5px 0 5px 35px;
}
#content p {
	padding-top: 10px;
}
#content div {
	border-bottom: 2px solid #bfe7f9;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	margin-top: 10px;
}
#content span {
	font-size: 10px;
}
#content ul li {
	display: inline;
}
td {
	text-align:center;
}