/* header.css */

#Title1 {
	position: relative;
	left: 20; top: 10;
	text-align: left;
	font-size: 30pt;
	font-family: script mt bold, cursive;
}
#Title2 {
	position: relative;
	left:30;
}
#Logo {
	position: absolute;
	top: 20; left: 492;
	width: 308px; height: 130px; 
	display:block;
}
#Quote {
	position: relative;
	top: 0px;
	float: right;
	font-size: 10pt;
	font-family: arial, serif;
	font-weight: bold;
}
