/* CSS Document */
/*********************************************
	stile area di sinistra se pagine wine
*********************************************/

#leftchef{
	float:left;
	padding: 0 0 10px 0;
	margin: 10px 0 1em 0;
	border-top: 5px solid #900;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	border-left: 1px solid #900;
	background-color: #c36;
	}

#leftchef div img{
	visibility:visible;
	background-color: #c36;
	}

#leftchef a, #leftchef a:visited, #leftchef a:active, #leftchef a:link {
	font-weight:bold;
	color: #fff;
    text-decoration: none;
    }

#leftchef a:hover { 
	font-weight:bold;
	color: #fff;
    text-decoration: underline;
    }

#leftchef p{
	color:#c36;
	}

#leftchef h1{
	color: #FFF;
	border: thin #c00 solid;
	}
#header2{text-align:left; width:450px; height:100px; float:left; margin:0; padding:0;}
#header3{text-align:right; height:100px; float:right; margin:0 10px 0 0; padding:0;}


