/*
	**********************************************************************************************
	*		LAYOUT GENERALE																		 *
	*		Created:	 08/08/2007																 *
    *		Author: Michelangelo Lacatena														 *
   	**********************************************************************************************
*/
/*
	--------------------------------------------------------------------------------------------------
	IMPOSTAZIONI GENERALI
   	--------------------------------------------------------------------------------------------------
*/
	html { 
		font-size:12px;	
		background:#000 /* url(/fe/_images/layout/html.gif) scroll repeat-y center 0*/;
		font-family:Arial, Helvetica, sans-serif;
	}
	* {
		margin:0;
		padding:0;
	}

	h2 { display:none; }

	a:link, :visited {
		color:#2a568f;
		font-weight:bold;
	}
	a:hover { color:#2a568f !important; }
	
	img { border:0; }

	.cl { clear:both; }
	html>body .cl {
		height:0px;
		font-size:1px;
		clear:both;
		background:transparent;
		display:block;
	}

	body {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		font-size:12px;
		color:#000;
	}
	body, #mainBody { width:753px; }
/*
	--------------------------------------------------------------------------------------------------
	DIV CONTENITORE PRINCIPALE
   	--------------------------------------------------------------------------------------------------
*/
	#mainBody {
		margin-right: auto;
		margin-left: auto;
		text-align:left;
	}
/*
	--------------------------------------------------------------------------------------------------
	HEADER
   	--------------------------------------------------------------------------------------------------
*/
	#header {
		/*padding-left:600px;*/
	}
	h1 span { display:none; }
	h1 a:link, h1 a:visited {
		display:block;
		background:transparent url(/fe/_images/splash/logo.gif) no-repeat scroll 0 10px;		
		width:410px;
		height:85px;
	}
	
	#topLinks {
		text-align:right;
		padding:5px 10px;
	}
	#topLinks a:link, #topLinks a:visited {
		font-size:11px;
		text-transform:uppercase;
		padding:5px;
		font-weight:normal;
		color:#FFF;
	}
/*
	--------------------------------------------------------------------------------------------------
	FOOTER
   	--------------------------------------------------------------------------------------------------
*/
	#footer {
		padding:15px 0 25px 0;
		font-size:11px;
		text-align:center;
		color:#FFFFFF;
	}
	#footer a:link, #footer a:visited {
		color:#FFF;
		text-decoration:none;
	}
	