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

/* kontenery */

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

#body_container
{
	width: 770px;
	margin: auto;
	text-align: left;
	position: relative;
/* 	min-height: 100%;
 	height: auto !important;
 	height: 100%;
*/	background: url(../gfx/enter_background.gif) -20px 0px  repeat-y;


}

#left_container
{
	float: left;
	width: 170px;

/*	padding-bottom: 90px;

	position: absolute;
	top: 0; left: 0;
	width: 110px;
	padding-bottom: 80px;
*/}

#center_container
{
/*	margin-top: 15px;
	margin-left: 10px;
	margin-right: 125px;
	padding-bottom: 90px;
*/

	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 465px;

}

#right_container
{
	float: right;
	width: 100px;
	margin-top: 15px;
	
/*
margin-right: 10px;
	position: absolute;
	top: 110px; right: 0;
	width: 110px;
	padding-bottom: 90px;
*/}

*>.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
{
  	width: 770px;
	margin: auto;
  	height: 80px;
/*  	position: absolute;
  	bottom: 0px;
*/  	padding-bottom: 5px;
  	text-align: center;
  	clear: both;
}
