/* CSS Document */


#stage_culinary {
float:right;
width:698px;

}

#stage_culinary h1 {
width:400px;
height:63px;
float:left;
background-image:url(../images/h1_culinary.jpg);
background-repeat:no-repeat;
text-indent:-999%;
margin-left:2px;
margin-bottom:5px;
}

#stage_culinary h2 {
clear:both;

}

#stage_culinary p {
padding: 0 30px 0 30px;
line-height:180%;

}


.recipe {
float:right;
clear:both;
margin-right:20px;
margin-left:10px;
text-align:center;
margin-bottom:20px;
}

.recipe a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-decoration:none;
font-weight:bold;
}

.recipe a:hover {
text-decoration:underline;
}

/*ul.menus {
margin:40px 0  0;
padding:0;
position:relative;

}

ul.menus li {
margin:0;
padding:0;
display:inline;
width:30%;
position:absolute;
text-align:center;


}

.lunch {
left:0;
}
.dinner {
left:33%;
}
.wine {
left:66%;
}*/