* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	background: #1e2729;
	color: #3a636b;
	font: 12px/1.5em tahoma, sans-serif;
}

a,
a:visited {
	color: #3a636b;
	text-decoration: none;
}

address {
	font-style: normal;
}

h2 {
	font: 30px/1.35em "arial narrow", arial, sans-serif;
}
h3 {
	font: 20px/1.3em "arial narrow", arial, sans-serif;
}

hr {
	display: none;
}

ol,
ul {
	list-style: none outside;
}

#container {
	background: #b2c9ce url('../images/bg_footer.gif') repeat-x left bottom;
}

#header {
	background: url('../images/bg_body.gif') repeat-x;
	border-bottom: 1px solid #bed2d6;
	padding: 30px 0;
}
	#header div {
		margin: 0 auto;
		overflow: hidden;
		width: 930px;
	}
	#header h1 {
		background: url('../images/shape_stripe.gif') repeat-y;
		float: left;
		padding: 5px 15px;
	}
		#header h1 a {
			background: url('../images/logo_dubieniecki.gif') no-repeat;
			display: block;
			height: 37px;
			text-indent: -9999px;
			width: 230px;
		}
	#header ul {
		background: url('../images/shape_stripe.gif') repeat-y right top;
		float: right;
		padding: 5px 15px;
	}
		#header ul a {
			display: block;
			font: 16px/2.3125em "arial narrow", arial, sans-serif;
			padding: 0 10px;
			text-transform: uppercase;
		}
		#header ul a:hover,
		#header ul a.active {
			background: #fff;
			color: #8fa9af;
		}
		#header ul li {
			float: left;
			margin-right: 5px;
		}
		#header ul li.last-child {
			margin-right: 0;
		}
	#header ul span {
		display: none;
	}

#content {
	background: url('../images/bg_content.gif') no-repeat right bottom;
	margin: 0 auto;
	min-height: 332px;
	padding: 30px 25px 57px;
	width: 930px;
}
	#content address,
	#content h2,
	#content ol,
	#content p,
	#content ul {
		margin-bottom: 15px;
	}

#main {
	padding: 0 0 15px 15px;
	overflow: hidden;
	width: 472px;
}
	#main a,
	#main a:visited {
		border-bottom: 1px dotted #3a636b;
	}
	#main a:hover {
		border-bottom-style: solid;
	}
	#main ul {
		list-style-type: square;
		padding-left: 15px;
	}

#footer {
	background: #1e2729;
	color: #5b676b;
	margin: 0 auto;
	min-height: 40px;
	width: 930px;
}
	#footer p {
		float: left;
		line-height: 40px;
		position: relative;
		top: -20px;
	}

#seo4 {
	float: right !important;
}
	#seo4 a,
	#seo4 a:hover {
		border: none;
	}
	#seo4 img {
		display: inline;
		vertical-align: middle;
	}
	#seo4 span {
		display: none;
	}

