body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/PL_Body_Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	background-color: #71695D;
}

* {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 0.8em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6A3F06;
	font-size: 1.3em;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6A3F06;
	font-size: 0.8em;
	margin-bottom: 6px;
	text-transform: uppercase;
	
}

#PL_Container {
	text-align: left;
	width: 447px;
	background-image: url(../images/PL_Container_Bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
input {
	margin-bottom: 40px;
}

#PL_Header {
	background-image: url(../images/PL_Header_Bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 377px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 100px;
}

img {
	border: 1px solid #FFFFFF;
	margin-bottom: 14px;
}

#PL_Footer {
	height: 90px;
	width: 447px;
	padding-top: 65px;
	text-align: center;
	background-image: url(../images/PL_Footer_Bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -10px;
	color: #6D6457;
}

.features {
	font-weight: bold;
	color: #6A3F06;
}

