body {

	min-width: 1024px;
	background: url(../images/leftpanebg.gif) left top repeat-y #ffffff;
}
html, body 
{
	min-width: 1024px;
	height: 100%;
}
div.hhead {
	height: 117px;
}
div.hleftPane {
	background: #dddddd;
	float: left;
	height: 100%;
	margin: -117px -3px -64px 0;
	width: 240px;
}
body > .hleftPane {
	min-height: 100%;
	min-width: 240px;
	height: auto !important;
	width: auto;
}
div.hmainContent {
	height: 100%;
	margin: -117px 0 -64px 0;
}
body > .hmainContent {
	min-height: 100%;
	height: auto !important;
}
div.wrap {
	height: 117px;
}
div.clear {
	clear: both;
	height: 64px;
}
div.hbottom {
	background: #000000;
	float: left;
	height: 64px;
	margin: 0 0 0 0;
	position: relative;
	width: 100%;
}
