body{
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
}

.clear {
	clear: both;
}
.alignleft{
	float:left;
	margin-right: 10px;
}
.alignright{
	float:right;
	margin-left: 10px;
}
p.alignleft{
	text-align:left;
	float:none;
	margin-right: 0;
}
p.alignright{
	text-align:right;
	float:none;
	margin-left:0;
}
.centre{
	text-align:center;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
small{
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 25px;
	color:#FFF;
}
h1{
	font-size: 25px;
}
h2{
	font-size: 21px;
	clear:left;
}
p{
	font-size: 18px;
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#FFF;
}
blockquote p{
	border: none;	
}
a{
	color: #00704A;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active, a:focus{
	color: #666;
	
}
ul ul, ul ol, ol ol, ol ul{
	border:none;	
}
ul{
	list-style-type:disc;	
}
ol{
	list-style-type:decimal;	
}
li{
	padding: 5px;
	font-size: 18px;
}
#Container{
	width:900px;
	position:relative;
	margin: 80px auto 0 auto;
}
#Logo {
	background: url(images/ppfg-logo.png) no-repeat;
	text-indent:-9999px;
	text-align:left;
	display: block;
	height: 90px;
	width: 370px;
	padding:0;
	margin:20px 0 0 40px;
	float:left;
}
p.contact{
	color:#00704A;	
	font-size:18px;
	width: 300px;
	float:right;
	text-align:right;
}
section{
	display:block;
	padding-top: 120px;	
	color:#FFF;
	text-align:center;
}
ul li{
	float:left;
	padding-right: 30px;
}
ul li.first{
	margin-left: 125px;	
}
section img{
	margin: 25px 10px;	
}