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

/* kontenery */

#header_container
{
margin: auto;
background: #F7F7F7;
}

#body_container
{
	width: 100%;
	background: url(../gfx/right.jpg) top right repeat-y;
	margin: auto;
	text-align: left;
	position: relative;
min-width: 775px;
	min-height: 100%;
 	height: auto !important;
 	height: 100%;
}

#left_container
{
display: none;
}

#center_container
{
margin-right: 245px;
padding: 10px 10px 50px 30px;
}

#right_container
{
	float: right;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;

}

*>.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%;
}
