@charset "utf-8";
/* CSS Documento */

* {
	margin: 0;
	padding:0;
}

body{
    text-align: center;   /*centra in IE 5.x */
	background-color: #008100;
	font-family:Verdana,Geneva,sans-serif;

}

div#container{
    width:1000px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
	} 
	
div#left{
	float:left;
    width: 177px;
	height:500px;
	background:url(../immagini/template/bg-col-sx.jpg) top no-repeat;
}


div#central{
	float:left;
    width: 822px;
	/*background:url(../immagini/template/right-bg-flower.jpg) 639px 340px no-repeat;*/
	background:url(../immagini/template/right-bg-flower.jpg) bottom right no-repeat;
}

#header{
	width:639px;
	height:151px;
	float:left;
	background:url(../immagini/template/header-central.jpg) no-repeat;
}


div#right{
	float:right;
    width: 183px;
	height:500px;
	background:url(../immagini/template/bg-header-dx.jpg) top no-repeat;
}	

div#navigation{
	margin-left:20px;
	margin-top:20px;
	width:163px;
	height:200px;
}

div#sociale img{
border:0;
}

.cani{
margin-top:5px;
}

.legno{
margin:5px 0px 0px 15px;
}

div#content{
	float:left;
    width: 639px;
	background-color:#fff;
}

#bg-content-top{
	width: 639px;
	height:81px;
	float:left;
	background:url(../immagini/template/bg-central-top.jpg) top no-repeat;
}

#polaroid-top{
	margin-top:20px;
	width: 340px;
	height:61px;
	float:right;
	background:url(../immagini/template/polaroid-top.jpg) top no-repeat;
}

#titolo{
	margin: 15px 0px 0px 40px !important;
	margin: 15px 0px 0px 20px ;
	float:left;
	width:150px;
	height: 50px;
}

#bg-content-left{
	width: 30px;
	height:81px;
	float:left;
	background:url(../immagini/template/central-bg-sx.jpg) top no-repeat;
}

#main-content{
	float:left;
	width: 609px;
	background:url(../immagini/template/content-bg-dx.jpg) bottom right no-repeat;

}

#content-left{
	float:left;
	width:299px !important;	
	height:178px !important;
	height:192px ;
	border-bottom:14px solid #ea7f31;
	margin-left:-30px !important;
	
}


div#footer{
	float:left;
	background-color:#001f00;
	height:38px;
	width:639px;
	
}

#footer p{
	margin-top:0px;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	text-align:center;
	color:#fff;
}

#info{
	float:left;
	margin:10px 0px 0px 50px !important;
	margin:10px 0px 0px 50px ;
}

#powered{
	float:right;
	margin:4px 15px 0px 0px !important;
	margin:4px 5px 0px 0px ;
}

#powered a:link,#powered a:visited,#powered a:hover{
	color:#001F00;
}
#powered img {
border:0;
}

.clr{
	clear:both;
}


@media all
{
	.nav { background:#008100; color:#fff; display:block; width:200px; }
	
	#navigation ul {list-style:none;}
	
	#navigation a		{ font-weight:bold; color:#fff; padding:6px 3px; width:144px; text-decoration:none;display:block; font-size:.8em; }
	
	#navigation  a:visited{ color:#fff; }
	
	#navigation a:hover, #navigation a:active	{ color:#fff; background:#002000; font-size:.8em; }
	
	#navigation a.flaga				{ padding:0 4px 0 0; width:18px; border:0; display:inline; float:left; }
	
}

