/* ustawienie ukladu strony */

body {
	text-align: center; /* hack oszukujacy IE6 */
	border-width: 0px;
	background-color: #032A51;
	background-image: url(../images/tapeta.jpg);
	}
#wrap {
	width:980px; /* ustawienie szerokosci - nie ruszac, bo grafika jest na sztywno */
	margin-left:auto;  /* symetryczny margines lewy */
	margin-right:auto; /* symetryczny margines prawy */
	text-align:left; /* hack oszukujacy IE6 */
	}
#header {
  /*height: 120px;*/
  margin-bottom: 5px;
	background-color: white;
	/* background-image: url(../images/baner.png); */
	}

/* menu w pasku poziomym */
#menu {
  height: 30px;
  margin-bottom: 5px;
	background-color: #300299; 
	}
#menu_left {
  float: left;
  }
#menu_right {
  float: right;
  }

/* prawa kolumna */
#nav {
	width:250px; /* szerokosc lewego menu */
	margin-left: 5px;
	float: right; /* ustawienie */	
	}

/* ustawienei okna z trescia */
#content_bottom {
  float: left;
	width:724px;
	min-height: 750px; 
	margin-bottom: 5px;
	background-color: white;
}
#content {
  overflow:hidden;
  min-height: 750px; 
	background-color: white;
	}
	
/* nawigacja miedzy kolejnymi stronami artykulow */	
#pages {
  overflow:hidden;
  height: 30px; 
	}	
#footer {
	clear:both;
	height: 35px;
	background-color: white;
	}
