body {
	padding: 0px;
	margin: 0px;
	/*background: #fff;*/
	background: #ebe2cb url(./../widgets/sfondo_pagina.jpg) top left repeat-x;
	font: normal normal 100% verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #204400;
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
}

a{
	color: #404040;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#total{
	position:relative;
	margin:0 auto;
	width:964px;	
}

#container{
	float:left;
	width:964px;
	padding: 0;
	background: url(./../widgets/sfondo_pagina_ombra.jpg) top left repeat-y;
}

#top{
	float:left;
	position:relative;
	width:964px;
	height:346px;
	background: url(./../widgets/sfondo_top.jpg) top left no-repeat;
}

#top #imgTop{
	position:absolute;
	top:56px;
	right:7px;
}

#top #contattaci{
	position:absolute;
	top:12px;
	right:35px;
}

#top #home{
	position:absolute;
	top:91px;
	left:232px;
}

#top #menu{
	position:absolute;
	width:182px;
	top:143px;
	left:30px;
}

#top #menu a{
	display:block;
	margin-bottom:10px;
}

#sezione{
	float:left;
	width:964px;
	height:62px;
}
/*CONTENUTO TESTO*/
#contenuto{
	position:relative;
	float:left;
	padding: 0px 7px 0px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#contenuto #sx{
	float:left;
	background: #f8f6f1 url(./../widgets/sfondo_sx.jpg) top left no-repeat;
	width:270px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	text-align:right;
	
}
#contenuto #dx{
	float:left;
	width:580px;
	background: #f8f6f1;
	border-left: 10px solid #ebe2cb;
	padding-left: 30px;
}

#footer{
	float:left;
	width:934px;
	height:28px;
	background: url(./../widgets/sfondo_footer.jpg) top left no-repeat;
	padding: 10px 0px 0px 30px;
	margin-top:20px;
	color: #ebe2cb;
	font-size: 9px;
}

#footer a{
	color: #ebe2cb;
	text-decoration: none;
}

#credits{
	clear:both;
	width:954px;
	text-align:right;
	padding: 0px 10px 10px 0px;
}
