
/* DESSERT STYLES............................ */



/* left column............................ */

#left_column
{
float: left;
margin: 0px 0px 0px 20px;
width: 467px;
height: 320px;
background-image: url("../../img/bg2.png");

}

#left_column_coffeedessertwine
{
float: left;
margin: 0px 0px 0px 20px;
width: 467px;
height: 250px;
background-image: url("../../img/bg2.png");

border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#8c6d4e;

}

/* right column............................ */

#right_column
{
float: right;
margin: 0px 20px 0px 0px;
width: 467px;
height: 320px;
background-color: transparent;
background-image: url("../../img/bg2.png");

}


#right_column_coffeedessertwine
{
float: right;
margin: 0px 20px 0px 0px;
width: 467px;
height: 250px;
background-color: transparent;
background-image: url("../../img/bg2.png");

border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#8c6d4e;

}




