body {
	text-align: center;
	margin-top: 10px;
	padding:0px;
	background:url(img/bg.jpg);
	background-color:#fff;
	font-family:  'Book Antiqua', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004B32;
	font-size: 13px;
	line-height: 1.4;
}
a {
	color: #ffffff;
	text-decoration:none;
}
a:hover{
	color:#006440;
	text-decoration:underline;
}

h1 {
	position: relative;
	text-align : left;
	right: -20px;
	left: 0;
	padding-top:0px;
	font-size: 20px;
	margin-top: 0px;
	color:#004B32;
	font-weight:bolder;
	border-bottom: 4px double #fff;
}
h2 {
	font-size: 16px;
	text-align : center;
}
h3 {
	font-size: 15px;
	text-align : left;
	text-indent : 15px;
}
p {
  	text-align:justify;
  	font-size:16px;
  	font-weight:bolder;
  	padding-left:5px;
  	padding-right:5px;
}

h4 {
	font-size: 16px;
	text-align : left;
	font-weight:bolder;
	color:#fff;
	text-decoration:underline;
	text-transform:uppercase;
	margin-left:45px;
  	margin-bottom:8px;
}

.cont {
	position: relative;
	text-align: left;
	background-color:transparent;
	margin: 0px auto 0 auto;
	padding: 0;
	width: 740px;/**900**/
	
	}
.naglowek {
	height: 200px;
	margin-bottom:30px;
	background: url(img/banner.gif);
	border-top:4px solid #006640;
	border-left:4px solid #006640;
	}
img {
  	border:2px solid #004B32;
}

.menu{
  	float:left;
	width:130px;
	margin: 0; padding: 0;
}

.menu ul {
  	background-color: transparent;
  	width:130px;
	list-style: none;
	line-height: 1;
	margin: 0; padding: 0;
}
.menu ul li {
	display: table;
}
.menu ul li a {
	display:block;
	width:100px;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	background-color: transparent;
	color: #004B32;
	padding: 5px 10px;
	text-decoration: none;
	line-height: 2;
	border-left:10px solid #fff;
 	}
.menu ul li a:hover {
	color: #fff;
	background-color:#006440;
	border-top:3px solid #006440;
	border-bottom:3px solid #006440;
	}
	
.menu ul li a:active {
	color: #006440;
	}
	
.tresc {
	width: 606px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:20px;
	padding: 0;
	float: left;
	text-align: justify;
	background-color:transparent;
	border-right:4px solid #fff;
	border-bottom:4px solid #fff;
	
}
.stopka{
  	background: url(img/stopka.jpg) no-repeat;
	clear:both;
	font-size:14px;
	text-align:center;
	font-weight:bolder;
	height:30px;
	color:#fff;
	margin:0;
	padding:0px;
	border: 2px solid #ffffff;
  
}
ul {
  	font-size:16px;
  	font-weight:bolder;
  	padding-right:5px;
  	
}
ul li {
  	font-size:16px;
  	text-transform:lowercase;
}
.u{
  	text-decoration:underline;
  	color:#fff;
}	
.right {
	text-align: right;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.kolor {
	color: #0666A6;
}

