﻿#outerPL
{
	position: relative;
	margin: auto;
	width: 902px;
	text-align: center;
	/*background-color: Lime;*/
}
#innerPL 
{
	text-align: left;
	background-image: url(Media/bg_main.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-left: 16px;
}
#headerPL 
{
	margin: 0px; 
	width: 755px;
	text-align: left;
	height: 76px;
}
#headerLeftPL
{
	position: absolute;
	top: 5px;
}
#headerRightPL
{
	position: absolute;
	/*top: 20px;*/
	top: 5px;
	left: 196px;
	/*background-color: #99CC00;*/
	width: 681px;
	/*height: 34px;*/
	height: 66px;
}
#naviPL
{
	z-index: 1;
	position: relative;
	background-image: url(Media/bg_navi.jpg);
	background-repeat: repeat-x;
	height: 47px;
	width: 870px;
	text-align: left;
	margin-bottom: 6px;
}
#imagePL
{
	/*position: relative;*/
}
#contentHomePL
{
	z-index: 1;
	text-align: left;
}
#contentIframePL
{
	z-index: 1;
	text-align: left;
	width: 870px;
}
#contentHomeLeftPL
{
    margin-right: 10px;
    float: left;
	width: 210px;
	/*background-color: Lime;*/
}
#contentHomeRightPL 
{
	float: left;
	width: 660px;
    /*background-color: Lime;*/
}
#contentPL
{
	z-index: 1;
	text-align: left;
}
#contentLeftPL
{
    margin-right: 10px;
    float: left;
	width: 650px;
    /*background-color: Lime;*/
}
#contentRightPL 
{
	float: left;
	width: 210px;
    /*background-color: Lime;*/
}
#footerPL
{
	position: relative;	
	padding: 16px 16px 0 16px;
	text-align: left;
	width: 870px;
	background-image: url(Media/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
}