.ImageDisplayBody {
	/* background-color: #101010; */
	background-color: #8c8c8c;
	/* background-color: rgb(140,140,140) */
	/* color: #a0a0a0;  */
	color: #202020;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.HorizStripLeft {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: hidden;
	text-align: center;
}

.HorizStripRight {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.AboveImageContainer {
	width: 650px;
	padding: 2px;
	height: 65px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.HorizStripCenterWrapper {
	padding: 2px;
	position: relative;
	width: 110px;
	background-color: #99CC99;
}
.ImageWrapperInner {
	text-align: center;
	margin: auto;
	height: auto;
	width: 428px;
	border-color: #660000;
	border-width: 8px;
	border-style: double;
}

.ImageWrapperOuter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: auto;
	width: 450px;
	border-color: #660000;
	border-width: 2px;
	border-style: double;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.WhosTagged {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	height: auto;
	width: auto;
	border-color: #FFFF00;
	border-width: 2px;
	background-color: #CCCCCC;
	color: #990000;
	border-style: double;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 2px;
}
