@charset "ISO-8859-1";
/* CSS Document */

.recipeHead {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
	padding: 3px;
	margin-top: 10px;
	margin-left: 10px;
}
.recipeItem {
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin-left: 10px;
}.pic {
	float: left;
	height: auto;
	width: 170px;
}
.rec_name {
	color: #FFCC33;
	text-align: center;
	width: 246px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ingredients {
	text-align: left;
	clear: right;
	float: left;
	height: auto;
	width: 230px;
	padding-left: 10px;
}

.descrip {
	text-align: justify;
	padding: 10px;
	width: 390px;
	clear: both;
}
.submitBkg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	background-image: url(../images/recipe_submit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: 460px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
}
.itemHeads {
	font-size: 13px;
	font-weight: bold;
	color: #FFCC66;
	padding-right: 6px;
}
