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

/* kontenery */

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

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

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

#center_container
{
	width: 470px;
	margin-left: 20px;
	float: left;
	padding-bottom: 10px;
}

#right_container
{
	width: 130px;
	margin-right: 5px;
	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: 34px;
/*   	position: absolute;
  	bottom: 0px; */
  	clear: both;
}
