
td.contentLeft {
	width: 170px;
	border-right: 1px solid #f9b000;
	background: #FFF;
 	vertical-align: top;
}
td.contentMain {
	background: #FFF;
 	vertical-align: top;
 	height: 430px;
}

td.contentRight {
	width: 170px;
	border-left: 1px solid #f9b000;
	background: #FFF;
 	vertical-align: top;
}


div#pgImp {
	height: 28px;
	width: 890px;
	clear: both;
	background-image: url(../images/layout/imp.gif);
	background-repeat: norepeat;
	background-position: left top;
	text-align: center;
	}
	
div#pgMenu {
	background: #ffe600;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #f9b000;
	height: 26px;
	}

td.bgLeft { 
	background-image: url(../images/layout/bgLeft.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

td.bgRight { 
	background-image: url(../images/layout/bgRight.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#pgPanther {
	text-align: center;
	height: 200px;
	width: 890px;
	clear: both;
	
}
div#pgBottom {
	background: #81684a;
	height: 10px;
	width: 890px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/layout/bottom.gif);
	background-repeat: norepeat;
	background-position: left top;
}

div#pgLogo {
	background: #81684a;
	height: 90px;
	width: 890px;
	background-image: url(../images/layout/bgLogo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#pgMain { 
	width: 890px;
	margin: 0px auto;
	text-align: left;
	
	
} 


body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	background: #81684a;
	text-align: center;
	}