	
body { 
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #7c705c;
	text-align: center;
	background-color: transparent;
	}
	
	.appetizer { background: url(/images/recipe/bg-appetizer.gif) no-repeat fixed; }
	.entree { background: url(/images/recipe/bg-entree.gif) no-repeat fixed; }
	.grilling { background: url(/images/recipe/bg-grilling.gif) no-repeat fixed; }
	.dessert { background: url(/images/recipe/bg-dessert.gif) no-repeat fixed; }

	.kids { background: url(/images/recipe/bg-kids.gif) no-repeat fixed; }

p { 
	margin: 0 0 5px 0;
	}
	
.recipe { 
	padding: 20px 20px 20px 90px;
	text-align: left;
	position: relative;
	}			
	
.links { 
	position: absolute;
	top: 34px;
	right: 25px;
	z-index: 9999;
	display: block;
	}
	
	.links a { 
		display: block; 
		height: 25px;
		width: 200px;
		font-family: Georgia, Times, "Times New Roman", serif; 
		font-style: italic; 
		color: #27b;
		text-align: right;
		}
											
p.large { 
	font-size: 18px; 
	line-height: 24px;
	color: #493f33;
	}

h3.htH3 { color: #c80; }

ul { 
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-top: 1px solid #eee;
	}
	
ul li { 
	background: url(/images/common/bullet.gif) no-repeat left 6px;
	padding-left: 15px; 
	border-bottom: 1px solid #eee;
	}

ol { 
	padding: 0;
	margin: 0 0 10px 0;
	list-style-position: inside;
	border-top: 1px solid #eee;
	}


ol li { 
	padding-left: 0; 
	border-bottom: 1px solid #eee;
	}
		
.submittedBy { 
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-style: italic;
	margin: 10px 0 5px 0;
	}

