/* 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 {
	margin: 0 auto 10px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #444;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;	
}
#container {
	width: 760px;
	margin: auto;
	text-align: left;
}
#header {
	margin-bottom: 10px;
	float:left;
	width:100%;
}
#header #gfx {
	background: url(images/top.jpg) 0 0 no-repeat #999;
	width: 760px;
	height: 150px;
	margin-top: 10px;
	float:left;
}
#header ul {
	width: 100%;
	margin: 10px 0;
}
#header ul li {
	display: inline;
}

#content {
	border-top: 5px solid #333;
	padding-top: 10px;
	float:left;
	width:100%;	
}
#content #page p {
	padding-bottom: 10px;
	line-height: 16px;
	padding:5px;
}
#footer {
	font-size: 10px;
	border-top: 2px solid #333;
	padding-top: 10px;
	float:left;
	width:100%;	
}


