﻿body {
	margin: 0;
	padding: 0;
	background: url('img/tlo.png') top center no-repeat #030f5b;
	font-family: Georgia, sans-serif;
	color: #000;
	font-size: 14px;
}
img {
	border: 0;
	margin: 0;
}
div#strona {
	width: 854px;
	text-align:center;
  	margin: 0 auto;
}
div#box {
	margin:auto;
	width: 800px;
	background:#fff;
}
div#header {
	background: url('img/header.png') top center no-repeat;
	border: none;
	height: 200px;
}
div#content {
	background: url('img/content.png') top center repeat-y;
	overflow: hidden;
}
div#menu {
	width: 150px;
	text-align:center;
	border:none;
	float: left;
	margin-right: 5px;
}
ul {
	width: 135px;
}
ul, ul li {
	display: block;
	list-style: none;
	padding: 0px 5px;
	font-weight: 500;
}
div#zawartosc {
	width: 640px;
	text-align:justify;
	min-height:500px;
	float: left;
}
div.bok {
	background:url('img/lewy.png') repeat-y;
	margin:0;
	padding:0;
	background-position:left; 

}
div.bok div.prawy {
	background:url('img/prawy.png') repeat-y;
	margin:0;
	padding:0;
	background-position:right; 
}
div#stopka {
	background: url('img/content.png') top center repeat-y;
	text-align:center;
	font-size:10px;
}
h1 {
	text-align: right;
	font-size: 24px;
	font-weight: 700;
	margin:0;
}
h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin:0;
}
h3 {
	text-align: left;
	font-size: 16px;
	font-style: italic;
	margin:0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ce2727;
}