/* CSS for Whirlpool - Rules, Sweepstakes Facts */


/* ===========================================
         OFFICIAL RULES
==============================================*/

#content {
	float: left;
	width: 700px;
	margin: 26px auto auto 12px; 
	padding-bottom: 128px;
	_display: inline; /* Win/IE6 */
	}

#content h1 {
	margin-bottom: 1.4em;
	font-size: 1.6em;
	font-weight: bold;
	}

#content p {
	font-size: 1.1em;
	line-height: 1.4em;
	}


/* ===========================================
         SWEEPSTAKES FACTS
==============================================*/

#facts #content {
	width: 577px;
	}

#content table {
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #cecece;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#content th, #content td {
	padding: 7px 16px 4px 18px;
	}
	
#content th {
	font-weight: bold;
	background-color: #dee7f3;
	}

#content td {
	padding-top: 8px;
	padding-bottom: 14px;
	border-right: 1px solid #94b3d8;
	}

#content .last {
	border-right: none;
	}
