/*
 * autor - http://jrobin.net
 * sierpien 2005
 */

/* kontenery */

#header_container
{
/* 	width: 750px; */
	margin: auto;
}

#body_container
{
	margin: auto;
 	width: 99% !important;
	text-align: left;
	position: relative;
/* 	min-height: 100%;
 	height: auto !important;
 	height: 100%;
*/
}

#left_container
{
	width: 200px;
	float: left;
	padding-bottom: 10px;
}

#center_container
{
/* 	width: 530px; */
	margin-left: 215px;
/* 	float: right; */
	padding-bottom: 10px;
}

#body_container>#clearing
{
	clear: both;
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

#footer_container
{
/*   	width: 750px; */
  	height: 30px;
/*  	position: absolute;
  	bottom: 0px;
*/
  	clear: both;
}
