@charset "utf-8";
/* CSS Document */
body{
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Verdana;
	color:#412e1d;
}
td {font-size:11px;}
h1 {font-size:27px;}
h2 {font-size:18px;}
h3 {font-size:15px;}
p {
	font-size:11px;
	line-height:17px;
	margin:10px 0px;
}
li {
	color:#ff9f17;
	margin-left:20px;
}
li p {
	color:#000;
	margin:0;
}
a {
	font-weight:bold;
	color:#633;
}
input {
	background:#fbfcce;
	border:1px solid #999;
}

#search, #navbar {
	display:none;
}

#threeboxes {
	width:600px;
	height:230px;
	background-color:#fbfcce;
	vertical-align:text-top;
}

#box1 p, #box2 p, #box3 p {
	margin:0px 0px 80px 30px;
	line-height:17px;
	width:180px;
}
#box1 {
	width:200px;
	background:url(../images/box1.jpg) bottom right no-repeat;
	border-right:1px solid  #d8d9b9;
}
#box1 h1 {
	color:#7e6399;
}
#box2 {
	width:200px;
	background:url(../images/box2.jpg) bottom right no-repeat;
	border-right:1px solid  #d8d9b9;
}
#box2 h1 {
	color:#999933;
}
#box3 {
	width:200;
	background:url(../images/box3.jpg) bottom right no-repeat;
}
#box3 h1 {
	color:#9c683a;
}
#box1 h1, #box2 h1, #box3 h1 {
	font-size:24px;
	margin:10px 0px 0px 30px;
}

#right {
	display:none;
}
#right ul li {
	list-style:url(../images/arrow.gif);
	font-size:11px;
	margin:11px 0px 11px 20px;
}
#left {
	
	width:625px;
	padding:20px;
	margin-bottom:35px; 
}
#left h1 {
	margin-top:-15px;
}
#footer {
	width:830px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797b59;
}
.formatted {
	border:1px solid #95958d;
	float:right;
	margin:0px 15px 15px 15px;
}
.homecopy {
	line-height:27px;
	
}
.button {
	margin:0px 20px;
	position:relative;
	top:8px;
}

#recipedirections li {color:#000000;}
