/* CSS Document */

/* set the image to use and establish the lower-right position */ 
.WeeklySpecial, .WeeklyBody{ 

	width:350px !important; 
	margin: 0 0 5px 0 ;
} 


.WeeklyHead h1{ 
	background: url(images/red_rounded.gif) no-repeat top left; 
	margin:0; 
	font-size: 12pt;
	color: white;
	text-align: center;
	border:0;  

	padding:5px 10px 10px 10px; 
	height:auto !important; height:1%; } 

.WeeklyBody { 
	background-color:#FFCCFF ;
	border: solid 1px #F00;
} 



