body {
	margin:0;
	background-color:#842A00;
	background-image:url(../images/layout/bg_body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FCF8B2;
}

#main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:1000px;
	overflow:auto;
	background-position:top;
	background-repeat:no-repeat;
}



#right {
	width:244px;
	float:left;
	margin-left:18px;
	_margin-left:9px;
	padding:0px 10px;
	overflow:hidden;
}
#right ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#right ul li {

}
#right ul li a {
	margin:0px;
	color:#FCF8B2;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:44px;
	height:44px;
	display:block;
	padding-left:60px;
	border-bottom:1px dashed #B65301;
}
#right ul ul li {
	background:url(../images/grafica/bg_ul_ul_li.gif) no-repeat ;
}
#right ul ul li a {
	margin:0px;
	color:#FCF8B2;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	display:block;
	padding-left:60px;
	border-bottom:1px dashed #B65301;
}
#right ul li a:visited {
	color:#FCF8B2;
	text-decoration:none;
}
#right ul li a:hover {
	color:#FFCC00;
	text-decoration:none;
}
#right ul li.menuAzienda a {
	background-image:url(../images/layout/li_bg_azienda.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#right ul li.menuAzienda ul li a{
	padding-left:80px;
	background:none;
}
#right ul li.menuInfo a {
	background-image:url(../images/layout/li_bg_info.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#right ul li.menuInfo ul li a{
	padding-left:80px;
	background:none;
}
#right ul li.menuGallery a {
	background-image:url(../images/layout/li_bg_gallery.gif);
	background-position:left; 
	background-repeat:no-repeat;
}
#right ul li.menuMailing a {
	background-image:url(../images/layout/li_bg_mailing.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#footer {
	text-align:center;
	font-size:11px;
	margin-top:25px;
	margin-bottom:10px;
}
#footer a {
	color:#FCF8B2;
	font-weight:bold;
}
#footer a:hover {
	color:#FFF;
}
#box {
 width:132px;
 float:right;
}
#box a {
 color:#FFF;
}
#box a:hover {
 color:#FF0;
}
