	body {
		background-color:#666666;	
	}
	
	body, table, td, div {
		margin:0;
		padding:0;
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
	}
	
	#bannerad {
		width:765px;
		height:108px;
		border-right:1px solid black;
		padding:0 1px 0 98px;		
		background-color:#ffffff;
	}

	#header, #footer {
		width:864px;
		padding:0;
		margin:0;
		border-right:1px solid #000000;
		margin-bottom: -1px;
		/* commented backslash hack for IE5.2 Mac \*/
		margin-bottom: 0;
		/*end hack */
	}

	#mac52clear {
		/* commented backslash hack for IE5.2 Mac \*/
		display:none;
		/*end hack */
		clear:both;
		line-height:1px;
		height:1px;
		padding:0;
		margin:0;
		width:864px;
	}
	
/*
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/	

/* THE ABSOLUTELY POSITIONED RECIPE SEARCH BOX */

	#recipeSearch {
		position:absolute;
		top:133px;
		left:542px;
		width:216px;
		height:34px;
		padding:0;
		margin:0;
	}
	
	body>#recipeSearch {
		position:absolute;
		top:133px;
		left:542px;
	}
	#recipeSearch form {
		margin:0;
		padding:0;
	}
	#recipeSearch IMG {
		/* commented backslash hack for IE5.2 Mac \*/
		float:left;
		/*end hack */
	}
	
	#recipeSearch DIV {
		float:left;
	}
		
	#recipeSearch INPUT {
		margin:5px 0 0 0;
		padding:0;
	}
	
	#recipeSearch #rpSearchLeft {
		float:left;
		width:56px;
		margin:0;
		padding:0;
	}
	
	#recipeSearch #searchForm { 
		background-image:url(/globalimages/opt/recipes/msc_recipesearch_bg.gif);
		background-repeat:repeat-x;
		width:126px;
		height:34px;
	}

	#recipeSearch #searchForm INPUT {
		width:118px;
		height:14px;
		border:1px solid black;
	}
	
	#recipeSearch #goButton {
		background-image:url(/globalimages/opt/recipes/msc_recipesearch_bg.gif);
		background-repeat:repeat-x;
		width:20px;
		height:34px;
		text-align:right
	}
	
