/* STYLE for "The Food" */

#smallpolaroids, #bigpolaroid, #heading, #dinner, #appetizer, #salad, #dessert {
position: relative;
}

#heading {
float: left;
top: 10px;
left: 20px;
height: 90px;
}


#smallpolaroids {
float: left;
clear: left;
top: 0px;
left: 0px;
width: 250px;
height: auto;
}


#bigpolaroid {
float: right;
top: 10px;
left: 0px;
width: 471px;
height: 389px;
background-color: #BCB5AB;
padding-right: 20px;
}



#dinner {
float: left;
top: 0px;
left: 11px;
width: 125px;
height: 146px;
}

#appetizer {
float: left;
top: 0px;
left: 10px;
width: 125px;
height: 146px;
}

#salad {
float: left;
top: 0px;
left: 10px;
width: 125px;
height: 146px;
}

#dessert {
float: left;
top: 0px;
left: 12px;
width: 125px;
height: 146px;
}

#bodycontent a, a:link {
text-decoration: none;
}

#bodycontent a:hover {
text-decoration: underline;
}

#credit {
clear: left;
top: 0px;
left: 0px;
margin-left: 15px;
width: 300px;
height: 30px;
}

#credit p {
font-size: 12px;
font-stretch: extra-expanded;
line-height: 30px;
padding: 0px;
margin: 0px;
}


