
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x;
	background-color: #AFABAB;
}

h1, h2, h3 {
	color: #F0C4C4;
}

h1 {
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 3px 3px 5px BLACK;
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p {
	color: #F0C4C4;
	text-align: justify;
	font-size: 1em;
	COLOR: white;
	text-shadow: 3px 3px 5px BLACK;
}

ul, ol {
	margin-left: 2em;
}

ul {
}

ul li {
	COLOR: white;
	text-shadow: 3px 3px 5px BLACK;
}

ol {
}

ol li {
	color: #F0C4C4;
}

a:link {
	color: #cdcdc;
	text-decoration: none;
}

a:hover {
	color: #cdcdc;
	text-decoration: none;
}

a:visited {
	color: #cdcdc;
	text-decoration: none;
}

/* Content */

#content {
	width: 1050px;
	margin: auto;
	background-color: #4c4c4c;	
}

/* top */

#top {
	width: 1050px;
	margin: auto;
	background: url(images/bg.jpg) repeat-x;	
}
/* napis */

#napis {
	width: 800px;
	height: 50px;
	float: left;
}
#napis p{
	color: white;
	font-size: 1.3em;
	text-align: center;
	text-shadow: 3px 3px 5px silver;
	margin-top: 5px;
}

#napis a:link {
	color: #fff;
	text-decoration: none;
}

#napis a:hover {
	color: #fff;
	text-decoration: none;
}

#napis a:visited {
	color: #fff;
	text-decoration: none;
}

/* wyszukiwarka */

#wyszukiwarka {
	width: 250px;
	height: 50px;
	float: left;
}

/* obrazek */

#obrazek {
	width: 1050px;
	height: 250px;
	float: left;
	margin: auto;
}
/* obrazek_1 */

#obrazek_1 {
	width: 250px;
	height: 250px;
	float: left;
	margin: auto;
}
/* obrazek_2 */

#obrazek_2 {
	width: 500px;
	height: 250px;
	float: left;
	margin: auto;
}

#obrazek_2 p{
	margin-top: 60px;
	color: #3399CC;
	font-size: 1.3em;
	text-align: center;
}

/* obrazek_3 */

#obrazek_3 {
	width: 300px;
	height: 250px;
	float: left;
	margin: auto;
}

/* Menu */

#menu {
	float: left;
	width: 1050px;
	background-color: #333;
}


/* tekst */

#tekst {
	float: left;
	width: 1050px;
}

#tekst p{
	margin-top: 30px;
	font-size: 1.1em;
	text-align: center;
	color: black;
	text-shadow: 3px 3px 5px white;
}

#tekst a:link {
	color: #fff;
	text-decoration: none;
}

#tekst a:hover {
	color: #fff;
	text-decoration: none;
}

#tekst a:visited {
	color: #fff;
	text-decoration: none;
}

/* Footer */

#footer {
	float: left;
	width: 1050px;	
	height: 30px;
	background-color: #333;
}

#footer p {
	margin-left: 30px;
	margin-top: 10px;
	font-size: 0.7EM;
	color: white;
	text-shadow: 3px 3px 5px BLACK;
}

#footer a {
	color: yellow;
	text-decoration: none;
}

