/* $Id: print.css,v 1.6 2004/12/20 17:47:03 rolipe Exp $ */

body {
	background-color: #fff;
}

.view, .cnt, .lead {
	width: 100%;
	width: 500px;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.home .view, .view {
	background-image: none;
	overflow: show;
}

.home .bdy, .bdy {
	margin-top: 150px;
}

.navmain, .navsupp, .hdr, .ftr, .srch, .bnr, .brand {
	display: none;
}

.showcase {
	float: left;
	margin-top: 0;
	margin-left: 0;
}

.showcase .items {
	overflow: show;
	height: auto;
}

body {
	background-image: url("bg_prn.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 101px;
}

.home .bdy, .bdy {
	margin-top: -25px;
}

.bdy {
	margin-top: -43px;
}

.recipe .lead, .recipe #MainContent {
	width: 60%;
}

/*
.recipe .lead h1 {
	margin-left: -152px;
}

.recipe .lead #Title {
	margin-left: 152px;
}
*/

.recipe .lead #Text {
	border: none;
	width: 152px;
	padding: 0 0em;
}

.recipe .lead {
	margin-left: 152px;
	border-bottom: 1px dashed #000;
}

.recipe #MainContent {
	float: left;
	top: 340px;
	margin-left: 152px;
}

.recipe #MainContent a {
	display: none;
}

.recipe .ctrl {
	clear: all;
	margin-left: 150px;
	width: 500px;
}

