html, body {
	height: 100%;         /* required */
	font-family: Verdana, sans-serif; /* IPG addition */
	font-size: 10px; /* IPG addition */
	font-style: normal; /* IPG addition */
	font-weight: normal; /* IPG addition */
	line-height: 16px;
	color: Black;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
h1 {
	font-family: Verdana, sans-serif; /* IPG addition */
	font-size: 14px; /* IPG addition */
	font-style: normal; /* IPG addition */
	font-weight: bold; /* IPG addition */
	color: #81271E; /* IPG addition */
}
a:link {
	color: #81271E;
}
a:hover {
	color: white;
}
a:visited {
	color: #81271E;
}
div#distance { 
	margin-bottom: -250px; /* half of content height */
	background: white;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 500px;         /* required - desired height */
	width: 835px;          /* required - desired width */
	background: white;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
#wrapper {
	margin-left: 10%;
	margin-right: 10%;
}
#pghome {
	text-align: left;
	line-height:14px;
	background-image: url(images/pg-html2.jpg);
	width: 820px;
	height: 520px;
	margin: 100px 50px 40px 0px;
}
#pghometxt {
	padding: 80px 50px 0px 280px;
}