/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #32201F;
	/*background-color: #674635;*/
	color: #482625;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

img {
	display: block;
}

h1, h2, h3, p {
	margin-bottom: 10px;
}

p {
	line-height: 1.5em;
}

h2 {
	font-size: 16px;
}



a:link {
	color: #f60;
	text-decoration: none;
}

a:visited {
	color: #f60;
	text-decoration: none;
}

a:hover {
	color: #f90;
	text-decoration: underline;
}

a:active {
	color: #f60;
}



#header {
	width: 759px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/h_karczma.jpg) top center no-repeat;
	padding-top: 110px;
}

#pagebody {
	width: 759px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/back.jpg) left 0 repeat-y;
}

#content {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	width: 565px;
	margin-left: auto;
	margin-right: auto;
}

#navigation img {
	display: inline;
}

.headerimg {
	margin-bottom: 10px;
}

.picleft {
	float: left; 
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #FCF2E0;
}

.parclear {
	clear: left;
	float: none;
}

#footer {
	background-color: #ECD9B4;
	font-size: 11px;
	padding: 20px;
	text-align: center;
}

#footer a {
	padding: 0 10px;
}

#bottom {
	width: 759px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/bottom.jpg);
}

table.galeria img { 
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #FCF2E0;
}