
#ContentArena
{
	height:expression( this.parentNode.clientHeight - 122 - 30 );
	width:584px;
}


#ContentArena h1
{
	width:expression( this.parentNode.clientWidth );
}

#ContentBanner
{
	height:110px;
}

.Lower
{
	height:expression( this.parentNode.clientHeight - 366 - 16 );
}

.rss-box
{
	height:expression( this.parentNode.clientHeight - 52 );
	width:expression( this.parentNode.clientWidth - 4 );
}

/*
#ContentArena
{
	padding-top:46px;
}
*/
.LeftSidebar .ScrollPane
{
	height:expression( this.parentNode.clientHeight - 36 );
	width:expression( this.parentNode.clientWidth );
}

#Overlay, .SneezeGuard
{
	position:absolute;
	width:expression( document.body.clientWidth - 24 );
	height:expression( document.body.clientHeight - 24 );
}
/*
#Overlay
{
	border:1px solid blue;
}
*/
#Overlay iframe
{
	position:absolute;
	width:expression( this.parentNode.clientWidth - 24 );
	height:expression( this.parentNode.clientHeight - 48 );
}

#Overlay .TitleBar
{
	width:100%;
}


/*
#Arena
{
	height:expression( document.body.clientHeight - 24 );
	width:expression( document.body.clientWidth - 280 );
}
*/
