/*	Potential fixes in this browser:
--------------------------------------- 
	height: 0;							*//*	to trigger "hasLayout" and cure various display issues
											cf.	http://www.satzansatz.de/cssd/onhavinglayout.html

	display: inline;					*//*	every floated element with a non-zero margin in IE should have this 
	                                            this rule added, to prevent a doubled margin value on the float
											cf.	http://www.positioniseverything.net/explorer/doubled-margin.html
	
	overflow-x: hidden;					*//*	for italic text that "pushes the envelope"
											cf.	http://www.positioniseverything.net/explorer/italicbug-ie.html
	
	... and, as always, don't get caught out by the box models:
											cf.	http://www.communitymx.com/content/article.cfm?cid=E0989953B6F20B41
								        */
/*	Columns
--------------------------------------- */
#colwrap-left,
#col-right		{
    display: inline;
}


/*  Page defaults
--------------------------------------- */
    height: 550px;                      /*  automatically expands, as per min-height in other browsers */
}

/*  Filter system test
--------------------------------------- */
#debugging {
    color: #000;
    background-color: green;
}