
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Times New Roman;
	color: black;
	background: #4E322E;
}

h1, h2, h3 {
	color: black;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
	color: black;
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid black;
	font-style: italic;
	color: white;
}

ul, ol {
	margin-left: 2em;
	text-align: justify;
	margin-bottom: 1.5em;
	font-style: italic;
}

ul {
}

ul li {
	color: black;
	font-size: 1.1em;
	text-align: justify;
	margin-right: 20px;
	font-style: italic;
}

ol {
}

ol li {
	color: black;
	font-size: 1.1em;
	margin-right: 20px;
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:visited {
color: black;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/* top */

#top {
	width: 1000px;
	height: 20px; 
	background: url(images/a1.jpg);
}


/* Content */

#content {
	width: 1000px;
	margin: auto;
	margin-top: 40px;
	background: #B6543B;
}

/* lewa */

#lewa {
	width: 200px;
	height: 650px;
	float: left;
	background: url(images/lewa.jpg) repeat-x;
}

/* lewa2 */

#lewa2 {
	width: 200px;
	height: 650px;
	float: left;
	background: url(images/lewa2.jpg) repeat-x;
}


/* Logo */

#logo {
	height: 100px;
	width: 800px;
	float: left;
	background: url(images/logo.jpg);
}


/* Menu */

#menu {
	height: 50px;
	width: 800px;
	display: inline;
	background: url(images/menu1.jpg);
	float: left;
	
}

#menu a {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	list-style: none;
	text-decoration: none;
	font-size: 1.2em;
	color: black;
	padding: 5px 5px;
	background: #B8AFF6;
}

#menu a:hover {
	padding: 5px 5px;
	background: #B8AFF6;
}

/* tekst */

#tekst{
	float: left;
	width: 800px;
	height: 500px;
	background: url(images/tlo.jpg);
	font-size: 1.1em;
}
#tekst p{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-style: italic;
	font-size: 1.1em;
}
#tekst a:visited  {
	text-decoration: none;
}
/* prawa */

#prawa {
	float: left;
	height: 500px;
	width: 200px;
	background: url(images/tlo.jpg);
	font-size: 1.1em;
}

#prawa a:hover {
	background: #4E322E;
	padding: 5px 0px;
}

#prawa a:visited  {
	text-decoration: none;
}

/* tekst2 */

#tekst2{
	float: left;
	width: 800px;
	height: 500px;
	background: url(images/tlo.jpg);
	font-size: 1.1em;
}
#tekst2 p{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
}
#tekst2 a:visited  {
	text-decoration: none;
}

/* stopa */

#stopa {
	float: left;
	height: 20px;
	width: 1000px;
	background: url(images/stopa.jpg);
}



/* Footer */

#footer {
	float: left;
	margin-left: 25px;
}

#footer p {
	margin: 0;
	font-size: 1;
	color: white
}

#footer a {
	color: yellow;
	text-decoration: none;
}