/* END RECIPE SEARCH BOX */	
	
	#header {
		background-color:#ffffff;
		float:left;
	}
	
	#header #logo {
		float:left;
	}
	
	#header #date {
		float:right;
		margin-right:20px;
		margin-top:auto;
		padding-top:20px;
		font-size:10px;
	}

	#container {
		width:864px;
		padding:0;
		margin:0;
		border-right:1px solid #000000;
		/* commented backslash hack for IE5.2 Mac \*/
		float:left;
		/*end hack */
		background-color:#ffffff;		
	}

	#container #topNavContainer {
		float:left;
		width:525px;
		height:49px;
	}
		
	#container #topNavContainer #topnav {
		width:525px;
		height:27px;
		background-image:url(/globalimages/opt/recipes/msc_topnav_bkgr.gif);
	}

	#container #recipeSearchContainer {
		float:left;
		background-image:url(/globalimages/opt/recipes/msc_searchbox_bkgr.gif);
		width:338px;
		height:49px;
		border-right:1px solid #ffffff;
	}
	
	#container #recipeSearchContainer #searchNav {
		width:229px;
		margin:28px 0 0 35px;
	}
	
	#container #topNavContainer #subNav {
		width:525px;
		height:22px;
		padding:0;
		margin:0;
		background-image:url(/globalimages/opt/recipes/msc_subnav_bkgr.gif);
		background-repeat:repeat-x;
	}
    
    #container > #topNavContainer > #subNav {
        position:absolute;
    }
	
	#container #topNavContainer #subNav img {
		margin-top:2px;
	}
	
	/* GENERAL LEFT STYLES */
	#container #left {
		padding:0;
		margin:0;
		width:523px;
		border-right:1px solid #666666;
		float:left;
		background-color:#FFFFFF;
	}	
			
 	#left p {
 		margin:0 0 12px 0;
		padding:0;	
	}	
		
	#left a {
		color:#599057;
		text-decoration:none;
	}
	
	#left a:hover {
		text-decoration:underline;
	}
	
	#left a:hdr {
		text-decoration:underline;
	}
	
	#left a.hdr {
		color:#437A41;
		font-weight:bold;
		text-decoration:none;
	}
	
	#left a.hdr:hover {
		text-decoration:underline;
	}
	
	#left form {
		margin:0;
		padding:0;
	}
	
	
	/* RECIPE DETAIL STYLES */
	#left #recipenav {
		height:24px;
		margin:38px 0 0 0;
		float:left;
		width:523px;
		padding:0;
	}		
	
	#left #recipenav #backToSearch { 
		width:138px;
		height:18px;
		float:left; 
		margin-left:12px; 
		padding-top:6px;
		display:inline; 
	}

	
	#left #recipenav #links {
		float:left;
		width:147px;
		height:12px;
		padding:10px 0 2px 3px;
	}
	
	#left #recipenav #navbox {	
		float:left;
		padding:0;
		border:0;
		height:24px;
		width:373px;
	}	
	
	
	/* contentLeft styles */
 	#left #contentLeft {
 		width:150px;
		float:left;
		border-right:1px solid #B5B5B7;		
		background-color:#F2FCF3;
		background-image:url(/images/recipes/recipe_results/lft_shadow.gif);
		background-repeat:no-repeat;
		background-position:left top;
	}	

	#left #contentLeft div {
		padding-left:15px;
	}	
	
	#left #contentLeft div div {
		padding-left:0;
	}
	
	#left #contentLeft div a {
		font-weight:bold;
	}
	
	#left #contentLeft div.userRating {
		background-image:url(/images/recipes/msc_greendashed_border.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		margin-bottom:2px;
		padding:15px 0 10px 15px;
		clear:both;
	}
	
	#left #contentLeft div.userRating div.rating {
		float:left;
		margin:2px 0 2px 0;
		padding-left:0;
		width:120px;
	}
	
	#left #contentLeft div.userRating div.rating img {
		float:left;
		margin:0;
		padding:0;
		margin-right:3px;
	}
	
	#left #contentLeft div.userRating div.rating p {
		float:left;
		font-size:10px;
		padding:0;
		margin:0;
	}
	
	#left #contentLeft div.grayBoxLeft, #left #contentLeft div.greenBoxLeft {
		background-color:#F5F5F5;
		background-image:url(/images/recipes/msc_graydashed_border.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		padding:10px 0 10px 15px;
		font-size:10px;
	}
	
	#left #contentLeft div.grayBoxLeft {
		padding-top:5px;
	}
	
	#left #contentLeft div.pollBoxLeft {
		padding: 0px 0px 10px 16px;
		background-color:#F1F8FC;
	}
	
	.greyline {background-color:#B5B5B7;}
	
	.pollQuestion {color:#333;
		font-weight:normal;
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
		padding-top:5px;
		padding-bottom: 7px; 
		padding-left: 16px;}
	
	.pollAnswer {color:#333;
		font-weight:normal;
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
		padding-left: 16px;}
		
		
	.pollsubmit {color:#333;
		padding-top: 10px;}
	
	#left #contentLeft div.greenBoxLeft { 
		background-color:#F2FCF3;
	}
	
	#left #contentLeft div.grayBoxLeft a, #left #contentLeft div.greenBoxLeft a {
		font-size:11px;
		font-weight:bold;
	}
	
	#left #contentLeft div.grayBoxLeft img.divider {
		margin:5px 0;
	}	
	
	#left #contentLeft div.relatedLinks {
		margin-top:15px;
	}
	
	#left #contentLeft div.relatedLinks p {
		padding-left:0;
		margin-left:0;
		margin-bottom:10px;
	}
		
	
	#left #contentLeft div.grayDivider {
		background-color:#E5E5E5;
		border-top:1px solid #B5B5B7;
		border-bottom:1px solid #B5B5B7;
		padding:0;
		line-height:1px;
		margin:20px 0 15px 0;
		height:38px;
	}
	
	#left #contentLeft .hdr, #left #contentLeft p {
		margin:0 5px 0  16px;
	}
	
	#left #contentLeft p {
		padding:0;
		margin-bottom:3px;
	}
	
	#left #contentLeft .sponsoradcell, #left #contentLeft .empty {
		background-color:#E5E5E5;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		height:10px;
		margin:10px 0;
	}
	
	#left #contentLeft .newonepi p {
		margin-bottom:7px;
	}
	
	#left #contentLeft img.ratimg {
		float:left;
		margin:0 3px 0 16px;	
	}
		
	/* contentRight styles */
 	#left #contentRight {
 		width:372px;
		float:left;
		padding:8px 0 0 0;
		border-top:1px solid #B5B5B7;
		font-family:"Times New Roman";
		font-size:14px;
	}			
	
	#left #contentRight form {
		margin:0;
		padding:0;
	}

	#left #contentRight .hdr {
		margin:0 0 10px 0;
	}	
	
	#left #contentRight div {
		padding:0 3px 0 11px;
		font-size:14px;
		color:#333333;
		font-family:"Times New Roman";
		clear:both;
	}
	
	#left #contentRight div div {
		padding:0;
	}
	
	#left #contentRight div a {
		font-weight:bold;
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
	}

	#left #contentRight p.recipeboxred {
		color:#ff0000;
		font-weight:bold;
		font-family:arial, helvetica, sans-serif;
		padding:10px 0 0 15px;
		font-size:11px;
	}
	
	#left #contentRight #recipeIntro {
		float:left;
	}

	 
	#left #contentRight #recipeIntro p {
		margin-top:10px;
	}	 
	 
	#left #contentRight h1 {
		font-weight:bold;
		font-size:14px;
		color:#599057;
		font-family:arial, helvetica, sans-serif;
		padding:0 3px 20px 0px;
		margin:0 0 0 11px;
	}
		
	#left #contentRight #recipeIntro h1 {
		margin:0;
	}	
		
	#left #contentRight #recipeIntro img {
		float:left;
		margin:0 5px 5px 0;
		border:1px solid #666666;
	}
	
	#left #contentRight a.photolink {
		font-weight:normal;
		font-size:10px;
	}
	
	#left #contentRight span.source {
		color:#679966;
		font-weight:bold;
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
		margin-top:0;
		padding-top:0;
	}
	
	#left #contentRight span.copyright {
		color:#666666;
		font-family:verdana, arial, sans-serif;
		font-size:10px;
	}
	
	#left #contentRight span.smallCopy {
		color:#666666;
		font-family:arial, sans-serif;
		font-size:10px;
	}	
	
	#left #contentRight .cook {
		padding:0;
		margin:0;
		font-weight: bold; 
		font-family: arial, helvetica; 
		font-size: 11px; 
		color: #659A66; 
	}

	
	#left #contentRight div.forkRating {
		float:left;
		margin:2px 0 10px 11px;
		display:inline;
		padding-left:0;
		width:120px;
	}
	
	#left #contentRight div.forkRating img {
		float:left;
		margin:0;
		padding:0;
		margin-right:3px;
	}
	
	#left #contentRight div.forkRating p {
		float:left;
		font-size:10px;
		font-family:arial, helvetica, sans-serif;
		padding:0;
		margin:0;
		clear:none;
	}	
	
	#left #contentRight a.skipDetails, #left #contentRight a.skipDetailsSm {
		font-size:14px;
		font-family:arial, helvetica, sans-serif;
		padding:0;
		margin:0 0 0 11px;
		font-weight:bold;
	}	
	
	#left #contentRight a.skipDetailsSm {
		font-size:12px;
	}		
	
	#left #contentRight .reviewIDdiv {
		font-weight: normal; 
		font-family: arial, helvetica; 
		font-size: 11px; 
		color: #659A66; 
		padding:0;
		margin-bottom:15px;
	}
	
	#left #contentRight input.reviewIDbox { 
		margin-left:0; 
	}
	
	#left #contentRight #recipedetailsmform { 	
		width:372px;
		height:45px;
		margin:0;
		padding:0;
		background: #e5e5e5; 
		border-top: 1px #666 solid; 
		border-bottom: 1px #666 solid; 
		float:left; 
	}
	
	#left #contentRight #recipedetailsmform span {
		width:67px;
		float:left; 
		margin-top:10px; 
		margin-right:6px; 
		color: #666; 
		font-family: arial,helvetica; 
		font-weight:normal; 
		font-size: 10px;
		text-align:right;
	}
	
	#left #contentRight #recipedetailsmform input, #left #contentRight #recipedetailsmform img {
		float:left;
	}

	#left #contentRight #recipedetailsmform a {
		float:left;
		color:#666666;
		font-size:9px;
		font-family:verdana, arial, helvetica, sans-serif;
		padding-top:15px;
	}	
	
	/* END contentRight styles */
	
	/* Container Right styles */	
		
	#container #right {
		width:340px;
		float:left;
		background-color:#E4E4E4;
	}

	#container #right #rightContent {
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
		width:338px;
		float:left;
		background-color:#E4E4E4;
	}		

	#right .static-rrhed {
		background-image: url(/globalimages/rightrail/bkg_recipes_hed.gif);
		width:339px;
		float:left;
	}	
	
	#right #rightContent #rrshop {
		margin:0 auto 10px 5px;
	}
	
	#right #rightContent #ads {
		margin:15px auto 10px auto;
		text-align:center;
	}		
	
	#right #rightContent #newsSignup span.hilite {
		color:#447844;
		font-weight:bold;
	}

	#right #rightContent #ads250 {
		margin:15px 0 0 10px;
	}

	/* Footer styles */	
		
	#footer {
		float:left;
	}

	#footer #footerLinksLeft, #footer #footerLinksRight {
		color:#99CC99;
		background-image: url(/globalimages/opt/msc_footerlinks_bg.gif);
		padding:5px 0 5px 0;
		height:15px;
		float:left;
		font-size:11px;
	}
	
	#footer #footerLinksLeft a, #footer #footerLinksRight a {
		color:white;
		font-size:11px;
		text-decoration:none;
	}	
	
	#footer #footerLinksLeft a:hover, #footer #footerLinksRight a:hover {
		text-decoration:underline;
	}
	
	#footer #footerLinksRight a {
		font-weight:bold;
	}
	
	#footer #footerDivider {
		width:1px;
		height:25px;
		background-image:url(/globalimages/opt/msc_footer_divider.gif);
		float:left;
	}	
	
	#footer #footerLinksLeft {
		width:501px;
		padding-left:22px;
	}
	
	#footer #footerLinksRight {
		width:329px;
		border-right:1px solid #ffffff;
		padding-left:10px;
	}
	
	#footer #footerContent {
		clear:both;
		padding:5px 0 25px 0;
		background-color:#333333;
		color:#ffffff;
		text-align:center;
		border-right:1px solid #ffffff;
		width:863px;
		font-size:10px;
	}
	
	#footer #footerContent strong {
		font-size:11px;
		font-weight:bold;
	}
	
	#footer #footerContent p {
		margin:0 0 10px 0;
	}
	
	#footer #footerContent p.text {
		font-size:11px;
		color:#ffffff;
		margin-top:15px;
	}
	
	#footer #footerContent .text a {
		font-size:13px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
	}
	
	#footer #footerContent .text a:hover {
		text-decoration:underline;
	}
	
	#footer #footerContent a {
		color:#aaaaaa;
		text-decoration:none;
		font-size:10px;
	}
	
	#footer #footerContent a:hover {
		text-decoration:underline;
	}
	
	
