/* CSS Document */
body {
   margin: 0;
   padding: 0;
   background: #655A46 url(img/bg.gif);
   color: #543;
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a {
   color: #963;
}

hr {
   color: #CCC3AF;
}

ul {
   list-style: url(img/li.gif);
	margin-left: 18px;
}

/* ustawienia glówne */
div#wrapperAll {
   width: 760px;
   margin: 10px auto;
   background: #FCFAEA;
   background-color: #FCFAEA;   
   /* text-align: left; */
}

* html * div#wrapperAll {
   width: 762px;
   w\idth: 760px;
}

/* Ustawienia naglówka */
div#wrapperHeader {
   height: 155px;
   background: #FCFAEA url(img/logo.jpg)  no-repeat top center;
}
/* Ustawinia górnego Menu*/
div#wrapperTop {
   height: 44px;
   background: url(img/top_menu.gif);
   font: bold 1.2em Verdana,sans-serif;
   margin: 0 auto;
   padding: 0 18px;

}
div#wrapperTop a {
  	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}

div#wrapperTop a.active,
div#wrapperTop a:hover {
  	background: #CEBDA1;
	color: #420;
}

/* Ustawinia bocznego menu */
div#wrapperColMenu {
   float: left;
   width: 24%;
   max-width: 180px;
   background: #FCFAEA;
}

div.block {
   float: left;
   width: 175px;
   background: #FCFAEA;
}

div.block div#header{
	background: #CCC3AF;
}

div.block div#content{
   text-align:left;
   background: #CCC3AF;

}

div.block div#content a {
   	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}

div.block div#content a:hover {
   	background: #D6CCB9;
	color: #654;
}

div.block div#content div.text {
   padding: 0 0 0 6px;
   font-size: 11px;
}

div.block div#footer {
   height: 28px;
   background:url(img/menu.gif);
}

/* Ustawienia glównej sekcji strony */
div#wrapperContent {
   float: left;
   width: 75%;
   w\idth: 74%;
   min-height: 400px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   text-align: justify;
   margin: 5px 0 12px 10px;
   background: #FCFAEA;
}

* html * div#wrapperContent {
   height: 400px;
}

div#wrapperContent div#title {
   clear: both;
   padding: 5px 0 12px 10px;
   margin: 0;  
   font-size: 22px;
   font-weight: normal;
   letter-spacing: -1.5px;
   text-align:left;
   background: url(img/h1_bg.jpg) no-repeat bottom left;
}

div#wrapperContent div#date {
   font-size:11px;
   text-align:right;
   padding-bottom: 5px;
}

div#wrapperContent div#more {
   text-align: right;
   font-size: 11px;

}

div#wrapperContent div#more a {
   padding: 0 20px 0 0;
   text-decoration: none;   
}

div#wrapperContent div#more a:hover {
   text-decoration: inherit;
}

/* Ustawienia stopki*/
div#wrapperFooter {
   	clear: both;
    background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}


