
		:focus { 
			outline: 0; 
		} 
		
		body
		{
			margin: 3px;
			padding: 0;
			font-size: 13px;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			outline: 0;
			background-color: #fff;
		}

		a:link { color: #000; }
		a:visited { color: #000; }
		
		a:hover, a:active
		{
			color: #000;
			background-color: #FFFF00;
			text-decoration:none;			
		}
				
		
		div#banner
		{
			color: #fff;
			background-color: #fff;
			border-bottom: 1px solid #fff;
		}
		
		
		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.2em;
			font-weight: normal;
		}
		
		div#container
		{
			background-repeat: repeat-y;
		}

/*
MENUSTYLE
*/
		div#menustyle
		{			
			margin-top:0px;
			margin-left: 22px;		
			width: 250px;
			font-size: 13px;
			font-family: georgia, times, "times new roman", serif;			
		}

/*
NAVIGATION
*/

		div#navigation
		{
			float: left;
			margin-left: 22px;	
			width: 250px;
			font-size: 13px;
			font-family: georgia, times, "times new roman", serif;			
		}
		
		div#navigation ul
		{
			list-style-type: none;
			list-style : none;
			margin: 0px 0px 0px 4px;
     		padding: 0px 0px 0px 4px;
		}
		
		div#navigation ul li { margin-top: 0px;margin-left:0px; }
		
		#navigation ul li a
		{
			display: block;
			width: 160px;
			padding: 2px 5px 2px 0px;
			text-decoration: none;
			color: #000;
			background-repeat: repeat-y;
		}

		
		#navigation ul li a:hover
		{
			display: block;
			width: 160px;		
			color: #000;
			background-color: #ffff00;
			background-repeat: repeat-y;
		}
		
		
		div#left_arrow,div#right_arrow {
			background-color:#fff;
			float:left;
		}
	
/*
TESCHIETTO MENU
*/
        div#temenu a:hover,div#temenu  a:active
		{
			color: #000;
			background-color: #fff;
			text-decoration:none;			
		}
/*
NEWSTICKER
*/	
	
		div#newsticker ul
		{
			list-style-type: none;
		}
		
		div#newsticker ul li { margin-top: 0px;margin-left:0px; }
		
		#newsticker ul li a
		{
			display: block;
			width: 160px;
			padding: 2px 5px 2px 10px;
			text-decoration: none;
			color: #000;
			background-repeat: repeat-y;
		}
		
		#newsticker ul li a:hover
		{
			color: #000;
			background-color: #FFFF00;
			background-repeat: repeat-y;
		}
					
/*
NEWSFEEDER
*/	
	
		div#newsfeeder ul
		{
			list-style-type: none;
		}
		
		div#newsfeeder ul li { margin-top: 0px;margin-left:0px; }
		
		#newsfeeder ul li a
		{
			display: block;
			width: 120px;
			padding: 2px 5px 2px 0px;
			text-decoration: none;
			color: #000;
			background-repeat: repeat-y;
		}
		
		#newsfeeder ul li a:hover
		{
			color: #000;
			background-color: #FF3399;
			background-repeat: repeat-y;
		}		
		
/*
CONTENT
*/	
		div#content
		{
			float:left;
			margin-top:52px;
			margin-left:50px;
			/*margin-left: 350px;*/			
			background-color: #fff;
		}
		
		div#content a,div#content a:hover,div#content a:active,div#content a:visited,a:link
		{
			text-decoration:none;
		}
		
		div#content h2
		{
			font-size: 2em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}
		
		div#content { line-height: 100%; }
/*
ARROWS
*/		
		div#center_pic {float:left;text-align:center;}
		
		div#left_arrow
		{
			text-align:center;
			width:30px;
			float:left;		
		}
		
		div#right_arrow 
		{
			width:30px;
			float:left;
			text-align: center;			
		}
/*
COMMENTO
*/	
		div#commento 
		{
			margin-top:15px;
		}	
		
/*
LOADING
*/		
		div#loading {
			width:43px;
			height:11px;
			position:absolute;
			top: 50%;
			left: 50%;	
			margin-top: -6px; /*set to a negative number 1/2 of your height*/
			margin-left: -21px; /*set to a negative number 1/2 of your width*/		
		}
		
		div#footer2
		{
			margin-top:10px;
			margin-left: 290px;
			background-color: #fff;
		}		
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #999;
			text-align: right;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}		
		
		div#elencofoto a:link { color: #000; }
		div#elencofoto a:visited { color: #000; }
		
		div#elencofoto a:hover, a:active
		{
			color: #000;

		}		
		
