html, body {
	background-color: #ffffff;
	background-image: url("../top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	color: #000000;
	margin: 0;
	padding: 0;
}

img{
	border-width: 0px;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

#IMG_RIGHT{
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 15px;
	float: right;
}

#CENTER{
	text-align: center; 
}

#IMG_LEFT{
	margin-bottom: 10px; 
	margin-right: 15px;
	float: left; 
}

#LINIA{
	text-align: center;
	color:#bbb7b7; 
	border:thin dotted;
	width: 80%;
}


/* menu */

#MENU {
	display: block;

	line-height: 42px;
	width: 200px;

	background-image: url("../menu.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-family:  "Sans-serif", "Arial", "Verdana";
	font-style: oblique;
	font-weight: bold;
}

#MENU:hover {
	text-decoration:underline;
}

#MENU_ENGINE {
	text-align: left; 
	text-decoration: none;
	line-height: 20px;
	font-size: 13px;
	font-family:  "Sans-serif", "Arial", "Verdana";
	font-style: oblique;
	font-weight: bold;
}

/* uklad strony */

#TOP {
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}

#NAGLOWEK {
	height: 350px;
	width: 900px;
	text-align: center;
}

#LEWA {
	width: 200px;
	float: left;
	overflow: hidden;
	text-align: center;
}

#INFORMACJE {
	width: 160px;
	float: right;
	overflow: hidden;
	text-align: center;
}

#TRESC {
	width: 510px;
	float: left;
	overflow: hidden;
	text-align: justify; 
	text-decoration: none;
	line-height: 16px;
	font-size: 11px;
	font-family: "Tahoma", "Sans-serif", "Times New Roman", "Verdana", "Arial";
	padding-top: 10px; /* marginesy */
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px; 
	text-indent: 25px; /* wciecie */
}

#DOL {
	display: block;
	line-height: 56px;
	width: 900px;
	clear: both;

	background-image: url("../stopka.gif");
	background-repeat: no-repeat;
	background-position: center;
	
	color: #bbb7b7;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: "Tahoma", "Sans-serif", "Times New Roman", "Verdana", "Arial";
}