#nav {
	position: absolute;
	top: 240px;
	left: 61px;
	width: 880px;
	height: 40px;
	background : url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

#plaintext a {
	color: #a0a0a0;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 40px;
	left: 61px;
	width: 880px;
	height: 200px;
	background : url(../images/ptlg.jpg);
}

#eyecatcher {
	position: absolute;
	top: 0px;
	left: 61px;
	width: 880px;
	height: 200px;
rem	background : url(../images/ptlg.jpg);
}


#nav a {
	display: block;
	width: 110px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 36px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background : url(../images/pnbutton.gif);
	font-weight : bold;
	font-size : 10px;
}

#nav a.active {
	font-color:#ffd175;
	background : url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color:#ffd175;
	background : url(../images/pnbuttonh.gif);
}

#content {
	background-color: #000000;
	position: absolute;
	top: 281px;
	left: 61px;
	width: 480px;
	background : #000000;
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

#subnav {
	background-color: #000000;
	font-size :8pt;
	color: #cccccc;
	font-weight: bold;
	position: absolute;
	top: 281px;
	left: 601px;
	width: 150px;
	height: 300px;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 40px 10px 0px;
}

#subnav a {
	color: #ffd175;
	font-weight: bold;
	color: #cccccc;
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	font-size :8pt;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
}

#subnav a.active {
	font-color: #ffd175;
	text-transform : uppercase;
	font-weight: bold;
	font-size :8pt;	
}

#subnav a:hover {
	color: #ffd175;
	font-weight: bold;
	text-transform : uppercase;
	font-weight: none;
	font-size :8pt;
	text-decoration: underline;	
}


#sidebar {
	background-color: #000000;
	font-weight: normal;
	font-size :8pt;
	font-style: normal;
	font-variant: normal;
	position: absolute;
	top: 281px;
	left: 791px;
	width: 150px;
	hight: 100%
	padding-left: 10px;
	padding-right:3px;
	
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #7D7F23;
	font-size: 10px;
}
