/* html, body, #siteContainer, #columnContainer, #content, .contentiframe --- fix for FF3 height problem - gives problems
{
	height:100%;
}
*/

#content 
{
	overflow:visible;
}
.contentiframe
{
	width: 750px;
}
#sidebarRight
{
	position:absolute;
	right:0;
	width:180px;	
}
#columnContainer 
{
	position:relative;
}

.dropIframe 
{
	margin-top:130px;
	width: 750px;
}