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

/* some styles specifically for the homepage */
#content div {
/* this is meant for the product boxes, which are children of #homeProducts
* other divs inside #homeProducts inherit these properties
* unless you're very specific */
	float: left;
	height: 240px;
	width: 24.9%;
	text-align: center;
}
#content div div {
/* for product names / pricing info */
	width: 100%;
	height: 40px;
}

#content div div a { text-decoration: none; font-size: 10px; }


