/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #EDE9C4;
	}
#main_wrapper {
	width:849px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-image: url(../../../grafika/grafika_03.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../../../grafika/grafika_01.jpg);
	height: 175px;
	background-color: #EDE9C4;
	background-repeat: no-repeat;
	}
#header2 {
	background-image: url(../../../grafika/grafika_02.jpg);
	height: 57px;
	background-color: #EDE9C4;
	}	
#nav {
	width:25%; /* this width + content width must total 100% */
	float:left;
	}
#nav_tlo {
	background-image: url(../../../grafika/tlo_03.jpg);
	background-repeat: no-repeat;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:75%; /* this width + nav width must total 100% */
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-image: url(../../../grafika/grafika_05.jpg);
	height: 96px;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner, #header2_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}

#header_inner { 
	/* creates space between the box  and the content */
	}
#header2_inner {
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 14em;
	}	
#nav_inner {
	padding-top: 0em;
	padding-right: 0.8em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	background-image: url(../../../grafika/tlo_03.jpg);
	background-repeat: no-repeat;
	}
#content_inner {
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	}
#footer_inner {
	text-align:center;
	padding-top: 1.4em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left:20em;
	bottom: 5px;
	position:relative;
	}
#lewy {
	width:60%; /* this width + content width must total 100% */
	float:left;
	}
#lewy_inner {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#prawy {
	width:35%; /* this width + content width must total 100% */
	float:right;
	}

