/* Sfondo Pagina */
.mainsfondo {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/sfondopagina.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
	background-position: top left;
}

.mainsfondoG {
	margin: 30px auto auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/sfondopagina.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
	background-position: top left;
}

.footer {
	background-image: url(images/Footer.png);
	background-repeat: no-repeat;
	height: 100px;
}
.mainmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.mainmenu:link, a.mainlevel:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.mainmenu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #33CC66;
	text-decoration: none;
}
.divmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.testonormale {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.titoli1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #33CC66;
	text-decoration: none;
}
.titoli2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #66CC99;
	text-decoration: none;
}
.titoli3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #574646;
	text-decoration: none;
}
.bordofoto {
	border: thin solid #574646;
}
.bordocella {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66CC99;
	border-right-color: #66CC99;
	border-bottom-color: #66CC99;
	border-left-color: #66CC99;
	background-color: #CDF2A4;
}
.bordocellas {
	background-image: url(images/BlockHeader.png);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #66CC99;
	border-right-color: #66CC99;
	border-bottom-color: #66CC99;
	border-left-color: #66CC99;
}
