*{
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background:#bf1e2d;
}
div#logo{
	background:#fff;
	margin-bottom:2px;
}
div.content{
	padding:2px;
	background:#fff;
}
div#menu ul li{
	border-bottom:1px solid #b5975b;
}
div#menu ul li a{
	margin-left:4px;
}
div#footer{
}
a,a:hover,a:visited{
	color:#fff;
}
div.content a{
	color:#000;
}
div#nav{
	background:#b5975b url(../img/recipe.gif) no-repeat right top;
	/*background:#b5975b  right top no-repeat;*/
	padding-left:2px;
	padding-right:0px;
	height:40px;
	line-height:40px;
	font-size:11px;
	font-weight:bold;
}
div#nav_tips{
	background:#b5975b url(../img/tips.gif) right top no-repeat;
	padding-left:2px;
	padding-right:60px;
	height:40px;
	line-height:40px;
	font-size:11px;
	font-weight:bold;
}
div#nav_cooking{
	background:#b5975b;
	padding-left:2px;
	padding-right:60px;
	height:40px;
	font-size:11px;
	font-weight:bold;
}
div#recipe1{
	/*background:#ffa92e url(../img/recipe1.gif) right top no-repeat;*/
	background:#b5975b ;
	padding-left:2px;
	padding-right:60px;
	height:40px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}
div#tips1{
	background:#b5975b;
	padding-left:2px;
	padding-right:60px;
	height:40px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}
ol{
	margin-left:24px;
}
div.content ul{
	margin-left:15px;
}
span.note{
	color:#b6121b;
}
