html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background: #333 url(images/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, Calibri, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link,a:visited {
	text-decoration: none;
	color: #FFF663;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 100px;
}

#label {
	width: 375px;
	float: left;
}

#content {
	width: 600px;
	float: right;
	padding-top: 24px;
}

p {
	text-shadow: 0 0 1px #333;
	line-height: 1.25;
}

h1 {
	position: relative;
	padding: 38px 0 0 0;
	overflow: hidden;
	background: transparent url(images/thanks.gif) no-repeat top left;
	height: 0px !important;
	height /**/: 38px;
	margin-bottom: 18px;
}
h2 {
	position: relative;
	padding: 27px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	height /**/: 27px;
	margin-bottom: 20px;
}
	#hard h2 { background-image: url(images/hard.gif); }
	#make h2 { background-image: url(images/make.gif); }
	#contact h2 { background-image: url(images/contact.gif); }
	#where h2 { background-image: url(images/where.gif); }

#intro {
	font-size: 1.5em;
}

.question {
	margin: 48px 0;
}
	.q-left {
		width: 375px;
		float: left;
	}
	.q-right {
		width: 182px;
		float: right;
	}
	
	#where .q-right {
		margin-top: 0;
		margin-bottom: -20px;
	}
		#where .q-right img {
			position: relative;
			left: -2px;
		}
	#hard .q-right {
		padding-top: 52px;
	}
	#make .q-right {
		padding-top: 52px;
	}
	
	.recipe {
		margin-top: 18px;
		padding-left: 12px;
		border-left: 3px solid #484848;
		text-shadow: 0 0 1px #333;
	}
		.recipe strong {
			font-weight: bold;
			display: block;
		}
		.recipe small {
			display: block;
			font-size: .875em;
			margin: 1em 0;
			line-height: 1.43;
		}

#label {
	text-align: center;
}
	#label img {
		margin-bottom: 60px;
	}		
	.quote {
		width: 300px;
		margin: 0 auto 40px;
		font-family: Georgia, Constantia, serif;
	}
		.quote q {
			display: block;
			margin-bottom: 12px;
			line-height: 1.3;
			text-shadow: 0 0 1px #333;
			font-size: 1.125em;
		}
		.quote cite {
			font-family: Arial, Helvetica, Calibri, sans-serif;
			text-transform: uppercase;
			letter-spacing: 4px;
			font-size: .75em;
			color: #aaa;
		}