* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: center;
    color: #fffeff;
    font-family: Arial;
    font-size: 0.8em;
}
h1 {

    font-size: 1.1em;
}

h1 {

    font-size: 1.0em;
}

img {
	border: 0px;
    padding: 0px;
    margin: 0px;

}
#top {
	width: 800px;
	height: 135px;
	display: block;
	margin: 0 auto;

}
#menu {
	width: 800px;
    height: 25px;
	margin: 0 auto;
    display: block;
    background: url('../img/menu-background.jpg') 0 0 repeat-x;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px;
}
#menu a {
    color: #fffeff;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    margin-left: 24px;
    display: block;
    float: left;
    margin-top: 3px;


}
#menu a img {
    float: left;
    margin-right: 3px;
    top: -3px;
    position: relative;
}
#middle {
	width: 800px;
	display: block;
	margin: 0 auto;
    clear: left;
    margin-top:0px;
    position: relative;
    top: -3px;
    background: url('../img/prawe-tlo.jpg') right repeat-y;
}
#middle #content {
    width: 590px;
    padding-left: 15px;
    margin-left: 0px;
    text-align: left;
    margin: 0;
    float: left;
}
#middle #right {
    width: 177px;
    border: 1px;
    float: left;
    background: url('../img/tlo-panel.jpg') 0 0 repeat-y;
    margin-top: 14px;
    padding-top: 0px;
    text-align: left;
}
#middle #right img {
    padding-left: 0px;

}
#middle #right p {
    padding: 0px;
    margin: 0px;
    padding-left: 5px;

}
#middle #spacer {
    width: 800px;
    height: 0px;
    float: none;
    clear: left;

}


#footer {
    clear: left;
    width: 800px;
    margin: 0 auto;
    background: url('../img/footer.jpg') 0 0 repeat-y;
}
a {

    color: #ff0000;
    text-decoration: none;


}




#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
    color: #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url("/overlay.png"); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
