/* szerokosć bloku obejmującego i kolory */
body {
   position: relative;
	width: 840px;
	background: #f7f3ea;
	background-image: url('strony_www.jpg');
   background-repeat: repeat-x;
	color: #ffffff;
	margin-top: 50px;
	margin-left: auto;
   margin-right: auto;
}
/* nagłówek */
#tworzenie-stron-www {
	width: 840px;
	background: #f7f3e8;
	background-image: url('tworzenie_stron_www.jpg');
	height: 75px;
}
/* kolumna lewa */
#pozycjonowanie-stron-www {
	height: 525px;
	float: left;
	width: 420px;
	background: #f7f3e8;
	background-image: url('pozycjonowanie_stron_www.jpg');
}
/* kolumna prawa */
#projektowanie-stron {
	height: 525px;
	float: left;
	width: 420px;
	background: #f7f3e8;
	background-image: url('projektowanie_stron_www.jpg');
}
h1 {
	color: #972002;
	font-family: Tahoma;
   font-size: 18px;
   font-weight: normal;
	line-height: 60%;
}
h2 {
	color: #972002;
	font-family: Tahoma;
   font-size: 16px;
   font-weight: normal;
	line-height: 60%;
}
p {
   margin: 15px;
	color: #333333;
	font-family: Tahoma;
   font-size: 12px;
   font-weight: normal;
	text-align: justify;
	line-height: 115%;
}
ul {
	color: #333333;
	font-family: Tahoma;
   font-size: 12px;
   font-weight: normal;
	line-height: 115%;
)
}
img {
	border: 0;
)
}
a {
	font-weight: bold; 	
   font-size: 15px;
	color: #f7f3e8;
	text-decoration: none;
}
a:hover {
	font-weight: bold; 	
   font-size: 15px;
	color: #cccccc;
	text-decoration: none;	
}
#linki {
   position: relative;
	top: 44px;
	left: 420px;
	width: 836px;
	font-family: Tahoma;
   font-size: 16px;
   font-weight: normal;
	text-align: left;
}
td {
	color: #333333;
	font-family: Tahoma;
   font-size: 12px;
   font-weight: normal;
}

