body {
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 24em;
	margin: 200px auto;
}

#wrapper div {
	margin-left: 110px;
}

div#logo {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 2px 0 0;
	background: url(images/pa-logo.jpg) no-repeat top left;
}

div #logo:hover {
	background: url(images/pa-logo.jpg) no-repeat top right;
}

#logo p {
	display: none;
}

p {
	margin: 0;
	padding: 0;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 0.8;
}

p.subtitle {
	margin-top: 20px;
	font-size: 1em;
	font-weight: bold;
}

.second {
	margin-top: -12px;
}

p span {
	color: gray;
}

#footer {
	clear: left;
	margin-top: 30px;
}

#footer p {
	margin-left: -100px;
	font-size: 0.8em;
	color: gray;
	line-height: normal;
}

#footer a {
	text-decoration: none;
	color: inherit;
}

#footer a:hover {
	color: green;
}