
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	background: #fff;
}

h1, h2, h3 {
	color: #F0C4C4;
}

h1 {
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 3px 3px 5px red;
}

h2 {
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 3px 3px 5px red;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p {
	color: #F0C4C4;
	text-align: justify;
	font-size: 1em;
}

ul, ol {
	margin-left: 2em;
}

ul {
}

ul li {
	COLOR: BLACK;
	text-shadow: 3px 3px 5px BLACK;
	margin-right: 25px;
}

ol {
}

ol li {
	color: #F0C4C4;
}

a:link {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

/* Content */

#content {
	width: 800px;
	margin: auto;
	margin-top: 15px;
}

/* top_l */

#top_l {
	float: left;
	width: 183px;
	height: 200px;
	background: url(images/czerwona.jpg);
}

/* top_p */

#top_p {
	float: left;
	width: 617px;
	height: 200px;
	background: white;
}

/* spacer */

#spacer {
	float: left;
	width: 800px;
	height: 6px;
	background: #FB1521;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	height: 400px;
	background: url(images/LEWA.jpg) repeat-Y;	
}

#sidebar p{
	margin-left: 23px;
	margin-right: 10px;
	text-align: center;
	text-shadow: 3px 3px 5px BLACK;
	color:black;
}

#sidebar a{
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	color: red;
	text-decoration: none;
}

/* text */

#text {
	float: left;
	width: 600px;
	height: 400px;
}

#text p {
	margin-right: 25px;
	color: red;
}

/* Footer */

#footer {
	float: left;
	width: 800px;	
	height: 50px;
	background: url(images/stopa.jpg);
}

#footer p {
	margin-left: 50px;
	margin-top: 10px;
	font-size: 0.7EM;
	color: black;
}

#footer a {
	color: yellow;
	text-decoration: none;
}

#footer img{
	float: right;
	margin-right: 200px;
}


