/**Parafianin by Paweł Pawlik 137461*/
/**Styl dla Footer*/


#footer {
	margin: 0px auto 40px auto;
	width: 1000px;
	height: 40px;
	padding: 0px;
	background: #fff url(images_web/img06.jpg) repeat-x left bottom;
	text-align: center;

	border-radius: 0px 0px 10px 10px; /* CSS 3 */
	-moz-border-radius: 0px 0px 10px 10px; /* Firefox na silniku Gecko oraz Webkit*/
	-o-border-radius: 0px 0px 10px 10px; /* Opera */
	-icab-border-radius: 0px 0px 10px 10px; /* iCab */
	-khtml-border-radius: 0px 0px 10px 10px; /* Konqueror */
	-webkit-border-radius: 0px 0px 10px 10px; /* Safari */
	
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #A7C2D1;
	color: #94A5C9;
}

#footer a:visited, #footer a:link {
	color: #465D90;
	text-decoration: none;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

#footer p {
	text-align: center;
}