body {text-align: center;}
div#glowny {
        background-color: #A0A0A0;
        font-family: Verdana, Helvetica, Arial;
        font-size: 10pt;
        font-style: normal;
       	width: 700px; 
       	margin: auto	
}


	

div#banerg {
        margin-left: auto;
        margin-right: auto;
        background-image: url('../gfx/baner_gora.jpg');
        border: groove black 3px;
        width: 700px;
        height: 100px;
}

div#menu{
	width: 155px;
	float: left;
}

div.tyt {
	font-weight: bold;
	font-size: 130%;
	border: 2px groove black;
	background-image: url(../gfx/tlo_tytul.png);
	margin-top: 30px;
}

div.ods {
        border: groove black 2px;
        text-align: left;
        width: 155px;
        font-size:90%;
        vertical-align: top;
	
}
span.tyt {
	font-weight: bold;
	margin-left: 3px;
}

div#banerd {
	background-image: url(../gfx/banerd.png);
        border-collapse: collapse;
        border: black groove 3px;
        padding: 0px;
        width: 700px;
        height:52px;
	margin-top: 30px;
	float: left;


}

.ods a {
        display: block;
        width: 100px;
        color: blue;
        text-decoration:none;
}

.ods a:hover {
        background-image: url(../gfx/hover_link.png);
        color: #A0A0A0;
}
.ods a:active {
        color: #690000;
}
.ods a:visited {
        color: #690000;
}

div#tresc {
	background-color: #D0D0D0;
        border: ridge black 2px;
        border-collapse: collapse;
        width: 530px;
        font-size:90%;
        vertical-align: top;
	float: right;

}
	
