/* Just the home page */
h1 {
	margin: 0 38px;
	padding: 130px 20px 14px 20px;
	padding: 130px 20px 15px 20px;
	color: white;
	clear: both;
	font-weight: normal;
	font-size: 180%;
	background: black url(/tpl/img/bg-candy-home.jpg) top no-repeat;
}

.flash {
	margin: 0 38px;
	padding: 0px 10px 0px 0px;
	color: white;
	clear: both;
}

/* These are to reflect that content and action are swapped on the home page */
div#content {
	width: 730px;
}
	#content p {
		margin: 0 28px 1em 57px;
	}
		#content strong {
			color: #36A68D	
		}
	div#content ul {
		margin: 0 0 1em 80px;
	}
	div#nav {
		width: 205px;
	}
		div#nav dl {
			margin: 0 0 10px 0;
		}
		/* To increase the hit area of the call to action */
		* html div#nav dt a, * html #nav dd a {
			p\osition: relative;
		}
