
/* Layout Stylesheet */ 

body {
 margin:20px;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:630px;
 margin:auto;
 }

#hdr {
 height:140px;
 background:#eeeeee;
 color: #333333;
 background-image: url('ppimages/top_back.jpg');
 background-repeat: no-repeat;
 background-position: 0% 0%;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 }

#bodyblock {
 position:relative;
 width:628px;
 padding:0;
 border:solid #000000;	
 border-width:1px;
 }

#l-col {
 float:left;
 width:150px;
background-image: url('ppimages/nav_back.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
 }

#cont {
 width:475px;
 background:#ffffff;
 color: #333333;
 text-align:left;
background-image: url('ppimages/body_back2.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
 }

#ftr {
 height:18px;
 background:#ff1aff;
 color: #333333;
 margin:0;
 border:solid #000000;	
 border-width:1px;
 }




.logbox {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

.footbox {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}