body
{
    margin: 10px 0px;
    padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align: center; /* Hack for IE5/Win */
    background-image: url(  "tlo.jpg" );
    background-position: center center;
}
div
{
    padding: 0px;
    margin: 0px;
    border: solid 0px gray;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

div.main
{
    float: left;
    width: 450px;
    padding: 0px 20px 0px 30px;
}
div.cont
{
    float: left;
    clear: left;
    background: url(    "srodek3.png" ) top left repeat-y;
}
div.body-cont
{
    background: url(    "gora3.png" ) top left no-repeat;
    float: left;
    clear: left;
    text-align: justify;
}

div.header
{
}
div.footer
{
    background: url(    "dol3.png" ) bottom left no-repeat;
    clear: left;
    height: 76px;
    line-height: 76px;
    padding: 0px 20px 0px 30px;
}
div.panel
{
    float: left;
    width: 170px;
    padding: 0px 20px 0px 10px;
}
div.menu
{
    height: 39px;
    line-height: 39px;
}
div#content
{
    width: 700px;
    margin: 0px auto; /* Right and left margin widths set to "auto" */
    text-align: left; /* Counteract to IE5/Win Hack */
    padding: 0px; /* border:1px dashed #333; */ /*background-color:#eee;*/
    background-image: url(tlo-700-80.png);
    color: #EEEEEE;
}


h1
{
    margin: 0px;
    padding: 10px 0px;
}
h2
{
    padding: 5px 0px 5px 0px;
}

p
{
    margin: 0px;
    padding: 8px 0px;
}

a 
{
    color: #cc9933;
}
a:visited 
{
    color: #996633;
}