body {padding: 0; margin: 0; font-family: verdana; color: #474747; font-size: 13px;}
#pasek {
	position: relative;
	padding: 5px 10px 3px;
	text-align: right;
	margin: 1px 0;
	background: #177182;
}
#pasek .tytul {
	position: absolute;
	top: 2px; left: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #F6FFF5;
}
#pasek2 {
	position: relative;
	height: 2px;
	margin: 1px 0 0;
	background: #177182;
}
#pasek img {
	padding: 0 3px;
	border: none;
}

#main {
	width: 867px;
	margin: 0 auto;
	position: relative;
}

#head {
	position: relative;
	height: 195px;
	background: transparent url('img/head.jpg') no-repeat right;
	}

#left {
	position: relative;
	margin: 1px 0 0;
	width: 237px;
	padding: 0px 0;
	float: left;
  	background: #DBD3B2; 
}

#left a.menu {
	color: #002842;
	display: block;
	text-align: center;
	padding: 5px;
	text-decoration: none;
 	border-bottom: 1px solid #fff;
  /*	border-top: 1px solid #3fb5fb; */
}

#left a.menu:hover {
	background: #177182;
	color: #F6FFF5;
}

#right {
	position: relative;
	width: 589px;
	margin: 1px 0 0 1px;
	padding: 20px;
	float: left;
	background: #F6FFF5;
/*	border: 1px solid #bbb; */
}

#right h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: georgia;
	color: #177182;
}
#space {
	clear: both;
	height: 5px;
}
#foot {
	position: relative;
	clear: both;
	border-top: 1px solid #177182;
	text-align: center;
	padding: 5px;
	font-size: 11px;
}
a {
	color: #002842;
}

a:hover {
	text-decoration: none;
}