@charset "UTF-8";
/* CSS Document */

.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;
}#maincontain #contentbox div#categorybox {
	border: 1px solid #EAE9E8;
	background-color: #F2F2F1;
	padding: 5px 5px 5px 5px;
	width: 724px;
}
#maincontain #contentbox #categorybox div.familybox {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 220px;
	float: left;
	margin: 7px;
	padding-bottom: 7px;
}
#maincontain #contentbox #categorybox div.familybox img {
	padding: 3px 0;
}
