/* CSS for The Green Nut - Quick Tips */


/* ===========================================
         MAIN LAYOUT
==============================================*/

#container-boxContent {
	background: url(../images/kernel/splash-kernel.png) 0 259px no-repeat;
	_background-image: url(../images/kernel/splash-kernel.jpg); /* IE6 */
	}

#content {
	margin: 6px 9px auto 254px;
	}


/* ===========================================
         FACT LIST 
==============================================*/

#factList h3 {
	margin-left: 8px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	}

#factList ul {
	margin-top: 4px;
	font-size: 1.2em;
	line-height: 1.3em;
	border-bottom: 1px solid #d6d2a9;
	}

#factList li {
	padding: 14px 10px;
	border-top: 1px solid #d6d2a9;
	background-color: #fff;
	}

#factList li.alt {
	background-color: #f8f1e5;
	}

#factList li img {
	float: left;
	width: 93px;
	text-align: center;
	}

#factList h1 {
	margin-top: 0.4em;
	margin-left: 106px;
	padding: 0;
	font-weight: normal;
	}