﻿#divBanner
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:61px;
	/*border-bottom: 1px solid #000000;*/
	overflow:hidden;
}

#divLeftNav
{
	position:absolute;
	top:61px;
	left:0px;
	width:167px;
	height:auto;
	bottom:0px;
	border-right: 1px solid #000000;
	overflow:hidden;
}

#divContent
{
	position:absolute;
	top:61px;
	left:0px;
	width:auto;
	/*height:auto;
	bottom:0px;*/
	right:0px;
	margin-top:3px;
}

* html body {height: 100%;}
* html #divLeftNav {height: expression(document.body.clientHeight - 61 + "px");}
* html #divContent {height: expression(document.body.clientHeight - 64 + "px");width: expression(document.body.clientWidth + "px");}
