
hr				{display: none;}
				/* add a divider between sections, in the event that css fails
				   special thanks to jbd at http://designersbloc.com for his suggestion */

				/* First, auto-clear each primary box... */
div:after, li:after {
				content: ".";
    			display: block; 
    			height: 0; 
    			clear: both; 
    			visibility: hidden;
}
				/* ...then fix for IE, because it's a big bag of shit, set on fire,
				and placed upon my doorstep for me to step in */
div, li {
				display: inline-block;
}
