@charset "utf-8";
/*-------------------------------------------------------------------------------------------
La Brea Bakery - Grilled Cheese Sliders
© 2010 SADA Systems Inc.
sadaweb@sadasystems.com
-------------------------------------------------------------------------------------------*/
/* redefined */
body { background:url(../images/bg_tile.gif) repeat-y center top #831b03; }
a:link, a:visited { color:#8a1b04; font-family:Arial, Helvetica, sans-serif; font-style:oblique; font-size:14px; }
a:active, a:hover { color:#666; font-family:Arial, Helvetica, sans-serif; font-style:oblique; font-size:14px; } 

/* Layout */
#wrap { width:731px; margin:0 auto; }
	.header { margin:0 auto; }
#recipe { background:url(../images/recipe_bg.jpg) no-repeat top center; width:706px; height:510px; margin: 7px 0 0 -4px; }
	#inner { padding:15px; }
	#col1 { width:173px; float:left; margin:0 28px 0 0; }
	#col2 { padding:0 0 0 20px; }

#bottom_recipe { clear:both; padding:9px 0 0 0; }
#scrolling_frame { width: 470px; height: 198px; overflow: auto; }

.fl { float:left; padding:0 10px 10px 0; }
.fr { float:right; padding:0 10px 10px 0; }

/* typography */
.copy { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#624628; }
.subcopy { font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#624628; }