#recipesmain
{
width:500px;
float:left;
border-left:10px solid #FFFFFF;
}
#recipesmenu
{
width:220px;
float:right;
border-right:10px solid #FFFFFF;
}
.recipeimage
{
width:190px;
float:right;
margin-top:10px;
}
.recipeheadline
{
font-weight:bold;
color:#666633;
margin:10px 0px 10px 0px;
}
.recipebody
{
clear:right;
}
.recipeitem
{
width:300px;
float:left;
}
.recipepdf
{
text-align:center;
}