@charset "UTF-8";
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photo_container {
	float: left;
	width: 470px;
	margin-right: 30px;
	line-height: 1.3em;
	margin-top: 20px;
	height: 350px;
	font-size: 0.95em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.photo_containerNOBORDER {
	float: left;
	width: 470px;
	margin-right: 30px;
	line-height: 1.3em;
	margin-top: 20px;
	height: 350px;
	font-size: 0.95em;
}
.photo_container_img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#myViewerContent {
	width:1000px;
	height:750px;
	margin-top: 30px;
	margin-bottom: 40px;
}

