/* CSS Document GW2011  - nuovo */

html, body { margin: 0; padding: 0; }

body 
	{ 		
		font: normal 12px Arial, Helvetica, sans-serif;
		text-align: center; /* COMPATIBILITA' IE 6 */
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		background: #FFFFFF url(artwork/top_site01.jpg) no-repeat top center;
	}
	
div#testata
	{
		position: relative;
		width: 930px;
		height: 359px;
		margin: auto;
		background: #FFFFFF url(artwork/top_site01.jpg) no-repeat top center;
	}
	
div#container
	{
		position: relative;
		width: 890px;
		margin: 100px auto 0 auto;
	}

div#container_background
	{
		position: relative;
		width: 100%;
		margin: 0;
		background: #E6E6E6 url(artwork/middle_site.jpg) no-repeat top center;
		border-top: 1px solid #000000;
	}
	
div#fascione
	{
		position: absolute;
		top: 61px;
		width: 100%;
		text-align: center;
		margin: 0px auto;
	}
	
div#fascione img
	{
		position: relative;
		left: 1px;
		_left: 1px;
	}	
	
/* NAVIGAZIONE DEL SITO */ 
div#main_naviga
	{
		position: relative;
		top: 25px;
		left: 325px;
		_left: 165px;
		text-align: center;
		width: 620px;
		padding: 0;

	}
	
div#main_naviga ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
div#main_naviga li
	{
		margin: 3px 2px 0px 2px;
		float: left;
	}
	
div#main_naviga li a 
	{
		display: block;
		font: 600 16px "Georgia",serif;
		width: 110px;
		_width: 110px;
		text-align: center;
		text-decoration: none;
		padding: 0px 0px 0px 0px;
		color: #000000;
		background: #FFFFFF;
		float: left;
		border-bottom: 3px solid #333333;
	}
	
div#main_naviga li a:hover 
	{
		color: #FFFFFF;
		background: #000000;
		border-bottom: 3px solid #FFFFFF;
	}

/* FINE NAVIGAZIONE DEL SITO */

div#footer
	{
		position: relative;
		width: 100%;
		height: 200px;
		margin: 0;
		background: #333333;
		color: #FFFFFF;
		border-top: 1px solid #000000;
		text-align: center;
	}

div#footer_content
	{
		position: relative;
		width: 890px;
		margin: 10px auto;
		font: normal 12px "Georgia",serif;
		text-align: left;
	}

div.titoli_oro
	{
		font: 600 16px "Georgia",serif;
		color: #FFD717;
	}
