/* CSS Document */

html,body
{
	margin-top:0px;
	padding:0px;
}

body
{
	margin-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	color: #000000;
	background-color:#d9e8e8;
}

div#main
{
	margin-top:0px;
	width:842px;
	height: 642px;
	background-image:url(images/sfondo.png);
	background-repeat:no-repeat;
	text-align:left;
}

div#contenuti
{
	width:750px;
	height: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	font-size:13px;
	color:#000;
	text-align:left;
	margin-left: 35px;
	padding-top: 15px;
}

div#home
{
	width:842px;
	height: 482px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	font-size:13px;
	color:#000;
	text-align:left;
	margin-left: 0px;	
}

#container{
	margin-top: 0px;
	width: 842px;
	text-align:left;
}


#content_home{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align:left;
}

#content2{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
	text-align:left;
}
/*stili per il menur*/
div#menu1
{
	margin-top: 0px;
	margin-left: 35px;
	width: 650px;
	text-align:left;
}

div#menu1 a:hover
{
	color: #a6c7c6;
	text-decoration: none;
}	

.menu1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	font-size:13px;
	color:#006666;
}
.menu1 a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	font-size:13px;
	color:#006666;
	text-decoration: none;
}
.menu1 a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	font-size:13px;
	color:#a6c7c6;
	text-decoration: none;
}

/*stili per le news*/
#newsbox{

	width:221px;
	float:right;
	margin-right:30px;

}

.newsbox
{
	background-image:url(images/backbox.jpg);
	background-repeat: repeat-y;
}

div#data
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	font-size:11px;
	color: #000;
	background-color: #a6c7c6;
	width:70px;
	margin-left:30px;
}

div#news
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-size:11px;
	color: #000;
	width: 135px;
	margin-top: 10px;
	margin-left:30px;
}

div#news a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-size:11px;
	color: #000;
	text-decoration:none
}

div#news a:hover
{
	color: #a6c7c6;
	text-decoration: none;
}


div#footer
{
	margin-top: 595px;
	margin-left: 30px;
	width:800px;
	height: 20px;
}

div#footer a
{
	color:#006666;
	text-decoration: none;
}

div#footer a:hover
{
	color:#a6c7c6;
	text-decoration: none;
}