/* css Andrea Musi style */
/* This file is by Andrea Musi */

/* basic elements */
body { 
	font: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#336699;
	margin-top: 0px; 
	text-align: center;
	line-height: 16px;
	}
	
p { 
	text-align: left;
	}	
	
h1 { 
	font: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	text-align: left;
	color:#00FF00;
	}	
	
a:link { 
	text-decoration: underline; 
	color: #B7A5DF;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF9900;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}


/* specific divs */
#container { 
	width: 640px;
	padding: 0px 0px 0px 0px;  
	margin-top:5px;
	background-color: #FFF;
	text-align: left;
	}
	
#intro  { 
	margin-top: 0px;
	}

#navigation {
	background-color: #FFFFFF ;
	color: #333333;
	line-height: 20px;
	padding: 0px;
	text-align: left;
	font-size: 90%;
}

#content {
	width: 100%; 
	position: relative;
	background-color: #fff;
	color: #000; 
	border: 0; 
	margin-bottom: 0px; 
	voice-family: inherit;
	color: #333333;
}

#info {
	padding-right: 10px; 
	padding-left: 20px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	margin: 10px 10px 10px 140px; 
	border-left: #666 1px solid;
	font-size: 11px; 
	background-color: #f7f7f7;	
}

#quotes {
	padding-right: 20px; 
	padding-top: 20px;
	padding-left: 20px; 
	padding-bottom: 20px;
	font-size: 11px; 
	font-style:italic;
	font-stretch:expanded;
}

#news {
	width: 110px; 
	position: absolute; 
	padding-right: 10px;
	padding-left: 10px; 
	padding-bottom: 0px;
	padding-top: 10px;
	left: 0px; 
	margin: 0px; 
	top: 0px; 
	text-align: left;
	line-height: 20px;
	font-stretch:expanded;
	font-size: 11px;
	
}

#news.riga {
	border-bottom: #ccc 1px dashed;
	width: 100px;
	
}

<div id="meteo"> {
background-image:url(../images/HOME_SfondoCellaStazione.gif);

}

#riga {
	border-bottom: #ccc 1px dashed;
	width: 450px;
}

#footer {
	font: 10px verdana;
   	text-align: center;
	background-color: #003399;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	}
	
.large{
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	line-height : 10px;
	}

.small{
	font-size : 9px;
	text-align: left;
	line-height : 10px;
	}




