/* self-clear floats - hat tip to Handcrafted CSS */

* html .group, * html ul#quotes li { /* IE 6 */
	height: 1%;
}

*:first-child+html .group, *:first-child+html ul#quotes li { /* IE7 */
	min-height: 1px;
	}
	
*:first-child+html ul#quotes li {
	margin-bottom: 1.5em;
}

* html ul#quotes li {
	padding-bottom: 1.5em;
}


* html p.facebook a {
	background-image: url(../images/FaceBook_32x32-ie6.png);
}

* html p.twitter a {
	background-image: url(../images/Twitter_32x32-ie6.png);
}
