html, body  
	{background: #EFEFEF; 
	 text-align: center; 
	 font-size: 1em; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	 text-align: left;
	}
img 
  {border: 0px;
	}
h1 
	{font-size: 1.4em; 
	 font-weight: bold;
	}
h2{
	font-size: 12;
	font-weight: bold;
	margin-bottom: 8px;
}
h3{
	margin: 4px 0 4px 0;
	font-size: 11px; 
	font-weight: normal;
	}
table.main 
	{padding: 0px; 
	 border: 0px; 
	 margin: 0px auto 0px auto; 
	 width: 700px; 
	 background: #fafafa;
	}
td 
	{text-align: left; 
	 vertical-align: top; 
	 background: #E6DDC0;
	}
a 
	{color: #9a0000; 
	 font-size: 1em;
	}
a:visited 
	{color: #c60000;
	}
a:hover 
	{color: #cb8583;
	}
	
/** LAYOUT **/
#container{
	width: 775px;
	padding: 0;
	margin: 0 auto 0 auto;
}
#content{
	margin: 0;
	padding: 12px 14px 24px 14px;
	background: #E6DDC0 url(images/strip_r.gif) repeat-y top right;
	font-size: 12px;
	line-height: 16px;
}

#content ul{
	list-style-type: square;
	list-style-position: inside;
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	height: 158px;
	background: #fff url(images/header_background.jpg) no-repeat top left;
}

#header h1{
	width: 350px;
	margin: 30px 0 0 260px;
	padding: 0 0 6px 0;
	color: #DE5261;
	font-weight: normal;
	font-size: 22px;
	background: #E6DDC0 url(images/underline.jpg) no-repeat bottom left;
}

#header ul{
	margin: 0;
	padding: 0;
	height: 80px;
	list-style-type: none;
}

#header a{
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 20px;
	text-decoration: none;
}

#header a.menu1{
	color: #AB002B;
}

#header a.menu2{
	color: #FFFFFF;
}

#header a.menu1:hover, #header a.menu2:hover{
	/*color: #FDB956;*/
	text-decoration: underline;
}

#footer{
	height: 9px;
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/strip_b.gif) repeat-x top left;
}
	}
tytul{
	font-size: 15;
	font-weight: bold;
	margin-bottom: 8px;
}

