body {
    margin: 0;
    padding: 20px;
    font: 14px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #64441c;
    background: #ECECEC;/*tło główne*/
}

p {
    margin: 0;
    padding: 10px 0;
    text-align: justify;
}

#main {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: left;
    background: #FFFFE0 url(images/bg.gif) repeat-y; /*tło pod tekstem głównym*/
    border-left: 1px solid #EBB86C;
    border-right: 1px solid #EBB86C;
}

#header {
    padding: 50px;
    height: 80px;
    font-size: 40px;
    color: #FFFFE0;
    background: url(obrazy/grafika/6.jpg);
	  text-align: center;
	  }


#left {
    float: left;
    font-weight: bold;
    padding: 10px;
    overflow:auto;
    width: 210px;
}

#cent {
    float: left;
    padding: 10px;
    width: 490px;
}

#right {
    float: left;
    margin:10px;    
    padding: 10px;
    width: 170px;
    color: #ffe590;
    font-weight: bold;
    background: #723b00;
    border: 2px solid #b46919;
}

#footer {
    clear: both;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #723b00;
    color: #ffe590;
}

dl, dt{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

p#menu {
display: block;
	width: 186px;
	text-decoration: none;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	background-color: #723b00;
	color: #ffe590;
	/*border-right: 10px solid #723b00;*/
}

dl{
	width: 200px;
	padding: 1px 2px 0px 1px;
	background-color: #b46919;
	}

dl dt, dd {
	border-bottom: 2px solid #b46919;
}

dt a:link, dt a:visited{
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #834c12;
	color: #ffe590;
	border-left: 10px solid #723b00;
}

dd a:link, dd a:visited {
	display: block;
	width: 136px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #834c12;
	color: #ffe590;
	border-left: 10px solid #723b00;
}
dt a:hover {
	width: 166px;
	background-color: #8b5c29;
	color: #fff;
	border-left: 20px solid #765430;
}
dd a:hover {
	width: 126px;
	background-color: #8b5c29;
	color: #fff;
	border-left: 20px solid #765430;
}

a[title="menu"] {
display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #834c12;
	color: #ffe590;
	border-left: 10px solid #723b00;
}

a[title="blank"]{
  text-decoration: none;
  color: #ffe590;
}

ul, ul li {
	list-style: circle;
	margin: 0;
	padding: 0px 0px 2px 30px;
}

ul a:link, ul a:visited, ul a:hover {
  text-decoration: none;
  color: #723b00;
}