div.imagebreakfast
{
    position: relative;   
    height: 150px;
    width: 775px;
    background-repeat: no-repeat;
    background-image: url(../../photos/breakfast/breakfastTable1.jpg);
}


table.breakfast
{
    font-size: 12px;
    padding: 6px;   
}

tr.breakfastname
{
 background-color: #FFE7CE;   
}

tr.breakfast
{
    background-color: #FFF1E1;
}

td.breakfastheader
{   
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #800000;  
}

td.breakfasttable
{    
 }

td.breakfastimage
{
    padding: 8px;       
}

td.breakfasttext
{    
    padding: 8px;
    font-size: 14px;
}  

td.breakfasttextnoimage
{    
    padding: 8px;
    font-size: 14px;
}  


img.breakfastimage
{
    border-style: solid;
    border-width: thin;  
}