/* 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
{
	padding: 160px 0 0 0;

	color: #fff;

	background: url(../../images/frontend/bg_top2.jpg) center top no-repeat;

	height: 50px;
	
	
	width: 981px;

}

#containerBox {
	float:left;
	padding-left: 30px;      /* szeroko�� lewej kolumny */
	padding-right: 10px;
	width: 941px;             /* fix dla nie 100% layout'�w #mainBox - (padding-left - padding-right) */
	background: url(../../images/frontend/bg_container.jpg) center top no-repeat;
}



#containerBox .column {
	position: relative;
	float: left;
}



#centerColumnBox {
	padding: 0;
}



#leftMenuBox {

	width: 220px;             /* wysoko�� lewej kolumny */

	margin-left: 0;

	padding-top: /*30*/15px;

}



#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 */
