/* CSS Document */

/* CSS Document */
body {
	margin-top: 0px;
	background-color: #99FF00;
	background-image: url(img/fondo.gif);
	background-repeat: repeat;
}

div#container{
	width: 800px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	background-color: #FFFFFF;
	border: 4px solid #FF5125;
}

div#header{
	background-color: #FF5125;
}  

div#menu{
	width: 792px;
	background-color: #FF5125;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: 4px solid #FF5125;
}

div#menu a{
	color: #FFFFFF;
	text-decoration: none;
}

div#menu_verticale{
	width: 100px;
	background-color: #FFA325;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	float:left;
	border-right: 3px #FF5125;
}

div#menu_verticale a{
	color: #FFFFFF;
	text-decoration: none;
}

div#menu_immagini{
	width: 800px;
	background-color: #FFA325;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	float:left;
	border: 3px #FFA325;
}

div#menu_immagini a{
	color: #FFFFFF;
	text-decoration: none;
}

div#menu_news{
	width: 800px;
	background-color: #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFA325;
	font-weight: bold;
	text-align: center;
	clear:both;
	border: 3px #333333;
}

div#menu_news a{
	color: #FFA325;
	text-decoration: none;
}
div#pagina{
	width: 680px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-align: justify;
	border: 4px solid #FFFFFF;
	line-height: 14px;
	float:right;
}

div#pagina p a{
	color: #FF5125;
	text-decoration:none;
}

div#pagina h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF5125;
}

div#pagina h1 a{
	color: #FF5125;
	text-decoration:none;
}

div#pagina h2{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF5125;
}

div#pagina_home{
	width: 792px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-align: justify;
	border: 4px solid #FFFFFF;
	line-height: 10px;
}

div#pagina_home h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF5125;
}

div#pagina_home h2{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF5125;
}

div#pagina_home p{
	line-height: 10px;
}

div#pagina_foto{
	width: 792px;
	background-color: #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border: 4px solid #333333;
	line-height: 14px;
}

div#pagina_foto h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF5125;
}

div#pagina_foto h1 a{
text-decoration:none;
	color: #FF5125;
}

div#pagina_foto h2{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF5125;
}

div#pagina_foto h2 a{
text-decoration:none;
	color: #FF5125;
}

div#pagina_friends{
	width: 792px;
	background-color: #FF5125;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border: 4px solid #FF5125;
	line-height: 14px;
}

div#pagina_friends h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}

div#pagina_friends h1 a{
text-decoration:none;
	color: #FFFFFF;
}

div#pagina_friends h2{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}

div#pagina_friends h2 a{
text-decoration:none;
	color: #FFFFFF;
}

div#footer{
	width: 792px;
	background-color: #FF5125;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: 4px solid #FF5125;
	clear:both;
}

div#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

div#foto{
border:  4px solid #FFFFFF;
float:right;
}

div#foto_friends_1{
border:  4px solid #FF5125;
float:right;
}

div#foto_friends_2{
border:  4px solid #FF5125;
float:left;
}

.grassetto {  font-weight: bold; color: #FF6633}
