div.HeaderLeft {
	display: block;
	float: left;
	width: 25%;
	text-align: left;
	font-family: Century Gothic; 
	color: rgb(77, 73, 72);
	font-size: 12pt;
	font-weight: bold;
	padding-top: 65px;
	padding-left: 18px;
	height: 150px;
}
div.HeaderRight {
	display: block;
	float: left;
	width: 71%;
	text-align: right;
	font-family: Century Gothic; 
	color: #92A0B4;
	font-size: 10pt;
	padding-top: 15px;
	background: url('../images/logoPP.png') no-repeat;
	background-position: 150px 17px;
	height: 150px;
}