.tableheader{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 35; 
	z-index: 1;
	}
.tablesidebar{
	position: absolute; 
	left: 30px; 
	top: 40px; 
	width: 140;  
	z-index: 1;
	}
.tablecontent{
	position: absolute; 
	left: 190px; 
	top: 120px; 
	width: 600; 
	height: 510; 
	z-index: 1;		
	}
.tablebuttons{
	position: absolute; 
	left: 20; 
	top: 100; 
	width: 120; 
	z-index: 2;	
	}
.tablelogo{
	position: absolute; 
	background-image: url('elements/logo120.gif');
	background-repeat: no-repeat; 
	background-position: center top;
	left: 55; 
	top: 20; 
	width: 120; 
	height: 96; 
	z-index: 2; 
	}
.tabletitle{
	position: absolute; 
	left: -10; 
	top: 2; 
	width: 35; 
	height: 95%; 
	z-index: 2; 
	}
.tablelogoback{
	position: absolute; 
	left: 180; 
	top: 80; 
	background-image: url('');
	background-repeat: no-repeat; 
	z-index: 1; 
	width: 600; 
	height: 481; 	
	}