/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

#decorate {
color: rgb(111,5,9);
font-family: verdana, arial, sans-serif; 
width:740px;
height:460px;
margin:1em auto; 
position:relative;
}

/*  background to body footprint*/
#background {
background:#eee url(../images/cake_figures.jpg) no-repeat scroll left top;
position:absolute;
width:316px;
height:384px;
top:0px;
left:50px;
}

#decorate dl {
font-size:0.9em;
position:absolute;
width:280px;
top:-5px;
left:410px;
}

#decorate dl dd {font-size:1.0em;  padding:0; margin:0; line-height:1.7em; margin-bottom:1.2em;}
#decorate dl dd span {
font-size:1.4em;
font-weight:bold;
}
