#headerScreen{
	font-size:24px;
	font-weight:bold;
	background-image: url('../images/head-sunset.png');
	background-repeat: no-repeat;
	background-position: top right;
	height:100px;
}

#headerLogo{
	background-image: url('../images/camplogo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height:100px;
	position:relative;
}

#headerMission{
	position:absolute;
	left:270px;
	top:5px;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
}

#headerAddress{
	position:absolute;
	left:580px; 
	top:85px; 
	color:#000000; 
	font-size:10px; 
	font-weight:normal;
}

#headerPrint{
	display:none;
}