/*
 * autor - http://jrobin.net
 * sierpien 2005
 */

/* kontenery */

#header_container
{
margin: auto;
background: url(../gfx/menu_back2.jpg) bottom left no-repeat ;
}

#body_container
{
	width: 100%;
	background: url(../gfx/back.jpg) 0 155px no-repeat;
	margin: auto;
	text-align: left;
	position: relative;
	min-width: 775px;
	min-height: 100%;
 	height: auto !important;
 	height: 100%;
}

#left_container
{
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}

#center_container
{
margin-left: 190px;
padding: 35px 50px 50px 50px;
}

#right_container
{
display: none;
}

*>.clearing
{
	clear: both;
	border-bottom: 0px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

.mainclearing
{
	clear: both;
	border-bottom: 0px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

#footer_container
{
	margin: auto;
  	clear: both;
  	position: absolute;
  	bottom:0;
  	width: 100%;
}
