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

#recipeTable1 {position: absolute; 
	width: 800px; 
	height: 417px; 
	left: 275px; 
	top: 128px; 
	border: 3px solid #b37401; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	background-color: #ffb937;
}
#recipes {
	border: "1" solid #b37401;
	width: 100%
}
#recipes td, #recipes th {
	font-size: 1.454em;
	border: 1px solid #b37401;
	padding: 5px;
}
#recipes th {
	width: 95%
	font-size: 1.8em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #b37401;
}
#recipes td {
	text-align: center;
}

