BODY {
        font-family: georgia;
        margin: 0px;
        padding: 0px;
        background: url(pagebgnd.png) repeat;
        text-align: center;
        }

H1, H2, H3 {
        font-family: 'trebuchet ms', verdana, tahoma;
        margin-top: 0px;
        padding-top: 0px;
        border-top: 1px dotted gray;
        text-transform: capitalize;
        }

H1      {
        font-size: 150%;
        }

H2      {
        font-size: 125%;
        }

H3      {
        font-size: 100%;
        }


P {
        line-height: 140%;
        }

#container {
        width: 725px;
        margin: 0 auto;
        padding: 0;
        text-align: left;
        }

#head {
        position: relative;
        width: 100%;
        height: 100px;
        padding: 0;
        background: url(headbgnd.png) no-repeat top left;
        }

#body {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: auto;
        background: url(bodybgnd.png) repeat-y top left;
        border: 0px solid green;
        }

#foot {
        width: 100%;
        height: 50px;
        padding: 0;
        background: url(footbgnd.png) no-repeat top left;
        clear: both;
        text-align: center;  
 	  line-height: 32px; 
        font-size: 10px; 
	  color: silver;
	  }

#foot a {
 	  line-height: 32px; 
        font-size: 10px; 
        color: silver;
        }

#nav-1 {
        position: absolute;
        right: 15px;
        top: 22px;
        font-family: 'trebuchet ms';
        font-size: small;
        font-weight: bold;
        }

#nav-1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }

#nav-1 li {
        display: inline;
        color: orange;
        }

#nav-1 li a, #nav-1 li a:visited {
        text-decoration: none;
        color: black;
        }

#nav-1 li a:hover {
        color: orange;
        }
        
#left-column {
        float: left;
        width: 435px;
        margin: 0px 0px 0px 25px;
        padding: 0;
        display: inline;
        }

#right-column {
        float: right;
        width: 215px;
        margin: 0px 25px 0px 0px;
        padding: 0;
        display: inline;
        }

/***** REPERUJEMY WIELKOSC CZCIONEK *********/
/*/*/a{}
body,
body div,
body p {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;
}
html>body,
html>body div
html>body p {
  font-size: medium;
}  
/* */


