/* CSS Document */
html, body {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}

h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #3A3A3A;
	background-color: #FFFFFF;
}
div#header {
	width:738px;
	height:auto;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
div#nav {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 3px solid #99CC66;
}
div#content {
	width: 738px;
	min-height: 400px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0%;
	padding-bottom: 10%;
}

div#content img {
	margin: 0px 10px;
	padding: 0px;
}

div#content p {
	text-align: left;
	margin: 0px;
	vertical-align: top;
	padding-top: 21px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer {
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #eeeeee;
	color: #000000;
	vertical-align: bottom;
	text-align: center;
	padding: 10px;
	border: 3px solid #99CC66;
}
div#strona {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 738px;
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	min-height: 650px;
}

div#leftcol {
	width: 200px;
	height: auto;
	border: 1px dashed #CCcccc;
	float: right;
	margin: 10px 10px 40px;
}

div#leftcol p {margin: 0px; padding: 11px 10px 10px 10px; }
div#content ul {
	vertical-align: top;
	margin: 0px;
	padding-bottom: 50px;
}
div#content li {
	vertical-align: top;
}
h2 {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	padding: 0px;
}
a:link {
	color: #003366;
	background-color: #eeeeee;
}
a:hover {
	font-weight: bold;
	color: #006699;
	background-color: #eeeeee;
}
a:visited {
	color: #003366;
	background-color: #eeeeee;
}
a:active {
	color: #003366;
	background-color: #eeeeee;
}
#content img {
	margin: 0px 0px 0px 10px;
	padding-top: 0px;
}
li {
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 10px;
	list-style-position: inside;
	display: list-item;
}
