<!--

/* classes.css */


/* Format the pictures to float left
--------------------------------------------------------------------------- */
.pic {
	float:		left;
	}


/* Format the h3 Heading
--------------------------------------------------------------------------- */
h3 {
	clear:		left;
	padding-top:	15px;
	}


-->