/* Pages should be printed out */

body {
	margin:0; padding:0;
	background:#fff;
	/* back alternativi 
	pesca: 	#FEE4BE 
	grigio: #CFCFCF*/
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px; color:#336699;
	/*verflow:auto; */
	}
	
img {border:0;}	
	
#banda {
	display:block; width:100%;
	background:#ef3202; height:5px;
	margin-bottom:15px; display:none;
	}	
	
	
#euro {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 0 0;
	}	
	
/* ---------------------------------------------- 
	Rules for Copyright style and position 
---------------------------------------------- */	

#euro p.copy {
	color:#336699;
	text-align:right;
	}
	
#euro a:link, #euro a:visited {color:#336699; text-decoration:none;}

#euro a:hover, #euro a:active {color:#336699; text-decoration:underline;}	

/* ----------------------------------------*/	

/* Menu area is very important for this site */

#top {
	position:relative;
	background:transparent;
	width:100%; height:50px;
	}	
	
#top #logo h1.none {display:none;}

#top #logo {
	padding:.3em 0 0 .3em;
	}

#top #logo .adr {
	/* rules for print only */
	display:none !Important;
	}	

#top #menu ul{
	position: absolute;
	float: right;
	right: 0px;
	bottom: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#top #menu ul {text-align:right;} /*opera bug */

#top #menu ul li{display:inline;}

#top #menu ul li a {padding: .2em 1em;}

#top #menu ul li a:link, #top #menu ul li a:visited {
	text-decoration:none;
	color: #336699;
	display: inline-block;
	/*border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 3px solid #336699;*/
	background-color: transparent;
	padding: .2em 1em;
}

.imhere:hover, #top #menu ul li a:hover, #top #menu ul li a:active {
	color: #ef3202; /*#00f*/ 
	/*background-color: #d7d7d7;*/
	/*border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 3px solid #336699;*/
	/*padding: .5em 2em;
	font-weight:bold;*/
}

.imhere {
	background-color: #fff !Important;
	color: #336699 !Important; 
	font-weight:bold !Important;
	padding: .2em 1em;
	}

/* 	..................................................
	Rules for main area - Don't change without preview
*/	

#main {
	max-width:100%; /*width:100%;*/
	/*max-height:400px; height:380px;*/
	border-top:solid 1px #336699;
    	/*border-right: 1px solid #336699;
	border-left: 1px solid #336699;*/
	border-bottom: 1px solid #336699;
	position:relative;
	padding:5px; margin:10px 0 10px 0;
	}
	
#main p {
	font-size:14px; color:#666;
	line-height:1.5em;
	}

#main p span {
	font-size:16px; font-weight:bold;
	font-style: italic;
	}
	
#main p.small {font-size:10px;}

#main p img.dx {float:right; margin:0 0 5px 10px; border:solid 1px #336699;}

#main p img.sx {float:left; margin:0 10px 5px 0; border:solid 1px #336699;}

#main h1 {font-size:22px; font-family:"Times New Roman",Times,Serif;}

#main h2 {font-size:16px; font-family:"Times New Roman",Times,Serif;}

#main div.infobox {
	width:250px; float:left; margin:0 10px 5px 0;
	border:solid 1px #336699;
	}
	
#main table tr td {font-size:12px;}


