/* CSS Document */

body {
	background-image:url(util/bkg.gif);
	font-family:Times;
	font-size: 16px;
	line-height:24px;
	margin:0px;
	padding:0px;	
}

/*div per Master Page*/

#container
{
    margin-left:auto;
    margin-right:auto;
    width:901px;   
}

#topheader
{
	width:888px;
	height:52px;
	padding-right:13px;
	clear:both;
	text-align:right;
}

#header
{
	width:560px;
	height:86px;
	padding-top:32px;
	padding-left:341px;
	clear:both;
	background-image:url(util/header.jpg);
}

#centro
{
    width:901px;
	height:510px;
	clear:both;
   }
   
  
#centro-left
{   width:313px;
    background-image:url(util/centro.jpg);
    float:left;
    height:510px;
}

#centro-right
{   width:588px;
    height:510px;
	background-color:#F8F2D8;
    float:right;  
}


    
#footer
{
    width:901px;
	height:64px;
	padding-top:10px;
	background-color:#4C301B;
	clear:both;
	font-size:11px;
	color:#A08A59;
	text-align:center;
	border-top-color:#D0C99D;
	border-top-width:4px;
	border-top-style:outset;	
	border-bottom-color:#36251B;
	border-bottom-style:solid;
	border-bottom-width:1px;
    }


#txtoverflow
{
    height:510px;
	overflow:auto;
	scrollbar-face-color:#4C301B;
	scrollbar-arrow-color:#E6EBEE;	
	}
	
#txtpadded
{
	width:530px;
	padding:20px;
	text-align:justify;
}	
	
/* DIV GENERICI */

.flottatol
{	float:left;
	
}

.flottator
{	float:right;
}
   
    
/* link e elementi vari */

a {
	color:#99402B;
	}

a.menu {
	color:#674C37;
	font-size:18px;
	text-decoration:none;
	}

a.credits {
	font-size:11px;
	color:#A08A59;
	}

.ico {
	padding-top:34px;
	border-style:none;
	padding-right:15px;
}

.bottiglia {
	margin-left:10px;
	border-style:outset;
	border-width:2px;
	float:right;
}
