@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(images/body_background.gif);
	background-position:center;
	background-repeat:repeat-y;
}
div#pagina{
	width:690px;
	margin:0px auto;
	text-align:left;
}
div#pagina_interna{
	background-image:url(images/laterali/homepage.gif);
	padding-left:182px;
	height:576px;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;color:#5C5BB8;
	font-family:Verdana,Arial,Helvetica,sans-serif;	
}
div#pagina_interna a{color:#716BAF;}
div#credits{
	color:#F9F9F9;
	font-weight:bolder;
}
div#credits a{
	color:#F9F9F9;
	text-decoration:none;
}
div#menu{
background-image:url(images/menu_background.gif);
width:509px;
height:27px;
border-top:7px solid #FFFFFF;
line-height:27px;
background-position:bottom;
background-repeat:no-repeat;
}
div#flash{
background-image:url(images/flash.gif);
height:212px;
width:509px;
}
div#testo{
	background-image:url(images/bottom.jpg);
	background-position:top right;
	background-repeat:repeat-x;
	min-height:330px;
	font-size:11px;color:#5C5BB8;
	font-family:Verdana,Arial,Helvetica,sans-serif;padding-top:30px;
	padding-left:10px;
	padding-right:10px;
}
* html div#testo { 
   height: expression( this.scrollHeight < 331 ? "330px" : "auto" ); /* sets min-height for IE */
   min-height: 330px; /* sets min-height value for all standards-compliant browsers */
}
div#testo h1{
	color:#5C5BB8;
	font-size:18px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-bottom:15px;
	margin-top:5px;
}
div#testo p{line-height:18px;}
div#testo a{color:#716BAF;}
div#testo li{margin-bottom:5px;}

