@charset "utf-8";
/* CSS Document */

.recipe_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-align:justify;
}


.bg_menus {
	background-image: url(../images/bg_menus.jpg);
	background-repeat: repeat;
}


.recipe_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #865536;
	text-align:left;
}
.recipe_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #b96f58;
	text-align:left;
	padding-bottom:20px;
}
