/***********************************************//* File:      mainbg.css                       *//* Function:  main background style sheet      *//***********************************************//*                                             *//*  Author:   Reid Weske - California WebWise  *//*  Created:  03/28/04                         *//*                                             *//***********************************************//* HTML tag styles                             *//***********************************************//*********  body background image **************/body {		/*background-image: url(../images/t_bg-weave79.jpg);*/		/*background-image: url(../images/w-bg-food3.jpg); */		background-color: #4F2116;} #oven_box {	position: relative;	top: 0px;	left: 0px;	width: 373px;	height: 253px;	padding-left: 0px;	background-color: #000;	padding-right: 0px;}#smlBanner_box {	position: relative;	top: -35px;	left: 13px;	width: 366px;	height: 76px;	padding-left: 0px;	/*background-color: #000;*/	padding-right: 0px;}/*************  end of fle ********************/.shadow1 {        margin: 10px;        background-color: rgb(68,68,68); /* Needed for IEs */        -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);        -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);        box-shadow: 5px 5px 5px rgba(68,68,68,0.6);        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);        -ms-filter:	    "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";        zoom: 1;		}.shadow1 .content {	position: relative; /* This protects the inner element from being blurred */	padding: 0px;	background-color: #DDD;}/*************************************************/
