@charset "UTF-8";
/* CSS Document */
#recipediv {
	position: relative;
	margin: 0px auto 23px;
	clear: both;
	width: 847px;
	height: 485px;
	background-image: url(../images/bkg/recipes.jpg);
	background-repeat: no-repeat;
}
#recipediv p {
	position: relative;
	margin: 0 0 0 474px;
	clear: both;
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
#recipediv .email {
	margin: 0;
	padding: 0 10px 0 0;
}
#recipediv h2, #recipediv h3 {
	position: relative;
	margin: 0 0 0 474px;
}
#recipediv ul {
	position: relative;
	margin: 0 0 0 434px;
	clear: both;
	font-size: 15px;
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 16px;
}
#recipediv img {
	padding: 74px 0 14px 474px;
}
#recipediv a:link, #recipediv a:visited {
	color: #000;
}
#recipediv a:hover {
	color: #333;
}
.highlights {
	color: #FFF;
	font-weight: bolder;
}