/* Layout Stylesheet */ 	
 #Display{
	position:absolute;
	z-index:2;
	left: 165px;
	right: 176px;
	top: 121px;
	min-height: 100%;
	overflow: none;
	background-color: #FFFFFF;
	padding: 35px;
	border-left: solid #333333 2px;
	border-right: solid #333333 2px;
 }
#Header{
position:absolute; 
height:121px;
z-index:5; 
left: 0px; 
top: 0px; 
right: 0px; 
background-color: #ffffff; 
}
#Left{
position:absolute; 
width:160px;  
z-index:3; 
left: 0px; 
top: 121px;
bottom: 0px;
background-color: #ffffff; 
}
#Right{
 position:absolute; 
 width:176px;  
 z-index:1; 
 right: 0px; 
 top: 130px;
 bottom: 0px;
 background-color: #ffffff; 
}
