BODY
{
    background-color: #FFF;
    scrollbar-arrow-color: #FF0000;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-highlight-color: #000000;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #E6E6E6;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin:5px;
}
#Intestazione
{
	height: 67px;
	background-image: url(images/head_bg.jpg);
	background-repeat:no-repeat;
}
#Intestazione h2
{
	margin:0;
	width:200px;
	font-size:9px;
	color: #989fef;
}
#Contenuto
{
	background-image: url(images/Content_bg.jpg);
	background-repeat:no-repeat;
	width: 750px;
	text-align: left;
	font-size: 0.8em;
}
#Contenuto h1
{
	margin-top:10px;
	padding-bottom:20px;
	font-size:40px;
	color:#aa3333;
	border-bottom: #aa3333 thin dotted;
	
}
#Testo
{
	width:550px;
	margin-right:20px;
	float: left;
}
#Testo p:first-letter
{
	font-weight:bold;
	color:#989fef;
	font-size:1.2em;
	
}
#Menu
{
    float:left;
    width: 140px;
	margin-top:30px;
	margin-bottom:15px;
    text-align: left;
}
#Menu h1
{
    /*width: 180;*/
    color: #656DBE;
    font-size: small;
    border-bottom: #989fef thin dotted;
    margin-top:5px;
    margin-bottom:0px;
	padding:0;
}
#Menu ul
{
    color: #656DBE;
    font-size: x-small;
    margin-top:0px;
    margin-bottom:0px;
}
#Menu a
{
    color: #656DBE;
    text-decoration:none;
}
#Menu a:hover
{
    color: #989fef;
    text-decoration:blink;
}
#Menu .Lang
{
    margin-top: 8px;
    text-align: right;
    font-size: 10px;
    
}
#Lang
{
    color: #656DBE;
    font-size: x-small;
}
#Lang a
{
    color: #656DBE;
    text-decoration:none;
}
#Lang a:hover
{
    color: #989fef;
    text-decoration:blink;
}
#Foto
{
	width:480px;
	height:360px;
	float:left;
	margin-right:20px;
	text-align:center;
}
#Foto img{
	border: 1px solid #656dbe;
}
#Desc
{
	width:215px;
	border-left: #989fef thin dotted;
	padding-left: 15px;
}
#Thumbs{
	clear:both;
	margin-top:5px;
	padding-top: 2px;
	border-top: #989fef thin dotted;
}
#Thumbs a img
{
    border-color: #656DBE;
    text-decoration:none;
}
#Thumbs a:hover img
{
    border-color: #989fef;
    text-decoration:blink;
}
#Info
{
	width:565px;
	float:left;
	margin-right:20px;
	text-align:center;
}
#Info h3
{
	font-size: 1.0em;
}
#Info ul
{
	font-size: 0.7em;
	text-align:left;
}
#Bottom
{
	clear:both;
	width:750px;
	margin-top: 20px;
	padding-top:10px;
	border-top: #aa3333 thin dotted;
	font-size:9px;
}
#links
{
    font-size:0.85em;
}
#links li
{
    margin-bottom:15px;
}
#banners img
{
    margin-top:20px;
}	