body {font: 12px arial; background-color: #CFCECE; color:#000; margin:0;}

img{border:none;}

h1 {font-size: 20px; margin:10px 0;}
h2 {font-size: 17px; margin:2px 0;}
h3 {font-size: 14px; margin:2px 0;}
h4 {font-size: 12px; margin:2px 0;}
h5 {font-size: 11px; margin:1.5px 0;}
h6 {font-size: 0.85em; margin:1px 0;}

/* Page layout styles */
div#main {
	width:960px; 
	margin:0 auto;
	background-image:url(/webimgs/Bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #a3a2a2;
}
div#headerPane {
	height:91px; 
	padding-top:25px;
	position:relative;
}
#headerPane #logo{
	float:left;	
	border:none;
	margin-left:20px;
}
#headerPane #recipeIcon{
	position:absolute;
	right:261px;
	top:13px;
}
div#tagLinePane {}

div#leftPane {width:150px; padding:5px; float:left; background:#ccc;}
div#noLeftPane {display:none; height:0;}

div#centerPane {}
div#centerPaneWithLeftPane {width:780px; padding:10px; float:right;}
div#centerPaneWithRightPane {width:780px; padding:10px; float:left;}
div#centerPaneWithLeftRightPanes {padding:10px; float:right;}

#flashPane{
	width:960px;
	height:349px;
}
#featuredPane{
	width:960px;
	padding:0px;
	margin:0px;
}
#module3{
	width:260px !important;	
}
#featuredPane div.featuredItem{
	width:259px;
	height:115px;
	overflow:hidden;
	float:left;
	padding:5px 30px 0px 30px;
	position:relative;
	font-size:10px;
}
.featuredItem img{
	padding:5px 10px 5px 0px;
}
.featuredBtns{
	padding:0px 5px 0px 0px;
	position:absolute;
	bottom:0px;
}

div#rightPane {
	width:150px; 
	padding:5px; 
	float:right; 
	background:#ccc;
}
div#noRightPane {
	display:none;
}

#tagLinePane2 {
	display:none;
}
.pencilBorderHorz{
	height:4px;
	width:958px;
	background-image:url(/webimgs/pencilBorder.png);
	background-repeat:repeat-x;
	clear:left;
	font-size:.01em;
}
.pencilBorderVert{
	height:120px;
	width:1px;
	background-image:url(/webimgs/pencilBorderVert.jpg);
	background-repeat:repeat-y;
	float:left;
}
* html .pencilBorderVert{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webimgs/pencilBorderVert.jpg", sizingMethod="scale");
} 
#footerPane {
	text-align:center; 
	background:#e0e0e0; 
	font-size:11px;
	height:70px;
	color:#737373;
}
#footerPane a{
	color:#737373;
}
#footerPane img {
	margin-top:4px;	
}
/* End Page layout styles */

/* Menu Style overrides */

.menuContainerHead2 ul#headNav{
	width:732px;
	margin:0 auto;
	position:relative;
	bottom:12px;
}
.menuContainerHead2 ul#headNav li{
	display:block;
	float:left;
	margin-right:22px;
	position:relative;
	padding-right:0px;
	padding-top:10px;
}
.menuContainerHead2 ul#headNav li.MenuItemlast{
	margin-right:0px;
}
.menuContainerHead2 ul#headNav li.MenuItemselected{
	width:152px;
	height:56px;
}
.menuContainerFooter{
	padding-top:10px;	
}
/* Menu Style overrides */