body{
	background:url(images/body_bckgrnd.png);
	margin: 0px 0px 0px 0px;
}

#main{
	/*margin: 0px auto 0px auto;*/
	margin:0;
	padding:0px;
	width: 940px;
	height: auto;
	overflow: visible;
	display: block;
	border: 1px solid black;
}

#header{
	margin:0px;
	padding:0px;
	width:inherit;
	height:320px;
	display:block;
	background:url(images/header.png);
}

#menu_bar{
	margin:0px;
	padding:0px;
	width:938px;
	height:56px;
	display: block;
	background:url(images/menu_bar.png);
	overflow: hidden;
	border:1px solid black;
}

#container{
	margin:0px;
	padding:0px;
	width:938px;
	height:auto;
	overflow-x: hidden;
	overflow-y: visible;

	background:url(images/container_bckgrnd.png);
	border-bottom: 1px solid green;
	border-right: 1px solid green;
	border-left: 1px solid green;

}
#stokrotka{
background:url(images/stokrotkakolor.png) no-repeat;
width:200px;
height:185px;
margin-top:40px;
}
#content{
	margin:10px 0px 10px 0px;
	padding:5px 0px 5px 0px ;
	width:682px;
	height:auto;
	float:right;
	overflow-x:hidden;
	overflow-y:visible;
	text-indent: 15px;
	text-align: justify;
	border-left: 1px solid green;
	text-shadow:yellow 0px 0px 0.1em;
	min-height:500px;
}

#content>p{
	margin:5px 10px 5px 10px;
	padding:5px 20px 5px 20px;

}
#content>ol{
	margin-top: 5px;
}


#content >h1{
	margin-left: 20px;
	font-size: 22px;
	border-bottom:2px dotted black;
	margin-right:20px; 
	padding-bottom: 15px;
}
#content>h2{
font-size:18px;
margin:20px 0px 10px 0px;
}
.miniaturka{
border:2px solid black;
float:left;
margin:0px 10px 0px 0px;
}
.wstecz{
display:block;
position:absolute;
bottom:5px;
right:5px;
}

#footer{
	margin:0px;
	padding:0px;
	width: inherit;
	color:#9c4020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:48px;
	clear:both;
	text-align:center;
}

#footer a:link, a:visited{
	text-decoration:none;
	color:#9c4020;
}
/*cień*/
#dropshadow_container{
	margin: 0px auto 0px auto;
	padding:0px;
	position: relative;
	left: 4px;
	top: 4px;
	width:942px;
}
#dropshadow_container .cien1,
#dropshadow_container .cien2,
#dropshadow_container .cien3,
#dropshadow_container .main {
	position: relative;
	left: -1px;
	top: -1px;
}
 
#dropshadow_container .cien1 {
	background:#b87741;
}
 
#dropshadow_container .cien2 {
	background: #535353;
}
 
#dropshadow_container .cien3 {
	background: #313131;
}

