/*CSS PAGINA*/
	body {
         text-align:center;
         background: #FFFFFF;
		 background-image: url('Graph/BG.gif');
         background-repeat: repeat-x;
         margin:0px 0px 0px 0px; 
         scrollbar-arrow-color: #536283;
         scrollbar-3dlight-color:#FFFFFF;
         scrollbar-highlight-color:#7EC3DE;
         scrollbar-face-color: #FFFFFF;
         scrollbar-shadow-color:#FFFFFF;
         scrollbar-darkshadow-color:#7EC3DE;
         scrollbar-track-color: #FFFFFF; } 
     	 }
		
    a {
         color: #ffcc00;
         background: transparent;
         text-decoration:none; bold;
         } 

    a:link {
         color: #000000;
         background: transparent;
         text-decoration:none;

         }
		 
	a:visited {
         color: #000000;
         background: transparent;
         text-decoration:none;

         }

    a:active {
         color: #7EC3DE;
         background: transparent;
         text-decoration: none;
         }

    a:hover {
         color: #536283;
         background: transparent;
         text-decoration: none;
         }
		 
/*________________________________________________________________________________________________________*/

/*BANNER*/
     #banner {
	    margin-right:auto;
		margin-left:auto;
		float:center;
	    height: 177px;
		width: 800px;
		background: #FFFFFF;
        background-image: url('Graph/banner.jpg');
        background-repeat: no-repeat ;
		}
		 
/*MENU*/
	#menu {
	     margin-top: 23px;
		 width:170px;
		 float:left;
         background-color: #FFFFFF;
		 }
		
/*CORPO*/		 
	#titolo {
         margin-top: 20px;
		 height: 12px;
		 width:555px;
		 float:right;
		 background: #FFFFFF;
		 background-image: url('Graph/Titolo.gif');
		 background-repeat: no-repeat;
		 border-bottom: 1px solid #536283;
   		 font: normal .6em;
		 padding-bottom: 3px;
		 }
		 
	#corpopiccolo {
	     margin-top: 0px;
		 width:555px;
		 float:right;
		 background: #EBEBEB;
		 border-bottom: 1px solid #7EC3DE;
		 }
		 
/*NEWSFLASH*/
	#corpicino {
		 width:169px;
		 background: #EBEBEB;
		 border-bottom: 1px solid #7EC3DE;
		 }
	#titolino {
	     margin-top: 0px;
		 margin-bottom: 0px; <!--margin-bottom: -25px;-->
		 width:169px;
		 height: 12px;
		 background: #EBEBEB;
         background-image: url('Graph/Avvisi.gif');
		 background-repeat: no-repeat ;
		 }
		 
/*FOOT*/
     #foot {
	    float: center;
	    width: 800px;
	    height: 2px;
		font: normal .1em;
		background: #7EC3DE;
	    margin-right:auto;
		margin-left:auto;
		margin-bottom: 5px;
		}

/*________________________________________________________________________________________________________*/
