html	{ height: 100%; margin:0px;}
	body	{ height: 100%; margin:0px;}

	#nonFooter	{ position: relative; min-height: 100%; }
	* html #nonFooter	{ height: 100%; }

	#footer	{	position: relative;	margin: -94px 0 0 0; z-index:2;}
	* html #footer	{ margin-top: -94px; }
	/*	The main CSS*/
	
	#page
	{
		
		position: relative;
		z-index:2;
		width:902px;
		line-height:13pt;
		text-align: left;
		min-height: 100%;
		height: auto;
	}
	
	* html #page
	{
		height: 100%;
	}
	
	.clearer
	{
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
	}
