@import url(menu.css);

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(../images/fondo_body.gif);
	background-repeat:repeat-x;
	background-color: #0480C1;
}
/*** struttura ***/

#c-sito {
	width: 760px;
	margin: 0 auto;
	}
	#testata {
		height: 260px;
		background-image:url(../images/alto_corpo.jpg);
		position: relative;
		}
		#menu {
			position: absolute;
			top: 0; 
			left: 20px;
			width: 203px;
			height: 260px;
			}
		#logo {
			position: absolute;
			top: 0;
			left: 223px;
			width: 314px;
			height: 260px;
			background-image:url(../images/logo.jpg);
			}
		#fianco {
			position: absolute;
			top: 0;
			right: 20px;
			width: 203px;
			text-align: center;
			}
	#corpo { 
		background-image:url(../images/fondo_corpo.gif);
		font-size: 14px;
		line-height: 150%;
		text-align:justify;
		}
		#corpo h1 {
			margin: 0 auto;
			width: 327px;
			height: 30px;
			background-image:url(../images/fondo_titolo.gif);
			padding: 0;
			color: #0480C1;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 20px;
			text-align: center;
			line-height: 25px;
			}
		#corpo h2 {
			color: #0480C1;
			font-size: 17px;
			font-weight: bold;
			}
		#corpo h3 {
			color: #666;
			font-size: 15px;
			font-weight: bold;
			}
	#piede {
		background-image:url(../images/fondo_piede.gif);
		height: 45px;
		line-height: 15px;
		text-align: center;
		font-size: 9px;
		color: #999;
		padding: 5px 0 0 0;
		}
		#piede a { color:#999; text-decoration: none; }
	
	.pad20 { padding: 30px; }
	.clear { clear: both; }
	.floatsx { float: left; }
	.floatdx { float: right; }
	
	a.link1 {
		color: #666;
		text-decoration: none;
		}

table.home td {
	vertical-align: top;
	text-align: justify;
	font-size: 13px;
	}
table.home td.centrale {
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	}
