body {
		background-color: #255;
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0px;
		width:780px;
		list-style: none;
    }

div {
		font-size:12px;
		font-family: arial, verdana, sans-serif;
   }	
	
h1   {
		text-align:center;
		text-decoration: underline;
		letter-spacing: 5px;
		font-size:24px;
		font-variant:small-caps; 
		font-weight:bold;	
   }	
   
h2   {
		letter-spacing: 2px;
		font-size:20px;
		font-variant:small-caps; 
		font-weight:bold;	
   }	
   
h3   {
		padding-left:15px;
		letter-spacing: 1px;
		font-size:18px;
		font-variant:small-caps; 
		font-weight:bold;	
   }	

p   {
		text-align:justify;
		font-size:14px;	
		font-family: cursive;
   }	
	
a   {
	 text-decoration: none;
	 font-weight:bold;
   }
	
	
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	position: absolute;
}

ul li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent #9ce #25b #9ce;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 154px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: #27c;
	color: #fff;
	border-top: 10px solid #25b;
}

ul a:hover {
	background-color: #28e;
	color: #ff0;
	border-top: 20px solid #26d;
}

#ramka {
		width:780px;
		height:100%;
		border-left:solid #25b 5px;
		border-right:solid #25b 5px;
		border-bottom:solid #25b 5px;
		background:#28e;
}

#naglowek {
        background: #fff url(grafika/logo.jpg) no-repeat;
        width:780px;
        height:200px;
    }
	
#menu {
        background: #28e;
        width:780px;
        height:44px;
		text-align:center;
	}

#tresc {
        background: #fff;
        width:90%;
		height:auto;
		border:solid #25b 5px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0px;
		padding: 10px 20px 10px 20px;
		/*-moz-border-radius: 15px;    - błąd w walidacji CSS 2.1
		-webkit-border-radius: 15px; 
		border-radius: 15px; */
	}
	
#stopka {
        background: #28e;
        clear:both;
		height:29px;
	}
	
.podtytul{
		padding-left:25px;
	}
	
.lewy {
		float:left;
		font-size:10px;
		padding-left:20px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
	}
	
.prawy {
		float:right;
		font-size:10px;
		padding-right:20px;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
}