html, body {
	
	color: #000000;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	text-align: center;
}

#body{
  margin: 0px auto;
	width: 770px;
	height: 100%;
  text-align: center;
  background-color: #ffffff;
  
}


#top {
	width: 750px;
	margin: 0 10px;
	text-align: left;
	
}

#NAGLOWEK {
	background-color: #ffffff;
	height: 154px;
}

#linkownia{
  padding: 20px 20px 10px 20px;
  color: #222222;
  font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	
}

#pole_link{
  padding: 0;
  background-color: #aaaaaa;
  height: 1px;
  width: 100%
}

#linkownia a:link, #linkownia a:visited {
  color: #ff9000;
  text-decoration: none;
  font-weight: bold;
}

#linkownia a:hover {
  color: #89181a;
  text-decoration: none;
  font-weight: bold;
}

#ban{
  width: 750px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}

#MENU {
	width: 230px;
	float: left;
	overflow: hidden;
	color: #89181a;
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}

#menu_head{
	width: 230px;
	height: 7px;
	
	background-color: #ffffff;
}

#menu_body{
	width: 230px;
	height: 25px;
	background: url("../img/menu3a.gif");
}

#menu_body1{
	width: 230px;
	height: 25px;
	color: #000000;
	background: url("../img/menu3b.gif");
}

#menu_foot{
	width: 230px;
	height: 12px;
	background-color: #ffffff;
}

#menu_body a:link, #menu_body a:visited {
	display: block;
	width: 230px;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #89181a;
}

#menu_body a:hover {
	background-image: url("../img/menu3b.gif");
	color: #89181a;
	height: 30px;
}

#klienci{
	overflow: hidden;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}

#main {
	width: 300px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	text-align: left;
	
}

#tytul {
	text-align: left;
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: bold;
	
	padding: 20px 20px 20px 20px; 
}

#TRESC {
	text-align: justify;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: normal;
	padding: 0px 20px 10px 20px; 
}

#TRESC a:link, #TRESC a:visited {
  color: #00B8DC;
  text-decoration: none;
  font-weight: bold;
}

#TRESC a:hover {
  color: #0033ff;
  text-decoration: none;
  font-weight: bold;
}

#prawa{
  padding: 0 1px;
	float: right;
  width: 200px;
  height: 300px;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #ffffff;
}

#pole{
  padding: 0;
  background-color: #aaaaaa;
  height: 1px;
  width: 100%
}

#pole_white{
  padding: 0;
  background-color: #ffffff;
  height: 10px;
  width: 100%;
}

#stopka_top {
  text-align: center;
  background: #ffffff;
}

#stopka_center {
  text-align: center;
  background: #ffffff;
  padding: 0px 0px 5px 0px;
}

#stopka_center a:link, #stopka_center a:visited {
  color: #444444;
  text-decoration: none;
  font-weight: bold;
}

#stopka_center a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#stopka_bottom {
  text-align: center;
  background-color: #ffffff;
  height: 5px;
  width: 770px;
  margin: 0px auto;
}

.pics { 
   /* wartości te powinny być conajmniej takie jak rozmiary zdjęć */
   height: 200px; /* szerokość elementu HTML gdzie osadzone są zdjęcia */
   width: 200px; /* wysykość elementu HTML gdzie osadzone są zdjęcia */
   padding: 0; 
   margin: 0; 
} 

.pics img { 
   padding: 0px; 
   border: 0px solid #ccc; 
   background-color: #fff; 
   /* rozmiary zdjęć */
   width: 200px; /* szerokość wyświetlanych zdjęć */
   height: 200px; /* wysokość wyświetlanych zdjęć */
   top: 0; 
   left: 0 
}

<!--  a:link, a:visited  -->


