@CHARSET "UTF-8";

body {
	background: #B39B77 url(../img/bg_pattern2.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #56584B;	
}

a {
	color: #56584B;
	text-decoration: underline;	
}
a:hover {
	color: #56584B;	
	text-decoration: none;
}
p {
	text-indent: 1em;
	text-align: justify;
	padding: 0 5px 0 5px;
}


div.hr {
  	background: url(../img/hr.gif) no-repeat center;
	border: 0px solid white;
	height: 35px;
	
}
div.hr hr {
  display: none;
}

a img.pic { 
	border: 4px solid white;
	margin: 4px;
	height: 65px;
	width: 90px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;	
}

#woda {
	margin: 0 auto;	
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#header {
	height: 100px;	
}

#whiteBox {
	border: 2px solid #8A785A;
	background: #ffffff;
	padding: 6px;
	
}

#content {
	background: #EEE9DF;
	margin-top: 6px;	
}

#content #left {
	width: 200px;
	float: left;
	padding-top: 10px;
	
}

#content #right {
	width: 525px;
	float: left;
	padding-top: 10px;
	
}


ul#menu {

}

ul#menu li {
	list-style: url(../img/bullet.gif);
}

ul#menu li a {
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

ul#seeListSmall li {
	list-style: url(../img/bullet.gif);
}


ul#pager {
	padding: 0;
	margin: 0;	
	height: 30px;
	background: #DFD5C3;
	line-height: 30px;
}
ul#pager li {
	list-style: none;
	float: left;
	width: 33%;
	padding: 0;
	margin: 0;
}

ul#pager li a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

ul#pager li.last {
	text-align: right;	
}
ul#pager li.mid {
	text-align: center;
}

div#seeList h3 {
	padding: 0;
	margin: 0;
	
	
}
div#seeList h3 a {
	text-decoration: none;
	line-height: 73px;
	height: 73px;
	vertical-align: middle;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 3px;

}
div#seeList h3 a:hover {
	background: #DFD5C3;
}

div#seeList img {
	line-height: 73px;
	
	width: 90px;
	height: 65px;
	text-align: right;
	margin: 0 10px;
	border: 4px solid white;
}


div#copyright {
	color: #EEE8DF;
	font-size: 11px;
		
}

div#contact fieldset {
	border: none;
}
div#contact label{
	width: 100px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
	clear: left;
}

div#contact input, div#contact textarea {
	float: left;
	border: 2px solid #DFD5C3;
	padding: 4px;
	width: 300px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
div#contact input.button {
	width: 100px;
	background: #A8916C;
	color: #fff;
	font-size: 11px;
}
div#contact textarea {
	height: 200px;
}

dl.contact {
	padding-left: 10px;
}
dl.contact dt, dl.contact dd{
	line-height: 20px;
}



div.info_err {
	border: 3px solid #DFD5C3;
	background: #DD371C;
	color: white;
	font-size: 14px;
	padding: 5px;
}
div.info_msg {
	border: 3px solid #DFD5C3;
	background: #578937;
	color: white;
	font-size: 14px;
	padding: 5px;
}