/* CSS Document for Pine Log Processing */


h6 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.date { font-size:12; color:#FFFFFF; text-indent:50px;
}

Body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #433A29;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}


#Header{
	background-image: url(../images/PLP-Header.jpg);
	width: 780px;
	background-repeat: no-repeat;
}


#TitleBar{
	background-image: url(../images/PLP-TopNav.jpg);
	width: 760px;
	background-repeat: no-repeat;
}


#BodyBkg{
	background-image: url(../images/PLP-BodyBkgd.jpg);
	width: 760px;
	background-repeat: repeat-y;
}


#FooterBkg{
	background-image: url(../images/PLP-Footer.jpg);
	width: 760px;
	background-repeat: no-repeat;
	height: 56px;
}

