﻿	#header {
		padding:0px;
		height: 400px;
		background-color: #EEEEEE;
	}
	
	#news 
	{
		margin-top: 5px;
		border-top: solid 1px #DDDDDD;
		border-bottom: solid 1px #DDDDDD;
		font-size: 85%;
		padding: 5px 0;
	}
	#news a
	{
		color: #666;
	}
	
	#news a:hover
	{
		text-decoration: none;
		color: #C00;
	}
	
	#news .toLeft
	{
		/*border: solid 1px #000;*/
		float: left;
		width: 90%;
		vertical-align: middle;
		margin-top: 3px;
	}
	
	#news .toRight
	{
		/*border: solid 1px #000;*/
		float: right;
	}
	
	/* Il due box di in basso in homepage */
	
	
	#boxLeft
	{
		/*border: solid 1px #000;*/
		width: 450px;
		float: left;	
		line-height: 1.5em;
	}
	#boxLeft h1
	{		
		font-size: 180%;
	}
	#boxLeft a
	{
		color: #666;
	}
	
	#boxLeft a:hover
	{
		text-decoration: none;
		color: #C00;
	}
	#boxRight
	{
		/*border: solid 1px #000;*/
		margin-top: 5px;
		margin-bottom: 10px;
		width: 350px;
		float: right;	
		font-size: 85%;
	}
	#boxRight h1
	{		
		font-size: 170%;
	}
	
	#boxRight ul
	{
		/*border: solid 1px #000;*/
		margin-left:0px;		
		width: 100%;
		list-style-type: none;
	}
	
	#boxRight ul li
	{
		/*border: solid 1px #000;*/
		margin-bottom: 5px;
		margin-left: -40px;
	}
	
	#boxRight a
	{
		color: #666;
	}
	
	#boxRight a:hover
	{
		text-decoration: none;
		color: #C00;
	}
	
	a.button {
	background: #000 url(../images/button.gif) no-repeat 0 0;
	color: #fff;
	font-size: 13px;
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	text-decoration: none;
	}
	
	a.button strong {
		font-weight: normal;
		padding: 0 30px 2px 10px;
		background: url(../images/button.gif) no-repeat right -60px;
		display: block;
		color: #fff;
		}
		
	a.button:hover {background-position: 0 -30px;}
	a.button:hover strong {background-position: right -90px; color: #fff;}

   
	
	