body{
	margin: 0 auto 0 auto;
	padding: 0;
	background: #2a2a2a;
	
	font: 0.80em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
/* pojemniki */
#wrapper{
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: inherit;
	color: #000;
	text-align: left;
}

#header{
 width: 100%;
 background: inherit;
 margin:0;
 padding:0;
 color: #eaeaea;
 text-align: center;
 clear: both;
 border-bottom: 1px solid #eaeaea;
 }
 #content{
 
 width:100%;
 margin: 0px 0px 0px 0px;
 padding: 0;
 background:inherit;
 color:#466;
  border-top: 1px solid #eaeaea;
  text-align: left;
  clear: both;
}
#menuleft{
	position: relative;
	top: 0px;
	left: -38px;
	width: 230px;
	text-align: left;
	margin: 0;
	margin-left: -38px:
	padding: 0;
	float: left;
}
#menuright{
	
	width: 230px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
}
#grafx {
	margin-left: 230px;
	margin-right: 230px;
	padding: 0em;
	max-width: 36em;
}
#footer{
	
	margin-top: -10px;
	clear: both;
	width: 100%;
	text-align: center;
	color: #eaeaea;
	padding: 10px 0 10px 0;
	background: inherit;
	border-top: 1px solid #eaeaea;
	}
	/* pojemniki koniec */
	/* menu */
	/* menu lewe */
#menuleft  li { 
	border-bottom: 1px dotted #EEE;
	list-style: none;
	margin: 0;
	
}
#menuleft  li.last { 
	border-bottom: 0px;
	list-style: none;
	margin: 0;
}

#menuleft  li a {
	color: #eaeaea;
	display: block;
	font-size: 0.85em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
#menuleft  li a:hover {
	color: #b22222;
	display: block;
	font-size: 0.85em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
	border-bottom: 0px;
	
}
/* menu prawe - na razie nieużyteczne*/
#menuright  li { 
	border-bottom: 1px dotted #EEE;
	list-style: none;
	margin: 0;
}
#menuright  li.last { 
	border-bottom: 0px;
	list-style: none;
	margin: 0;
}

#menuright  li a {
	color: #eaeaea;
	display: block;
	font-size: 0.85em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
#menuright  li a:hover {
	color: #b22222;
	display: block;
	font-size: 0.85em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
	border-bottom: 0px;
}

/* menu koniec */
/* style tekstu */
#header h1{
	
	margin-bottom: 23px;
	margin-top: 23px;
	font: normal 200% "Century Gothic",georgia, Verdana, Arial, Helvetica, sans-serif;
}
/* linki w stopce */
#footer a{
	color: #eaeaea;
	text-decoration: none;
}
#footer a:hover{
	color: #b22222;
	text-decoration: none;
}
#footer p{
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}