img.floated {
	float: left;
	}
	
.clearfloat {
clear:both; line-height:0; visibility: hidden;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 360px; height: 250px; overflow: auto; }
#content {  }

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}
