a.PhotoThumb {
	display:block;
	width:194px;
	height:165px;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
}

.WhatPageIsThis {
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	margin:2px 0 10px 0;
	clear:both;
}
	.WhatPageIsThis a {
		font-size:12px;
		color:#4a130c;
		font-weight:200;
		text-decoration:none;
		margin:0 5px;	
	}
		.WhatPageIsThis a:hover {
			font-size:12px;
			color:#4a130c;
			text-decoration:underline;	
		}
	.WhatPageIsThis span {
		font-size:12px;
		color:#380802;
		font-weight:900;
		text-decoration:underline;
		margin:0;	
	}
