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

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

#recipe6Page2 {position: absolute;
		font-color: #000;
		font-size: "2"; 
		width: 350px; 
		height: 400px; 
		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;
}
#comments {
	width: 100%;
}

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