* {
	margin: 0 auto;
	padding: 0;
}

a{ color: #006666; text-decoration: none}
a:hover{ color: #514C3F; text-decoration: none}

.left{float:left}
.right{float:right}

html{ background:url(../img/bkg-html.jpg) top left repeat-x;}
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; background: #E1E5ED url(../img/bkg-body.jpg) top center no-repeat;}

#container{ width: 826px; padding-left: 159px; }
#container #top{ width: 405px; height: 93px; padding: 0 32px 0 421px; }
#container #ricerca{ width: 473px; height:360px; padding: 32px 32px 0 321px;}
#container #loghi{ width: 757px; height:144px; padding: 0 32px 0 37px;}
#container #loghi .titolo{ display:block; border-bottom: 1px dashed #D9DEE8; border-top: 1px dashed #D9DEE8; padding: 10px 0; font-size:14px; }
#container #footer{ width: 826px; font-size: 11px; text-align:center; padding: 10px 0; color: #666; }
#container #footer a{ color: #333;}
#container #footer a:hover{ color: #666;}

#container #footer a.wt{ color: #666;}
#container #footer a.wt:hover{ color: #333;}

.padRight20{ padding-right: 20px;}
