html, body { height: 100%; }

body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; margin: 0 0 0 50px; background-image: url(images/bg_pagina.gif); }
table { border: none; }
img 	{ border: none; }
td  	{ font-size: 11px; }
a 	 	{ text-decoration: none; color: #006063; }
	a:hover  { font-weight: bold; }

#container { height: 100%; width: 713px; background: #FFF; border-right: 1px solid #69B6B9; border-left: 1px solid #69B6B9; }
	
	/* altezza testata */
	#container #top { height: 1px; }
	
	/* corpo principale pagina*/
	#container #main { width: 570px; }
		#container #main .content 	{ margin: 26px 15px 10px 15px; }
			#container #main .content h1 { font-size: 18px; color: #A74E22; text-transform: uppercase; border-bottom: 1px solid #A74E22; }
			#container #main .content p.present { font-size: 14px; font-weight: bold; }
				#container #main .content p.present img { float: left; }
			#container #main .content p.attivita { clear: both; font-size: 9px; }
		
	/* colonna con sponsor */
	#container #colonna { background: url(images/bg_colonna.jpg) no-repeat #B6DBDD; width: 144px; }
		#container #colonna .content { margin: 25px 5px 10px 16px; }

#menu { background: #BEE0E1; }
	
/* crediti: "a cura della..." */
#credits { background: #69B6B9; text-align: right; font-size: 9px; padding-right: 10px; }
	#credits img { margin-left: 10px; }
/* crediti: "designed by..." */
#credits2 { background: #69B6B9; text-align: right; color: #006063; font-size: 9px; padding: 5px 10px 5px 0; }
	#credits2 a { color: #006063; font-weight: bold; }
		#credits2 a:hover { text-decoration: underline; }
		
table.annuncio { background: #FAF8CC; padding: 2px; }
table.annuncio img.foto { margin-right: 5px; margin-left: 10px; }
table.annuncio .titolo { font-size: 14px; text-transform: uppercase; color: #000; margin: 0 10px 10px 0; font-weight: bold; }
table.annuncio p { margin-top: 0; margin-bottom: 4px; }
table.annuncio p.web { margin-top: -10px; margin-bottom: 8px; }
