#divContainer {
	width: 750px;
	border: 0px solid #000000;
	background-color: #FFFFCC;
	font-family: Verdana;
	font-size: 12px;
	line-height: 140%;
	margin: 0 auto;
}
#divHeader {
    width: 750px;
    padding: 0px;
    background: url(images/logo.jpg);
	border-bottom: 0px solid #000000;
    font-weight: bold;
    font-size: 16px;
	height: 100px;
}
#divMenu {
	width: 750px;
	border: 0px solid #000000;
	background-color: #FFFFCC;
	font-family: Verdana;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

#divMenu .LINK {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	margin-left: 5px;
	font-weight: bold;
}
#divMenu .LINK:HOVER {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #FF0000;
        text-decoration: none;
        margin-left: 5px;
        font-weight: bold;
}
#divMenu A:VISITED {
	color: #3366FF;
}


#divMain {
    margin-left: 0px;
    border-left: 0px solid #000000;
    background-color: #ffffff;
    padding: 5px;
}	
H1 {
        font-size: 10pt;
        color: #000000;
        text-align: center;
		  
}
p.wciecie {
        text-indent: 10px;
        margin-left: 25px;
        margin-right: 25px;
}

p.wciecie:first-letter {
        font-size: 13pt;
        font-weight: 600;
        font-family: arial, verdana;
}


#divFooter {
    clear: both;
    padding: 5px;
    background-color: #FFFFCC;
    border-top: 0px solid #000000;
    font-size: 11px;
}
body {
	margin-top: 0px;
	background-color: #E3FF91;
}

