@charset "utf-8";
/* CSS Document */
#recipe8Banner {position: absolute;
		border: 3px solid #b37401;
		font-size:20px;
		text-align:center;
		width: 350px;
		height: 25px; 
		left: 500px; 
		top: 80px; 
		background-color: #ffb937;
}

#recipe8Page1 {position: absolute;
		font-color: #000;
		font-size: "2"; 
		width: 350px; 
		height: 440px; 
		left: 300px; 
		top: 130px; 
		border: 3px solid #b37401; 
		padding-left: 4px; 
		padding-right: 4px; 
		padding-top: 1px; 
		padding-bottom: 1px; 
		background-color: #ffb937;
}

#recipe8Page2 {position: absolute;
		font-color: #000;
		font-size: "2"; 
		width: 350px; 
		height: 440px; 
		z-index: 1; 
		left: 700px; 
		top: 130px; 
		border: 3px solid #b37401; 
		padding-left: 4px; 
		padding-right: 4px; 
		padding-top: 1px; 
		padding-bottom: 1px; 
		background-color: #ffb937;
}
#ingredients {
	width: 100%;
}

#ingredients td, #ingredients th {
	font-size: 1em;
}
#ingredients th {
	font-size: 1.1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #b37401;
}
#ingredients td {
	text-align: center;
}
#directions {
	width: 100%;
}

#directions td, #directions th {
	font-size: 1em;
}
#directions th {
	font-size: 1.1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #b37401;
}
#directions td {
	text-align: center;
}

