/* CSS Document */

.printOnly {
	display:none;
}

#headerInner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	bottom:-5px;
	background-image:url(../img/bar1.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

.twoColumn {
	float:left; 
	width:50%;
}

