/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
}

#content {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#navigation {
	position: absolute;
	width: 1000px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	height: 132px;
	z-index: 200;
}

#footer {
	background-color: #ffffff;
	height: 87px;
	
}
#footerContent {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
#PPLogo {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

.textNav {
	display: none;
}

.imageHeading {
	margin: 0;
	padding: 0;
}