* { padding: 0; margin: auto;}
body {
 font-family: Arial, Helvetica, sans-serif;
 background: #005000;
}
a {
   text-decoration: none;
}
a:link {
    color: #FFF;
}
a:visited {
    color: #FFF;
}
a:hover {
	color: #000;
}
table.menu {
	border-spacing: 2px 0px;
}
table.oferta {

}
td.menu {
	text-align: center;
   vertical-align: center;
   background-color: #003000;
	width: 222px;	
	height: 30px;
}
td.oferta1 {
	text-align: left;
	vertical-align: center;
   background-color: #FFF;
   border: solid 1px #000;
   width: 600px;
}
td.oferta2 {
	text-align: center;;
   background-color: #FFF;
   border: solid 1px #000;
	width: 50px;
}
p.menu {
   font-size: 15px;
   font-weight: bold;
}
table.szkolka {
	border-spacing: 2px 10px;
}
td.szkolka {
	text-align: right;
   vertical-align: top;
   background-color: #FFF;
}
td.promocje {
	text-align: center;
   vertical-align: top;
   background-color: #FFF;
}
p.szkolka {
   font-size: 13px;
}
p.oferta {
   font-size: 11px;
}
p.foot {
   font-size: 12px;
 	text-align: center;
 	color: #FFF;
}
#box_1 {
 background-color: #003000;
}
#box_2 {
 background: #FFF;
}
#box_3 {
 background-color: #005000;
}
#tlo1 {
	background-image: url('grafiki/tlo1.png');
	background-repeat: repeat-y;
	float: right;
}
#tlo2 {
	background-image: url('grafiki/tlo2.png');
	background-repeat: repeat-y;
	float: left;
}
#header {
 background-image: url('grafiki/head.jpg');
 height: 215px;
 width: 900px;
}
#pasek { 
 background-color: #FFF;
 width: 900px;
 height: 10px;
}
#menu { 
 background-color: #FFF;
 width: 900px;
 height: 30px;
}
#content {
 width: 900px;
 background-color: #FFF;
 min-height: 500px; 
}
#left { 
 float:left;
 width: 150px;
}
#center { 
 float:left;
 width: 600px;
 float: center;
}
#right { 
 float:right;
 width: 150px;
}
#foot { 
 width: 900px;
 background-color: #003000;
 height: 50px;
}
