.box-A
{	
	padding: 5px 5px 5px 5px;
	float: left;
	margin: 10px 20px 10px 0px;
	overflow: hidden;
	width: 340px;
	height: 200px;
	border: #A5A5A5 1px solid;
	background: #FFFFFF url(../images/cssimages/recipe-box-bg-A.jpg) bottom no-repeat;
}

.box-B
{	
	padding: 5px 5px 5px 5px;
	float: left;
	margin: 10px 20px 10px 0px;
	overflow: hidden;
	width: 340px;
	height: 200px;
	border: #A5A5A5 1px solid;
	background: #FFFFFF url(../images/cssimages/recipe-box-bg-B.jpg) bottom no-repeat;
}

.box-C
{	
	padding: 5px 5px 5px 5px;
	float: left;
	margin: 10px 20px 10px 0px;
	overflow: hidden;
	width: 340px;
	height: 200px;
	border: #A5A5A5 1px solid;
	background: #FFFFFF url(../images/cssimages/recipe-box-bg-C.jpg) bottom no-repeat;
}

.box-D
{	
	padding: 5px 5px 5px 5px;
	float: left;
	margin: 10px 20px 10px 0px;
	overflow: hidden;
	width: 340px;
	height: 200px;
	border: #A5A5A5 1px solid;
	background: #FFFFFF url(../images/cssimages/recipe-box-bg-D.jpg) bottom no-repeat;
}

.box-heading 
{	
	padding: 2px 2px 2px 2px;
	color: #581F4E;
	font-size: 8.5pt;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	width: 336px;
	border-bottom: #A5A5A5 1px solid;
}

.box-heading-wide
{	
	padding: 2px 2px 2px 2px;
	color: #581F4E;
	font-size: 8.5pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	width: 708px;
	border-bottom: #A5A5A5 1px solid;
}

.box-text
{	
	position:relative;
	top:-16px;
	margin: 5px 5px 10px 5px;
	padding: 0px 0px 0px 80px;
	font-size: 8pt;
	line-height: 1.5;
	color: #5A5C5F;
}

.box-sublink 
{	
	position:relative;
	top:-16px;
	left: 100px;
	float: left;
	width: 210px;
	margin: 5px 5px 0px 5px;
	padding: 0px 0px 0px 18px;
	font-size: 8pt;
	background: url(../images/cssimages/purple-arrow.gif) 0px 4px no-repeat;
	color: #5A5C5F;
}

.box-sublink a:link	{ color: #5A5C5F; text-decoration: none; }
.box-sublink a:hover	{ color: #428662; text-decoration: underline;}
.box-sublink a:active	{ color: #5A5C5F; text-decoration: none; }
.box-sublink a:visited	{ color: #581F4E; text-decoration: none; }

.box-more
{	
	position:relative;
	top:165px;
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 18px;
	font-size: 8pt;
	font-weight: bold;
	color: #428662;
	text-align:right;
}

.box-more a:link	{ color: #428662; text-decoration: none; }
.box-more a:hover	{ color: #428662; text-decoration: underline;}
.box-more a:active	{ color: #428662; text-decoration: none; }
.box-more a:visited	{ color: #581F4E; text-decoration: none; }


