@charset "UTF-8";
/* CSS Document */
#main-content #main-left h3{
	padding-bottom: 5px;
}
#main-content #main-left a, #main-content #main-right a{
	display: block;
}

#recipe-top{
	background: url(../images/recipe-top.png);
	height: 36px;
	width: 280px;
	background-repeat: no-repeat;
	background-position:top left;
}
#recipe-middle{
	background: url(../images/recipe-middle.png);
	width: 280px;
	background-repeat: repeat-y;
}
#recipe-middle h3{
	margin: 0 4px 0 4px;
	border-top: double #816a37;
	position: relative;
	display: block;
	width: 262px;
	padding: 5px;
}
#recipe-middle h5{
	border-top: double #816a37;
	margin: 5px 4px 0 4px;
	position: relative;
	display: block;
	width: 262px;
	padding: 5px;
	font-size: 1em;
	text-transform: uppercase;
}
#recipe-middle ul, #recipe-middle ol{
	color: #816a37;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
#recipe-middle ul{
	position: relative;
	margin: 0 5px 0 5px;
}
#recipe-middle ol{
	position: relative;
	left: 20px;
	width: 240px;
	display: block;
}
#right-column #recipe-middle ul li{
	width: 237px;
	display: block;
}
#recipe-middle p{
	padding: 5px 5px 0 10px;
}
#recipe-bottom{
	background: url(../images/recipe-bottom.png);
	width: 280px;
	height: 15px;
	background-repeat: no-repeat;
}
#recipe-top h4{
	position: relative;
	display: block;
	float: left;
}
.print-recipe{
	float: right;
	position: relative;
	display: block;
	margin-right: 20px;
}
