.container {
	background-color: #666666;
	width: 355px;
	border: 2px solid #000000;
	margin-left: 10px;
	margin-top: 10px;
}
.pgHeader {
	font-size: .95em;
	color: #FF9900;
	font-weight: bold;
	background-color: #000000;
	text-align: left;
	width: 355px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}
.pgImage{
	float: left;
	background-image: url(images/dropShadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 75px;
	width: 100px;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 6px;


}
.pgImage img {
	display: block;
	position: relative;
	margin: -3px 3px 3px -3px;
	border: 1px solid #000000;

}
.pgLink {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
