div#bone
{
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	width: 892px;
	border: 10px solid #fff;
	vertical-align: top;
	text-align: left;
}

div#top
{
	height: 240px;
	width: 892px;
	background: url(/_/images/layout_top.jpg) no-repeat;
}

div#topbar
{
	width: 892px;
	background-color: #2a5aaf;
	border-bottom: 10px solid #fff;
}
table#topmenu
{
	height: 30px;
	margin: 0px 30px 0px 30px;
	padding: 0px;
}
table#menu td
{
	text-align: center;
}


div#middle
{
	height: auto;
	width: 892px;
	text-align: left;
	background-color: #f2f2f3;
}

div#leftpanel
{
	height: auto;
	width: 640px;
	float: left;
	padding: 10px;
	border-right: 10px solid #fff; /*#2a5aaf;*/
	background-color: inherit;
	background-image: url(/_/images/layout_background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

div#rightpanel
{
	height: inherit;
	width: 202px;
	float: right;
	padding: 10px;
	background-color: #f2f2f3;
}

div#bottom
{
	width: 892px;
	background-color: #2a5aaf;
	text-align: center;
	padding: 10px 0px;
	border-top: 10px solid #fff;
}
