	/*
	#PGHead 
	{
		position: absolute;
	 	width: 73%;
	 	height: 12%;
	 	margin-left : 0em;
	 	border-style: none;
	}
	#PGMain
	{
		position: absolute;
		left:0;
		bottom:0%;
	 	height: 87%;
	 	width:73%;
	 	margin-left : 0em;
	 	border-style: none;
	}
	#PGPict
	{
		position: absolute;
	 	top:0;
	 	right:0%;
	 	width:24%;
	 	height:100%;
	 	margin-left:0em;
	 	border-style:none;
	}*/
	
	#PGHead 
	{
		position: absolute;
		top:0;
	 	left:0;
	 	width: 95%;
	 	height: 10%;
	 	margin-left : 0em;
	 	border-style: none;
	 	border-bottom-style:solid;
	 	border-width:0.05em;
	 	border-color:#DDD;
	}
	#PGPict
	{
		position: absolute;
	 	top:16%;
	 	height:82%;
	 	left:1%;
	 	width:23%;
	 	margin-left:0em;
	 	border-style:solid;
	 	border-width:0.05em;
	 	border-color:#DDD;
	 	padding:0.5em;
	}	
	#PGMain
	{
		position: absolute;
		top:16%;
		height: 82%;
		right:3%;
	 	width:67%;
	 	margin-left : 0em;
	 	border-style: none;
	}
