@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #101010;
	color: #CCCCCC;
}
div#container{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/template_04.jpg);
	background-repeat: repeat-y;
	display: table;
}
div#header{
	height: 66px;
	background-image: url(images/template_01.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
div#inc_header{
	height: 170px;
	background-image: url(images/template_02.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
div#sponsor{
	height: 150px;
	width: 728px;
	padding-top: 50px;
	padding-left: 80px;
}
div#menu{
	height: 111px;
	background-image: url(images/template_03.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
div#inc_menu{
	padding-top: 50px;
}
div#inc_menu a{
	text-decoration: none;
	font-weight: bold;
	color: #96A741;
	background-image: url(images/linkHover.jpg);
	background-repeat: no-repeat;
	width: 20px;
	padding-left: 23px;
	height: 20px;
}
div#inc_menu a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #C9903F;
	background-image: url(images/linkA.jpg);
	background-repeat: no-repeat;
	width: 20px;
	padding-left: 23px;
	height: 20px;
}
div#contenuto{
	padding: 0px;
	text-align: left;
	margin: 0px;
}
div#centrale{
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
div#sinistra{
	float: left;
	width: 180px;
	margin-left: 15px;
}
div#destra{
	float: right;
	width: 685px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer{
	height: 92px;
	background-image: url(images/template_06.jpg);
	width: 900px;
	background-repeat: no-repeat;
	clear: both;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
div#inc_footer{
	height: 92px;
	clear: both;
	padding-top: 15px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9BAB49;
	font-style: italic;
}
h2 {
	font-size: 14px;
	color: #C68D46;
	font-style: oblique;
}
.cartella_home {
	font-weight: bold;
	color: #000000;
	background-image: url(images/cartella_home.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 320px;
	padding-top: 25px;
	padding-left: 60px;
}
.cartella_home a{
	color: #FFFFFF;
	text-decoration: none;
}
.cartella_home a:hover{
	color: #000000;
	text-decoration: none;
}

.cella_home {
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #373536;
}
.cella_home a{
	text-decoration: none;
	color: #A5B459;
}
.cella_home a:hover{
	text-decoration: none;
	color: #73870A;
}
.cella_sito {
	background-color: #242223;
	border: 1px solid #323031;
	font-size: 10px;
	color: #999999;
}
a:link {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	font-style: italic;
	color: #C68D46;
}
a:visited {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

