@charset "UTF-8";
/* CSS Document */

/*remove items from print*/
#header, #left-column, #main-left, #footer, #banner-image, #recipe-top, .recipe-content{
	display: none;
}
#main-content #body-content #right-column #main-right{
	border: none;
}

#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: 0 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;
}
