/* designed and coded by ubik - yewbic[at]yahoo[dot]com */

body {
	background:#000 url('') no-repeat 50% 0px;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(tlo2.png);
}

#container {
	background:#000000;
	width:892px;
	margin:0 auto;
	text-align:left;
}

#header {
	background: url('images/header.jpg') no-repeat center top;
	width: 892px;
	height: 450px;
	position: relative;
	margin: 0;
	background-image: url(images/naglowek.png);
	font-size: 0px;
}

#menu {
width:210px;
float:left;
margin:50px 0 0 0;
}



.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}

.leftbox li, .leftbox a {
	font-weight:normal;
	color:#FF6600;
	letter-spacing:1px;
	text-align:center;
	text-decoration:none;
}

.leftbox a:hover {color:#ccff66}

h4 {
font:bold 15px verdana,arial,sans-serif;
color:#fff;
display:block;
margin:0 0 15px 0;
letter-spacing:1px;
text-align:center;
}

h5 {
	color: #000;
	display: block;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-align: center;
	font-size: 18px;
}
a.item {
background:url('menu.jpg') no-repeat;
max-width:210px;
height:34px;
display:block;
padding:0 0 0 10px;
font:bold 15px verdana,arial,sans-serif;
color:#fff;
text-decoration:none;
line-height:30px;
}

/*
good practice of background offset rollovers to avoid javascript preload. 
Im using max-width, BG pos. and Padding instead of margin and smaller-than 
container width, to get pop-out effect cause of a left-edge bug that makes 
the menu jump. -ubik
*/
a.item:hover {
background-position:10px -34px;
padding:0 0 0 20px;
}

#main {
	background:#d0b38b;
	min-height:400px;
	margin:0 0 0 220px;
	font:15px verdana,arial,sans-serif;
	color:#000;
	text-align:left;
	margin-right: 20px;	
}

#footer {
	clear:both;
	height:91px;
	background:#000;
	text-align:center;
	padding:20px 0 10px 0;
	background-image: url(stopka.png);
	
}

#footer a {
font:bold 15px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}

#footer a:hover {color:#ccff66}

/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('') no-repeat right bottom}

.content {
	min-height: 190px;
	background: url('') no-repeat left top;
	padding: 30px 40px;
	margin: 20px 0 30px 0;
	text-align: left;
}

h1 {  /* position absolute - relative to the header, not document */
	position: absolute;
	left: 28px;
	bottom: 15px;
	margin: 0;
	display: inline;
	color: #fff;
	letter-spacing: 0px;
	font-variant: small-caps;
	font-family: georgia, times, serif;
	font-size: 5px;
	height: 24px;
	visibility: hidden;
}

h2 {
	font:bold italic 25px georgia,times,serif;
	color:#000000;
	display:block;
	margin:15px 0 0 0;
}

h3 {
font:bold italic 25px georgia,times,serif;
color:#99cc33;
display:block;
margin:15px 0 0 0;
}

.content a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.content a:hover {
	color: #990000
}

.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}

p {
	margin-top: 20px;
	color: #000000;
}

/* If you like my design, I only ask that you leave the footer note "design by ubik". thanks */
#footer p , #footer p a {
	text-align:center;
	font:11px verdana,arial;
	color:#999;
	margin:0;
}
#main .bottomRight .content h5 {
	font-size: 12px;
}