/* specific nav items */		
#item1 { 
	margin:0px; 
	padding:0px; 
	border-style: none;
	display:block;
	width: 92px;
}		

#item1 ul  {
	width: 102px;
}		

#item1 ul li  {
	width: 102px;
	border-bottom: 1px solid #5A915A;
}		

#item2 { 
	margin:0px; 
	padding:0px; 
	border-style: none;
	display:block;
	width: 68px;
}		

#item2 ul  {
	width: 100px;
}		

#item2 ul li  {
	width: 100px;
	border-bottom: 1px solid #5A915A;
}		

#item3 { 
	margin:0px; 
	padding:0px; 
	border-style: none;
	display:block;
	width: 49px;
}		

#item3 ul  {
	width: 120px;
}		

#item3 ul li  { 
	width: 120px;
	border-bottom: 1px solid #5A915A;
}			

#item4 { 
	margin:0px; 
	padding:0px; 
	border-style: none;
	display:block;
	width: 76px;
}		

#item4 ul  {
	width: 120px;
}		

#item4 ul li  { 
	width: 120px;
	border-bottom: 1px solid #5A915A;
}			
		

#nav { 
	padding:0 0 0 45px; 
	margin: 0; 
	list-style: none;
	/* end hack */
	width:355px;
	float:left;
}

/* all lists */
#nav ul {  
	padding:0;
	margin: 0;
	list-style: none;
}

#nav li:hover ul, #nav li.over ul { display: block;} 

#nav li {float: left; position: relative; z-index:1;}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#nav li>ul { top: auto;left: auto;}

#nav li ul { 					
	line-height:13px;					
	text-align:left;					
	font-style:normal;		            
	display: none;		            
	position: absolute;		            
	top: 20px;		            
	left: 0;   		           	
	border-left: 1px solid #5A915A;					
	border-right: 1px solid #5A915A;		
}		

#nav li ul li {
	background: #F3FCF3;
}		

#nav li ul li a { 		            
	display: block;					
	padding: 2px;					
	text-decoration: none;					
	color: #666666;					
	font-size: 11px;
	font-weight:bold;		
}		 		

#nav li ul li a:hover {		            
	display: block;					
	padding: 2px;					
	background:#5A915A;					
	color: #ffffff; 		
}	 


#nav li:hover ul, #nav li.over ul { display: block;} 

