HTML{
height:100%;
}

BODY {
	height:100%;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #606060;
	background-color: #663300;
	background-image: url(pkp_imgz/PKPBG.gif); background-repeat;

}



#container {
	width: 700px;
	height:inherit;
	margin: auto;
	background-repeat: no-repeat;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-style: solid;
	border-width:1px;
	background-color: #ffffff;

	}


/* HEADER */
#header {
	width: 700px;
	height: 198px;
	background-color: #663300;
	padding: 0px;
	overflow: hidden;
}


/* FOOTER */
#footer {
	padding: 60px 0px 20px 0px;
	margin: 0 auto;
	width: 700px;
	overflow: hidden;
	background-color: #ffffff;
  vertical-align: bottom;
}

#footer p {
	margin: 10px 10px 0px 10px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 90%;
	text-align:center;
	border:solid 1px;
	border-color:#cdcdcd;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* NAVI */
#navibarhome {
	width: 700px;
	height: 28px;
    padding: 0px;
	overflow: hidden;

	}

#navibar1 {
	width: 700px;
	height: 23px;
	padding: 0px;
	overflow: hidden;
	}

#navibar2 {
	width: 700px;
	height: 25px;
    padding: 0px;
	overflow: hidden;
	}

#naviborder {
	width: 700px;
	height: 44px;
    padding: 0px;
	overflow: hidden;
}

/* CONTENT */
#content {
	width: 700px;
	background-color: #ffffff;

	}

#contentcol {
	width: 700px;
	overflow: hidden;
	background-color: #ffffff;

}

#leftcol {
	width: 665px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 25px 0px 25px;
	text-align: justify;


}

#leftcol p {
	margin: 0px 45px 10px 25px;

}


h1 {
	font-size: 130%;
	line-height: 130%;
	text-align: right;
	color: #660000;
	margin: 0px 45px 10px 25px;
	padding: 5px 0px 8px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 120%;
	line-height: 120%;
	color: #660000;
	text-align: right;
	margin: 10px 45px 25px 25px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
	background-color: transparent;
	border-bottom: solid 1px #663300;
}

h3 {
	font-size: 100%;
	line-height: 120%;
	color: #660000;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	background-color: transparent;
}
h4 {
	font-size: 100%;
	line-height: 120%;
	color: #FFBD38;
	margin: 0px 0px 10px 0px;
	padding: 7px 5px 8px 5px;
	font-weight: bold;
	text-transform: uppercase;
}

table{
	width: 550px;
	border: 0 ;
	text-align: center;
	margin:0px 0px 10px 0px;
}
#leftcol table2{
	width: 550px;
	border: 0 ;
	text-align: left;
	margin:0px 0px 10px 0px;
}
p {
	font-size: inherit;
	line-height: 150%;
	color: #606060;
	margin: 0px 5px 15px 5px;
}

#content a {
	text-decoration: none;
}
#content a:hover {
	color: #606060;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 5px 20px 5px;
}
li {
	font-size: inherit;
	line-height: 150%;
	padding: 1px 0px 0px 15px;
}
blockquote {
	font-style: italic;
}



