body{
	margin:0px;
	background-color:#d5eefb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002954;
	padding-bottom:30px;
	padding-top:30px;
}

h2{
	margin-top:0px;
}

br.clearfix {	
	clear:both; 	
	margin:0px; 
	padding:0px; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px;
}
	

#container{
	width:729px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/shadow_horz.gif);
	background-repeat:repeat-y;
}

#topShadow{
	background-image:url(images/shadow_top.gif);
	background-repeat:repeat-x;
	height:10px;
	width:729px;
	overflow:hidden;
}

#bottomShadow{
	background-image:url(images/shadow_bottom.gif);
	background-repeat:repeat-x;
	height:10px;
	width:729px;
	overflow:hidden;
}

#mainBox{
	width:707px;
	border:#002b56 1px solid;
	background:#FFF;
	margin-left:11px;
	padding:0px;
}

#mainBanner{
	margin-bottom:5px;	
	
}
#leftSidebar{
	float:left;
	width:179px;
}

.sideBarItem{
	margin-bottom:12px;		
}

#mainContent{
	float:left;
	border-left:#4b6d8b 1px solid;
	width:527px;
}

.recipe{
	border-bottom:#4b6d8b 1px solid;
}


.receipeTextLeft{
	width:320px;
	margin-left:10px;
	padding-top:40px;
	padding-bottom:10px;
}

.receipeTextRight{
	width:320px;
	margin-left:178px;
	padding-top:40px;
	padding-bottom:10px;
}

.printBox{
	width:500px;
	border:#4b6d8b 1px solid;
	margin:10px;
	padding:5px;
}

