#mainPanelTop
{
	width: 100%;
	background: url(../../../images/web/trodat_top.png) center top no-repeat;
	padding-top:8px;
}
#mainPanelBottom
{
	width: 100%;
	background: url(../../../images/web/footer_bg.png) center bottom no-repeat;
	padding-bottom:29px;
}

#mainPanel
{
	width: 100%;
	background: white url(../../../images/web/mainpanel.gif) center repeat-y;
	display:block;
}

#leftPanel
{
	border-left: solid 1px #cccccc;
	width: 211px;
	display: inline-block;
	float: left;
	background-color:#e5e5e5;
}

#centerPanel
{
	display: inline-block;
	width: 540px;
	margin: 0px 1px;
	float: left;
}

#rightPanel
{
	/*border-right: solid 1px #cccccc;*/
	display: table;
	float: left;
	width: 211px;
}

.cleaner
{
	clear: both
}
