/* main structure */

#mainBox

{

	width: 981px;

	margin: auto;

	min-height: 100%;

	height: auto !important;

	height: 100%;

	margin: 0 auto -4em;      /* the bottom margin is the negative value of the footer's height */

}


#topBox
{
	display:none;
}

#containerBox {

	padding-left: 0px;      /* szeroko�� lewej kolumny */

	

	padding-right: 0px;

	width: 700px;             /* fix dla nie 100% layout'�w #mainBox - (padding-left - padding-right) */

	background: none !important;

}



#containerBox .column {

	position: relative;

	float: left;

}



#centerColumnBox {
	padding: 0;
	width:600px;
}



#leftMenuBox {

	display:none;

}



#footerBox {

	clear: both;

	color: #fff;

	width: 981px;

	margin: auto;

}



/*** sticky footer ***/

.footer, .push {

	height: 4em; /* .push must be the same height as .footer */



}



/*** IE6 Fix ***/

* html #leftMenuBox {

	left: 0;              /* szeroko�� prawej kolumny */

}

/* end */
