body {
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 20px 0;
	padding: 0;
	text-align: center;/*Centers the page in Internet Explorer*/
	background: #f0f0ec;
}
#wrapper {
	background: url(../ims/bg.jpg) repeat-y left;
	width: 722px;
	margin: 20px auto;
	text-align: left;/*Reverses the above rule for the rest of the content*/
}
#header {
	background: url(../ims/toppy.jpg) no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	height: 292px;
}
#container {
	width: 500px;
	background: url(../ims/bg.jpg) repeat-y;
	float: left;
}
#content {
	margin-right: 100px;
	margin-left: 30px;
}
#content p {
	text-align: left;

}
#sidebar { width: 200px; float: right; margin-right: 5px; margin-left: 10px; text-align: left; }
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #3c3c3c;
	font-weight: bold;
background: transparent;
	
}

#sidebar li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	background: none;
	color: #3C3C3C;
	font-weight: bold;

}

#sidebar li a, a:visited {
	border-left: 10px solid #95927F;
	padding: 4px 4px 4px 10px;
	color: #95927F;
	display: block;
	background: none;
	width: auto;
	text-decoration: none;
}



#sidebar li a:hover {
	border-left: 10px groove #FBFBFA;
	color: #0033ff
	background: none;
}

img { margin: 0 1em 0 0; }

#sidebar p.gorski{ color: #7697b7; font-size: 0.9em; font-family: verdana; font-weight: bold; font-style: italic; line-height: 1.3; }

#currpage li a {
	border-left: 10px double #F50874;
	color: #0011ff;
	background: none;
}/*To highlight the current page - apply as necessary*/

#footer { background: url(../ims/botty.jpg) no-repeat; width: 722px; margin-right: auto; margin-left: auto; margin-top: -20px; height: 92px; text-indent: 40px; text-align: left; color: #666b64; clear: left; }

#menusik .abb { color: #c90230; text-decoration: none; width: auto; height: auto; margin:  0; padding: 0; border-width: 0; outline-width: 0; }

p.copyright{ font-size: 0.8em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
h1 {
	border-left: 18px solid #dbd4c7;
	padding-left: 1em;
	font-size: 1.5em;
	margin: 20px 0;
	text-align: left;
}
h2 {
	border-left: 15px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

h3 {
	border-left: 15px solid #DBD4C7;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
color:  #95927F;
font-weight: bold;
	text-decoration: underline;


}

h4 {
	border-left: 6px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

ul li { font-size: 0.7em; padding: 0 0 0 17px; margin: 0.5em 140px 5px 0; background: url(../ims/listy.jpg) no-repeat; line-height: 1.3em; text-align: justify; }

ol li { margin-top: 0.5em; }
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}



/*Used here to clear the floated elements above*/