body {
        background-color: #fff;
		  background-image: url(ornament.gif);
		  margin: 0;
        padding: 0;
        text-align:center;
		  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		  /* scrollbar-3dlight-color:silver;
        scrollbar-arrow-color:silver;
        scrollbar-base-color:white;
        scrollbar-dark-shadow-color:white;
        scrollbar-face-color:white;
        scrollbar-highlight-color:white;
        scrollbar-shadow-color:white; */
    }

A {
	color: #A9A9A9;
	font-size: 10pt;
	font-family: verdana;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: crosshair;
	font-variant: normal;
	text-transform: none;
}

A:hover {
	color: #B0E0E6;
	font-size: 10pt;
	font-family: verdana;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: crosshair;
	font-variant: normal;
	text-transform: none;
}
	 
div {
        position:relative;
		  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		  font-size: 12px;
		  color: Black;
    }

#container {
        margin:0 auto;
        padding:0;
        position:relative;
        width:950px;
        background-color:#fff;
        text-align:left;
        clear: both;
    }

#naglowek {
        background: #fff url(logo.png) no-repeat;
        height:104px;
        text-align: center;
		  background-position: center;
		  clear: both;
    }

#srodek {
	width: 950px;
	height: 550px;
	float: left;
	text-align: left;
	background-color: #191970;
	padding: 0px;
	}

#stopka {
        clear:both;
		  color: White;
        text-align:right;
		  font-size: 10px;
		  padding-bottom: 3px;
		  background-color: Gray;
		  background-image: url(stopka.png);
}

div.menu {
	padding: 10px;
	width:220px;
	text-align: right;
}

div.tresc {
	padding: 10px;
	text-align: justify;
	font-size: 14px;
	width: 930px;
	height: 430px;
	max-width: 930px;
	max-height: 430px;
	overflow: auto;
	background-color: White;
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 114px;
	clear: both;
}

div.tresc_about {
	padding: 10px;
	text-align: justify;
	font-size: 14px;
	width: 930px;
	height: 430px;
	max-width: 930px;
	max-height: 430px;
	overflow: auto;
	background-color: White;
	clear: both;
}

div.tresc_gal {
	padding: 10px;
	text-align: center;
	width: 930px;
	height: 430px;
	max-width: 930px;
	max-height: 430px;
	overflow: auto;
	background-color: White;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 114px;
	clear: both;
}

div.tresc_gal_full {
	padding: 10px;
	text-align: center;
	width: 930px;
	height: 455px;
	max-width: 930px;
	max-height: 455px;
	overflow: auto;
	background-color: White;
	background-image: url(main_gallery.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 114px;
	clear: both;
}

#podpis {
	clear: both;
	text-align: center;
	color: White;
	font-size: 14px;
	padding: 10px;
	background-color: #191970;
	width: 930px;
	height: 73px;
	background-image: url(stopka1.png);
	background-repeat: repeat-x;
}	
