/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												LAYOUT														             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#f5f2ed;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#663300;
}
div#friends
{
	display: none;
}
div#titoli
{
	text-align:center; padding: 2px; background-color:#ebe8d5; border-bottom:#999999 1px solid;
}
div#contenitore
{
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../Grafica/sfondo-contenitore.jpg);
}
div#header
{
 	clear: both;
	/*//////////////////////////////////////////////////////////////////////////*/
	height: 422px;
	background-image: url(../Grafica/header.jpg);
	position:relative;
	
}
div#destro
{
	float: right;
	/*//////////////////////////////////////////////////////////////////////////*/
	width: 508px;
	\width: 540px;
	w\idth: 508px;
	padding-left: 15px;
	padding-right: 17px;
	padding-bottom: 50px;
	padding-top: 20px;
}
div#sinistro
{
	float: left;
	/*//////////////////////////////////////////////////////////////////////////*/
	width: 260px;
	padding-bottom: 50px;
	padding-top: 20px;
}
div#footer
{ 	
	clear: both;
	background-image:url(../Grafica/footer.jpg);
	height: 528px;
	/*///////////////////////////////////////////////////////////////////////////*/
	
	
}
div#video
{
	width:150px; height: 150px;
	position:absolute;
	left:50px;
	top:272px;

}
div#dati
{
	clear: both;
	padding: 30px;
	background-color: #78c0e1;
	color: #FFFFFF;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												CONTENUTO SINISTRO 														 */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#top-menu
{
	padding-left: 30px;
	padding-right: 30px;
	background-image:url(../Grafica/Menu/top-menu.gif);
	/*////////////////////////////////////////////////////////////////////////////*/
	height: 36px; 
}
div#menu
{
	background-image:url(../Grafica/Menu/sfondo-menu.gif);
	padding-left: 30px;
	padding-right: 30px;
}
div#bottom-menu
{
	background-image:url(../Grafica/Menu/bottom-menu.gif);
	padding-left: 30px;
	padding-right: 30px;
	/*///////////////////////////////////////////////////////////////////////////*/
	height: 60px; 
}
div#menu h2
{
	margin:0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 22px;
	color: #FFFFFF;
}
div#menu ul
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	margin: 0px;
}
div#menu li
{
	list-style-type: circle;
	/*///////////////////////////////////////////////////////////////////////////*/
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	font-size: 16px;
	color:#FFFFFF;
	font-weight: bold;
}
div#menu a:active, div#menu a:link, div#menu a:visited
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #fbefef;
	text-decoration:none;
}
div#menu a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FFFFFF;
	text-decoration: underline;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO TITOLI                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#titoli h1, div#titoli h2, div#titoli p
{
	display:inline;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 12px;
	color: #a48863;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO DESTRO                                                                */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#destro p
{
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#destro h1
{
	width: 480px;
	\width: 508px;
	w\idth: 480px;
	padding: 14px;
	/*///////////////////////////////////////////////////////////////////////////*/
	margin-top: 0px;
	font-size: 22px;
	color: #FFFFFF;
	background-color: #71b2cb;
	background-image:url(../Grafica/sfondo-titoli-h1.gif);
	background-position:top; 
	background-repeat:no-repeat;
}
div#destro h2
{	
	/*///////////////////////////////////////////////////////////////////////////*/
	color:;
	font-size:;
}
div#destro strong
{
	/*///////////////////////////////////////////////////////////////////////////*/
	font-weight: bold;
}
div#destro a:active, div#destro a:link, div#destro a:visited, div#destro a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #0033FF;
	text-decoration: underline;
}
div#destro ul
{
	/*///////////////////////////////////////////////////////////////////////////*/
	list-style-type: circle;
}
div#destro li
{
	margin-bottom: 3px; margin-top: 3px;
}
div#destro img
{	
	border: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO DATI                                                              */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#dati a:active, div#dati a:link, div#dati a:visited, div#dati a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FFFFFF; text-decoration: underline;
}

/*//////////////////////////////////////// MODULI ////////////////////////////////////////////////*/
div#messaggio
{
	color:#9900FF; font-size: 15px; margin-top:10px; margin-bottom: 10px;
}
div#destro form
{
	/*///////////////////////////////////////////////////////////////////////////*/ 
}
div#destro fieldset
{
	border: none;
}
div#destro legend
{ 
	background-color:#663300;
	color:#FFFFFF;
	padding: 3px;
}
div#destro input,div#destro select,div#destro textarea
{
	/*///////////////////////////////////////////////////////////////////////////*/
	border: #000000 1px dotted;
	color: #000000;
	background-color: #FFFFFF;
}
/*////////////////////////////// BOTTONI /////////////////////////////*/
.invia
{
	background-image: url(../Grafica/invia.gif);
	height: 50px;
	width: 200px;
	background-repeat:no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
