/* Layout Stylesheet */ 	
 #Display{
	position:absolute;
	z-index:2;
	left: 161px;
	right: 0px;
	top: 143px;
	bottom: 0px;
	background-color: #FFFFFF;
	padding: 35px;
	border-left: solid black 1px;
	overflow: auto;
 }
#Header{
position:absolute; 
height:143px;
z-index:5; 
left: 0px; 
top: 0px; 
right: 0px; 
background-color: #ffffff; 
}
#Left{
position:absolute; 
width:160px;  
z-index:3; 
left: 0px; 
top: 143px;
bottom: 0px;
background-color: #ffffff; 
}