#logo, #topcontent, #breadcrumb, #topnav, #leftcontent, #maincontent, #linklist	
	{	position: absolute ;	} 
#footer	{	position: relative ;	}
/* distance from top */	
#logo 			{	top: 30px;	}	
#leftcontent, #maincontent	{	top: 200px;	}
#linklist	{	top: 200px;	}
#footer		{	top: 150px;		}
/* distance from left edge */	
#leftcontent		{	left: 0px;	}	
/* _________sidebar-dependent setup________*/
#leftcontent			{	width: 75px ;	}
#maincontent			{	left: 200px ;	}
#linklist			{	right: 75px ; 	}
#footer				{	bottom: 10px; 	}

