#content 
{
	/*
	overflow-x: auto; overflow-y: auto; 
	*/
	position:absolute; z-index:3; top: 60px; bottom: 0; left: 180px; right: 6px; 
	width: 763px; 
}

* html #content 
{
	overflow-x: hidden; top:0; left:0; right: 180px; bottom: 0; 
	/*
	height:100%; max-height:100%; 
	*/
	width: 763px; overflow-y: auto; position: absolute; z-index:3; 
	margin-top: 60px; margin-bottom: 0; 
	margin-left: 180px;
}

#left 
{
	position:absolute; left: 0; top: 60px; bottom: 0; width:180px; 
	font-size:1.2em; z-index:4; overflow:auto;
	overflow: hidden;	
	margin-left: 0px;
}

* html #left 
{
	height:100%; top:0; bottom:0; border-top: 60px solid #fff; border-bottom:0; color:#fff;
}

.box
{
	text-align: left;
	background-color: #b5dc11; margin-left: 0px; margin-right: 10px; margin-bottom: 20px; margin-top: 0px;
	width: 165px;
}

.box p
{
	background-color: #dbdbe7; height: 20px; padding-top: 3px; padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #024f49;
}

div#right
{
	position:absolute; right:0; top:94px; bottom:20px; width:180px; 
	background-color: transparent;
	font-size:1.2em; z-index:4; overflow:auto;
	overflow: hidden;
}

* html #right {height:100%; top:0; bottom:0; border-top:94px solid #fff; border-bottom:50px solid #fff; color:#fff;}
