.text_no_repeat_bg {
	background-image: url(images/content_right_lower_bg_13.gif);
	background-repeat: no-repeat;
	background-color: #F7F1E3;
}
.body_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
}

/* CSS for New Smile Gallery (March 09) below.  M.Gurwitz Image Mine Inc.) */
img.smilepic {
	/* border-bottom: 1px solid #400;
	padding: 6px 0 6px 0;
	border: 2px solid #600;
	margin: 8px 0 8px 0;*/
	padding: 0;
}

.infobox {
	position: relative;
	border: 1px solid #600;
	padding: 2px;
	margin: 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 13pt;
	color: #391C00;
	font-weight: bold;
	text-align: left;
/*	border:1px solid #000;
	background-color:#CCC;
	*/
	width:800px;
}
.infobox img {
	position: relative;
	z-index: 1;
}
.infobox .more {
	display: none;
}
.infobox:hover .more {
	display: block;
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 30px;
	width: 720px;
	height: 224px;
	padding: 12px;
	border: 2px solid #600;
	background-color: #F7F3E7;
	-moz-opacity: 0.88;
	opacity:.88;
	filter: alpha(opacity=88);
}

