body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
	background:#FFFFFF;
}
	
#main_nav, #flash_container, #heading_bar, #sub_nav_container, #product_right_container, #footer {
	display: none;
}
	
#wrapper {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	background: transparent;
}

.recipes_center_header {
	background:transparent url(../images/bg/header_divider.gif) no-repeat scroll center bottom;
	float:left;
	padding:8px 0 20px;
	width:440px;
}

div#product_center_container {
    background:transparent url(../images/ij_print_logo.jpg) no-repeat top left;
	float:left;
	width:443px;
    padding:0;
}

.center_header {
	background:transparent url(../images/bg/header_divider.gif) no-repeat scroll center bottom;
	float:left;
	height:46px;
	padding:8px 0 0;
	width:440px;
}

.product_center_image {
	background:transparent url(../images/bg/products_middle_divider.jpg) no-repeat scroll center bottom;
	float:left;
	overflow:hidden;
	padding:0 0 25px;
	text-align:center;
	width:430px;
}

.product_center_text {
	float:left;
	padding:20px 0 0 10px;
	width:400px;
}

.header{
	float:left;
	padding:20px 0 19px 0;
	margin:0 0 16px 0;
	width:100%;
	background:url(../images/bg/recipes_header_bg.jpg) bottom left no-repeat;
}

.header p{
	float:left;
	padding:0;
	margin:0;
	width:100%;
}

div#recipes_listing_container{
	float:left;
	width:774px;
	padding:0 0 0 14px;
}

div#recipes_listing{
	float:left;
}

div#recipes_listing a{
	text-decoration:none;
	cursor:pointer;
}

div#recipes_listing ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

div#recipes_listing ul li{
	float:left;
	width:387px;
	height:120px;
	list-style:none;
	margin:0;
	padding:0;
}

div#recipes_listing ul li img{
	float:left;
	border:1px solid #ececec;
}

div#recipes_listing ul li div{
	float:left;
	width:185px;
	padding:0 0 0 15px;
	font-weight:bold;
}

div#recipes_listing ul li div.recipe_desc{
	height:69px;
	overflow:hidden;
}

div#recipes_listing ul li div h3{
	font-size:12px;
	padding:0;
	float:left;
	font-weight:bold;
	width:100%;
}

#forPrint{
    display:block;
    padding:0 0 20px 0
}