/*      Created by Keith Donegan of Code-Sucks.com	  	  E-Mail: Keithdonegan@gmail.com	  	  You can do whatever you want with these layouts,	  but it would be greatly appreciated if you gave a link	  back to http://www.code-sucks.com	  */* { padding: 0; margin: 0; }body {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	background-color: #002F48;}#wrapper {	margin: 0 auto;	width: 922px;	background-color: #FFFFFF;	margin-bottom: 0px;}#faux { background: url(../immagini/background.gif); margin-bottom: 0px; overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */ width: 100%}#header {	color: #333;	width: 902px;	padding: 0px;	height: 260px;	margin: 9px 0px 0px 0px;	background: #FFFFFF;	background-image: url(../immagini/header_background.jpg);	background-repeat: no-repeat;	background-position: center;	margin-left: 10px;}#navigation {	color: #FFFFFF;	margin: 0;	background: #ABBEBE;	background-image: url(../immagini/barra-rossa.png);	height: 15px;	margin-right: 10px;	margin-left: 10px;	font-family: Arial, Helvetica, sans-serif;	font-variant: small-caps;	font-size: 14px;	font-weight: bold;	text-align: center;	padding-top: 0px;	padding-bottom: 15px;	padding-right: 10px;}#leftcolumn {	display: inline;	color: #FFFFFF;	width: 195px;	float: left;	font-family: Verdana;	font-size: 16px;	font-weight: bolder;	padding: 0;	margin-left: 15px;	margin-top: 10px;}#rightcolumn {	float: right;	color: #333;	margin: 10px;	padding: 0px;	width: 683px;	position: relative;	display: inline;}#footer {	width: 902px;	clear: both;	color: #333333;	background: #ABBEBE;	margin: 0px 0px 0px 0px;	padding: 0px;	text-align: center;	background-color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	margin-left: 10px;	padding-right: 10px;}A{color:#FFFFFF;  text-decoration:none; }A:Visited{color:#FFFFFF; }A:Hover{color:#FFFFFF;  background-color:#FF3333;  text-decoration:none; }H1{	color:#003366;	font-size:small;	font-weight:bold;	text-transform: uppercase;}H2{	color:#FFFFFF;	font-size:large;	font-weight:bolder;	text-indent: 20px;	text-transform: uppercase;	font-style: italic;}H3{	color:#006633;	font-size:xx-small;	font-weight:bold;	text-decoration:none;}H4{	color:#FFFFFF;	font-size:small;	font-weight:bolder;	text-indent: 20px;	text-transform: uppercase;	font-style: italic;}p.titolo  {	font-family: Verdana;	font-size: 18px;	color: #003366;	font-weight: bold;	font-variant: small-caps;}p.sottotitolo  {	font-family: Verdana;	font-size: 14px;	color: #0066CC;	font-weight: bold;	font-variant: small-caps;}p.autori  {	font-family: Verdana;	font-size: 12px;	color: #336600;	font-variant: normal;}.clear { clear: both; background: none; }