/*---- default overrides -----*/
body{
	font-family:Arial, Helvetica, sans-serif;
}
div{
	width:100%;
}

/*---- elements to hide -----*/
#login, #navigation, #ad, #rightSidebar, #footer, #header, #main{
	display:none;
}

/*---- specific overrides -----*/
h2 span{
	font-size:14px;
	margin-left: 20px;
}
#recipe table{
	margin-bottom:20px;
	width:100%;
}
#recipe .nut{
	width:100px;
}
#recipe .nutTitle{
	font-weight:bold;
}
#recipe ul .header{
	list-style:none;
}