
.FloatRight{float:right}
.FloatLeft{float:left}
.UnFloatRight{clear:right}
.UnFloatLeft{clear:left}
.UnFloat { clear: both;}

div.Centre {
	text-align: center;
	float: none;
	clear: both;
	width: 100%;
}

a.PGallLink {
	font-size: 7pt; 
	font-weight: normal; 
}
a.PGallLink:visited {
}
a.PGallLink:hover {
}
a.PGallLink:active {
}
.PGCol {
	position: static;
	text-align: left;
	border: 1px outset #cccccc;
}
.PGFCol {
	float: left;
	position: static;
	width: 158px; 
	text-align: center;
	border: 1px outset #cccccc;
}
.PGFullWidth {
	clear: left;
	float: none;
	width: 640px;
	left:0px;
	text-align: center; 
/*	border: 1px outset red; */
}


.PGHead
{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	clear: both;
}
.PGPhoto
{
	float: left; 
}
.PGDetail
{
	float: none; 
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.PGCatDetail
{
	width: 80%; 
	border: 1px solid #555555;
}
}
