/* CSS Document */
/* <![CDATA[ */
#container
	{
	position: relative;
	}
/* IE 5/Mac needs some extra love and attention otherwise it still collapses the container */
* html>body #container
	{
	float: left;
	}
/* Easy Clearing on - http://www.positioniseverything.net/easyclearing.html */
#container:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/*\*/
* html #container
	{
	height: 1%;
	}
/* */
/* Easy Clearing off */
#maincontent
	{
	float: right;
	width: 66%;
	}
#sidebar
	{
	float: left;
	width: 33%;
	}
#upperside
	{
	background: #ffffff;
	}
#lowerside
	{
	position: absolute;
	bottom: 0;
	width: 167px;
	background: #ffffff;
	}
* html #lowerside
	{
	width: 169px; /* sets width to containing element's, rather than antecedent positioned element - both PC and Mac */
	}

