* html{
	margin:0px 0px;
	padding:0px 0px;
	background-color:#ffcc33;
}

body{
	background-color:#ffcc33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#tortilla{	/* wrapper */
	margin:0px auto;
	width:850px;
}

#beans{	/* header */
	position:relative;
	width:100%;
	display:block;
	background-image:url(images/lajolla_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:44px;
}

#rice{ /* left bar */
	position:relative;
	float:left;
	width:48px;
	height:516px;
	background-image:url(images/lajolla_02.jpg);
	background-repeat:repeat-y;
}

#cheese{ /* content */
	position:relative;
	float:right;
	width:802px;
	height:516px;
	background-image:url(images/lajolla_03.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

	#cheese #ljlogo{ position:relative; top:10px; left:50px; }
	#cheese #tpilogo{ margin-top:20px; }
	#cheese #address{ position:relative; font-size:12px; font-weight:bold; color:#000033; text-align:center; left:60px; top:10px; width:250px;}
	#cheese #ljphotos{ position:relative; float:right; width:186px; margin:5px 5px 0px 5px; }
	#cheese #ljphotos img{ border-left:1px solid #FF6600; border-right:1px solid #FF6600; }
	#cheese #fluff{ padding:10px 40px 10px 15px; width:500px; }
	#cheese #features{ margin-left:15px; }
	#cheese #features ul{ margin:0px; padding:0px; }
	#cheese #features li{ list-style:none; }
	#cheese #searchbox{ margin:15px 0px 0px 0px; padding:5px 15px; width:210px; border:1px solid #ff3300; background-color:#FFCC66; }
	#cheese #searchbox ul{ margin:0px 0px; padding:0px 0px; }
	#cheese #searchbox li{ list-style:none; padding:2px; }
	#cheese #searchbox form{ margin:0px; padding:0px; }
	#cheese #searchbox input{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
	#cheese #searchbox input.submitBtn{ border:1px solid #0000ff; background-color:#eeeeee; }

#salsa{ /* right bar */
	position:relative;
	float:right;
	width:37px;
	height:516px;
	background-image:url(images/lajolla_04.jpg);
	background-repeat:repeat-y;
}

#guacamole{ /* footer */
	width:100%;
	display:block;
	background-image:url(images/lajolla_05.jpg);
	height:65px;
	clear:both;
}
