body {
	background:#851e22;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#contenitore {
	width:940px;
	background:url(../img/bg_body.png) repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#testata {
	width:940px;
	height:216px;
	background:url(../img/bg_testata.jpg) top center no-repeat;
}
#col1 {
	float:left;
	width:175px;
	padding:20px;
}
#menuPrincipale {
	margin-bottom:10px;
}
#menuPrincipale h2 {
	display:none;
}
#menuPrincipale ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menuPrincipale ul li {
	margin-bottom:5px;
	text-align:right;
}
#menuPrincipale ul li a:link, #menuPrincipale ul li a:visited, #menuPrincipale ul li a:active {
	color:#810100;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#menuPrincipale ul li a:hover {
	text-decoration:underline;
}
#col2 {
	float:left;
	width:725px;
}
#contenutoPagina {
	padding-right:20px;
}
#contenutoPagina hr {
	border:1px solid #810100;
	color:#810100;
}
.titoloPagina {
	border-bottom:2px solid #810100;
	font-size:16px;
	color:#810100;
	text-align:right;
}
#footer {
	clear:both;
	text-align:center;
	padding:20px;
	background: #F99;
	width:878px;
	margin-left:auto;
	margin-right:auto;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#810100;
}
#footer a:hover {
	text-decoration:underline;
}
.ghost {
	display:none;
}
#boxBanner img {
	margin-bottom:10px;
	border:none;
}
#boxGallery img {
	width:120px;
	height:100px;
	border:0;
	margin:20px;
}

