#outerPL
{
	position: relative;
	margin: auto;
	width: 759px;
	text-align: center;
	/*background-color: Lime;*/
}
#innerPL 
{
	text-align: left;
}
#headerPL 
{
	margin: 0px; 
	width: 755px;
	/*padding: 0 15px 0 15px;*/
	text-align: left;
	background-image: url(Images/bg_header.jpg);
	height: 107px;
}
#naviPL
{
	z-index: 1;
	position: relative;
	/*float: left;*/
	height: 22px;
	line-height: 22px;
	border: 1px solid #B6B5BB;
	background-color: #DBD3BC;
	width: 753px;
	text-align: left;
	margin-bottom: 6px;
}
#headerLeftPL
{
	float: left;
}
#headerRightPL
{
	float: right;
}
#contentHomePL
{
	z-index: 1;
	/*background-image: url(Images/bg_content.png);
	background-repeat: repeat-x;
	margin-top: 6px;*/
	text-align: left;
	/*overflow:hidden;
	height:100%;*/
}
#contentPL
{
	z-index: 1;
	/*background-image: url(Images/bg_content.png);
	background-repeat: repeat-x;
	margin-top: 6px;*/
	background-image: url(Images/bg_content_left.jpg);
	background-repeat: no-repeat;
	text-align: left;
	/*overflow:hidden;
	height:100%;*/
}
#contentFlashPL
{
	background-image: url(Images/bg_main.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 753px;
	/*border: 1px solid #DCDBDD;
	margin-bottom: 10px;*/
}
#contentLeftPL
{
	/*background-image: url(Images/bg_main.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 515px;
	border: 1px solid #DCDBDD;
    margin-bottom: -9999px; 
    padding-bottom: 9999px;*/
    float: left;
	width: 517px;
}
#contentRightPL
{
	/*background-image: url(Images/bg_main.jpg);
	background-repeat: repeat-x;
	float: right;
	width: 228px;
	border: 1px solid #DCDBDD;
    margin-bottom: -9999px; 
    padding-bottom: 9999px;*/
	float: right;
	width: 230px;
    margin-right: 4px !Important;
    margin-right: 2px;
}
.helper
{
	background-image: url(Images/bg_helper.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: 1px;
	line-height: 1px;
	display: block;
	width: 100%;
	font-size: 0;
}
#footerPL
{
	position: relative;
	top: 0px;
	background-color: #E2E2E2;
	height: 20px;
	line-height: 20px;
	width: 755px;
	text-align: center;
	margin-top: 10px;
}