 body {
  background: #115157 url(bg.jpg) no-repeat center top;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
 }

 td
 {
  font-family: arial;
  font-size: 12px;
 }
 
  
 #menu
 {
  float:left;
 }
 
 #menu a
 {
  color:white;
  font-size:12px;
  font-weight: bold;
  width:125px;
  display:block;
  float:left;
  height:20px;
  background: url(button.jpg);
  margin:0 10px 0 0;
  padding:49px 0 0 7px;
  text-decoration: none;
 }
 
 #menu a:hover
 {
 }

 #page
 {
 padding:0px 21px 0 12px;
 }
 
 #page_text 
 {
 width:680px;
 float:left;
 margin:0 0px 0 19px;
 }
 
 #menu2 
 {
 width:185px;
 float:left;
 }
 
 #menu2 a {
 display:block;
 padding:5px 5px 5px 5px;
 text-decoration: none;
 color:#0b2e57;
 border:1px solid #fbfcfc;
 }
 
 #menu2 a:hover{
 color:#1b3e67;
 background-color: #e2eff1;
 }
 
 #menu2 span {
 background-color: #d2dfe1;
 font-size:14px;
 font-weight: bold;
 display:block;
 padding:3px 3px 3px 3px;
 margin:0 0 10px 0;
 }
 
 #menu2nadpis {
 margin:5px 0 5px 0;
 font-weight:bold;
 }
 #holder {
  width: 928px;
  margin: 0 auto;
  text-align: left;
  background: url(pagebg.jpg) repeat-y left;
 }

 #footer {
  background: url(pagebg.jpg) repeat-y left;
  text-align:right;
  vertical-align: bottom;
  padding:0 30px 0 0 ;
  font-size:10px;
 }
 
 .photogallery img {
  cursor:pointer;
  margin:0 0 10px 10px;
 }
 
 #top {
 background: url(top.jpg) no-repeat left top;
 height:158px;
 padding-top:62px;
 }
 
 #bigimage {
 float:right;
 position:relative;
 top:-5px;
 }
 
 #logo,#slogan {
 float:left;
 }
 
 
 
 .weblink {
 color:#e0e0e0;
 font-size:11px;
 }
 
 .weblink a {
 color:#e0e0e0;
 }
 
