
/*BEER & WINE STYLES............................ */



A:link {text-decoration: underline; color: #381a00;}
A:visited {text-decoration: none; color: #381a00;}
A:hover {text-decoration: underline; color: #381a00;}
A:active {text-decoration: none}





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

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

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


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

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


}



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

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

}

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

}

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

}

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



}

/* back to top............................ */

#backtotop
{
margin: 0px 0px 0px 20px;
width: 934px;
height: 25px;
position: relative;
clear:both;

background-color: transparent;
background-image: url("../../img/bg2.png");
text-align: center;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#8c6d4e;
}


