/* Layout Stylesheet */ 	
.Display{
	position:absolute;
	left: 161px;
	right: 0px;
	top: 128px;
	bottom: 0px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	padding: 20px 30px;
	border-left: solid black 2px;
	border-right: solid black 2px;
	z-index:5;
 }
.Header{
position:absolute; 
height:128px;  
left: 0px; 
top: 0px; 
right: 0px; 
background-color: #ffffff; 
color: #000000;
}
.Left{
position:absolute; 
width:160px; 
bottom: 0px; 
z-index:1; 
left: 0px; 
top: 128px; 
padding-top: 40px;
background-color: #ffffff; 
color: #000000;
}
.infobar{
position: fixed;
top: 128px;
right: 30px;
height: 30px;
width: 250px;
border: none;
padding-top: 5px;
background: transparent;
z-index: 5;
text-align: right;
}
