body { 
  border:0px.
  margin:0px auto;
  padding:0px;
  text-align: center; 
  font-family: verdana;
  font-size: 10px;
  background-color: #344259;
  color: white;
  margin:0px;
  padding:0px;
  height:100%;
  overflow:hidden;
 }


a:link, a:visited, a:active {color:silver;text-decoration:none;font-weight:bold;}
a:hover {color:silver;}

#head {
width: 750px; 
height: 87px; 
background-image: url(images/head.jpg); 
background-repeat: no-repeat; 
margin: auto; 
position: relative; 
z-index: 2;
}

#gora {
width: 750px; 
height: 500px; 
background-image: url(images/bg.jpg); 
background-repeat: no-repeat; 
margin: auto; 
position: relative; 
z-index: 2;
}

#pasek_gora_lewy {
width: 50%; 
height: 488px; 
background-image: url(images/bg_left.gif); 
background-repeat: 
repeat-x; 
position: absolute; 
top: 0px; 
left: 0px; 
z-index: 1;
}


#pasek_gora_prawy {
width: 50%; 
height: 521px; 
background-image: url(images/bg_right.gif); 
background-repeat: repeat-x; 
position: absolute; 
top: 0px; 
right: 0px; 
z-index: 1;
}


#menu {
padding-top:1px;
width: 750px; 
height: 33px;;  
margin: auto; 
position: relative; 
z-index: 2;
}


.txt {font-family:garamond; font-size:12pt; text-align:left; 	margin-lefT:40px; padding-top:20px; height:600px;}
.ad  {font-family:Arial; font-size:8pt;  text-align:center; color:silver; text-decoration:none; }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	background-color: #344259;
	width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: white;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: white;
}


