@charset "UTF-8";

body {
	background-color: #fff;
	color: #000;
	margin: 0;			/* void out browser-defined gutterspace */
	padding: 0;
	font-family: calibri, helvetica, sans-serif;
						/* calibri, the "IN" font for reading text on screens */
}
#sleeve {
	max-width: 999px;	/* max resolution - 25px to accomadate for the vertical
						   scrollbar */
	min-width: 615px;	/* min resolution - 25px */
	margin: 0 auto;		/* auto horizontal margins will cause the layout to be
						   horizontally centered (usually) */
}
#masthead {
position:relative; 
height:128px;   
background-color: #ffffff; 
color: #000000;
}
.left-column {
position: absolute;
	top: 128px;
	width: 160px;
	vertical-align: top;
	background: #ff0000;
}
.right-column {
	position: absolute;
	top:128px;
	left: 161px;
	max-width: 848px;
	vertical-align: top;
	background: #00ff00;
	bottom: 0px;
	overflow: auto;
}
.infobar{
position: fixed;
top: 128px;
right: 40px;
height: 30px;
width: 250px;
border: none;
padding-top: 5px;
background: transparent;
z-index: 5;
text-align: right;
}
