/* CSS Document */

*{margin:0 auto;padding:0;}

body{
	margin:0;
	padding:0;
	background: #EEEEE6 url(../img/bkg-body.jpg) top center no-repeat;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

.left{ float:left}	
.right{ float:right}	

a {color: #4893B7; text-decoration:none;}
a:hover {color: #97C5DF;}

h1{font-size:20px; line-height: 24px; color:#312C26; font-weight:normal; padding-bottom: 25px;}
h2{font-size:14px; line-height: 18px; color:#312C26; padding-bottom: 10px;}

#container{ width: 942px;}
#container #logo{ width: 942px; height: 400px;}
#container #ombra-top{ width: 942px; height: 17px;}
#container #content{ width: 894px; padding: 10px 24px; background:url(../img/bkg-content.png) top left repeat-y;}

#container #content #content-sx{ width:598px; float:left; padding: 25px 25px;}
#container #content #content-dx{ width:246px; float:left}
#container #content #content-dx #form{ width:226px; background: #EEEEE6 url(../img/ombra-colonna.jpg) bottom left no-repeat; padding: 10px  10px 25px 10px; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}

#container #footer{ width:894px; height:80px; padding: 90px 24px 10px 24px; background:url(../img/bkg-footer.png) top left no-repeat;}
#container #footer a{color:#fff;}
#container #footer #footer-sx{width:648px; float:left; font-size:11px; color:#fff;}
#container #footer #footer-dx{width:246px; float:left; font-size:11px; color:#fff;}
