* {
  padding: 0;
  margin: 0;
}

body {
  	width: 780px;
  	margin: 0 auto;
  	font-family: trebuchet ms, sans-serif;
  	font-size: 11px;
  	color: #0E3B82;
  	background-color:#FFF;
  	background-image: url(images/page_bg.gif);
	background-position: left top;
	background-repeat: repeat-x ;
}
a:link {
	color: #0E3B82;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	COLOR:#0E3B82;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	COLOR:#FF6600;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	font-weight:bold;
}
H1{
	FONT: 15px arial;
	color:#353184;
	font-weight:600;
	text-align:left;
	line-height: 150%;
	margin:1px 10px 5px;
	padding:5px;
}

#header {
	clear: both;
	width: 780px;
	height: 229px;
	margin-top: 8px;
}

#container {
  clear: both;
  background-color: #E3DBD1;
  height: 100%;
  overflow: hidden;
  margin-top: 8px;
  position:relative;
}

/*##############################   SEKCJA LEWEJ KOLUMNY*/
#left {
  float: left;
  width: 167px;
}

/*##############################   SEKCJA CENTRALNEJ KOLUMNY*/
#center {
  float: left;
  width: 425px;
  padding: 0 8px;
  background: #FDF8E3;
}
#center, h2, ol{
  font-size: 12px;
  color: #FBAD5A;
  line-height: 150%;
  padding-bottom:10px;
  padding-top:10px;
}

#center p{
	margin: 0 0 8px 0;
	text-align: left;
	color: #0E3B82;
	line-height:1.5em;
}

ul {
	list-style-image:url(images/arr2.gif);
	margin-left:10px;
	padding-left:10px;}

li {  
	color: #0E3B82;
	margin-left:10px;
	padding-left:10px;
}

ol{
	margin-left:10px;
	padding-left:1px;
}
.special {
text-align:center;
font-weight:bold;}
/*##############################   SEKCJA PRAWEJ KOLUMNY*/
#right {
  float: right;
  width: 168px;
}
#right h3 {
  font-size: 13px;
  font-weight: bold;
  color:#B94A00;
  margin: 8px;
  padding-top:15px;
  text-align: center;
  line-height: 150%;
}
#right p {
	font-size:12px;
	text-align: center;
	margin: 0 0 8px 0;
	line-height: 150%;
}

.text {
text-align:left;}
/*##############################   Sekcja obrazków  */
.img_menu{
	margin-left:15px;
	margin-right:4px;
	float:left;
	border:0px;
	padding-bottom:5px;
	padding-right:5px;
}

.img_menu:link, .img_menu:visited{
	margin-left:15px;
	margin-right:4px;
	float:left;
	border:0px;
}

.img_menu:hover{
	margin-left:15px;
	margin-right:4px;
	float:left;
	border:0px;
}
/*##############################   Link do pelnej informacji*/
#wiecej{
	font: 10px Arial;
	color:#0E3B82;
	font-weight:BOLD;
	text-align:right;
	margin-right:3px;
	margin-bottom:20px;
	margin-top:30px;
}
#wiecej a:link, #wiecej a:visited{
	font: 10px Arial;
	color:#0E3B82;
	font-weight:BOLD;
	text-decoration:none;
	text-align:right;
	padding-right:8px;
}

#wiecej a:hover{
	font: 10px Arial;
	color:#FF6600;
	font-weight:BOLD;
	text-decoration:underline;
	
}
/*##############################   Linia pozioma*/
hr{
	width: 86%;
	border-left:none;
	border-right:none;
	border-top:none;
	border-color:#FCAE0E;
	border-style:outset;
	height:1px;
	clear:left;
	margin-top:15px;
	 margin-bottom:15px;
	margin-left:16px;
	margin-right:auto;
}
#copyright {
	font:11px Arial;
	color:#B94A00;
	text-align:center;
	background-image: url(images/foot.gif);
	background-repeat:repeat-x 100%;
  	clear: both;
  	font-weight: bold;
	line-height: 25px;
}

.gallery{
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 1px;
	width: 95%;
	border:0px;
}

#Book {
height:160px;
margin-bottom:20px;
margin-top:20px;}

/*##############################   Sekcja tabelki*/
tbody.dosrodka {
	text-align:left;
	color: #0E3B82;
	font-size: 12px;	
	margin-left: 2px;
	padding-left:2px;
	line-height: 150%;
}

tr.naglowek {
	COLOR: #fff; 
	text-align:center;
	vertical-align: middle;
	background-color:#C9B17F;

}
