/* your style.css */
body {
	margin:0;
	padding:0;
	font-family:helvetica,times;
	font-size:8pt;
/*	chwilowo */
	background-color: #333;
	
	background-image:url('body-bg.png');
	background-position: top center;
	background-repeat: repeat-y;
	
}
a {
	color:#333;
	text-decoration:none;
	border-bottom:1pt solid #444;
}
a:hover {
	color:#000;
	background:#444;
	text-decoration:none;
	border-bottom:1pt double #444;

}
#wrapper {
	color:#fff;
	background-color:#000;
	width:800px;
	margin:0 auto;
}

#box-head {
	height:460px;
	background-image:url('edek-001-bw.jpg');
	background-repeat: no-repeat;
	color:#222;
}

#box-head h1,h3 {
	display:none;

}
#boxes {
border-top:1pt solid #333;
}
#boxes h1,h2 {
border-bottom:2px solid #333;

}
.box-small {
	width:180px;
	margin:1em;
	padding-left:0.5em;
	float:right;

}
.box-wide {
	float:left;
	width:357px;
	margin:1em;


}
#foot {
	width:50%;
	margin:0 auto;
	margin-top:2em

 height:3em;
	clear:both;
	text-align: center;
	color:#666;
	font-size:x-small;
}
#foot a {
	color:#fff;
}
li {
	list-style:square;
}
em {
	font-style: oblique;
	background-color:#444;
	
}
