body {
	background: url('/img/sfondo.jpg') repeat-x #fff;
	font-weight: normal;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #000;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

/* I N I Z I O   S T R U T T U R A */

#main {
	float: left;
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
}

	#main #header {
		float: left;
		width: 960px;
		height: 100px;
	}
	
	#main #title {
		float: left;
		width: 960px;
		height: 100px;
	}
		#main #title .left-title {
			float: left;
			background: url('/img/top-menu.jpg') no-repeat;
			width: 300px;
			height: 100px;
		}
		#main #title .right-title {
			float: left;
			background: #fff;
			width: 660px;
			height: 100px;
		}
		#main #title .right-title h1{
			font-weight: bold;
			font-family: georgia, arial ,verdana, helvetica; /*palatino linotype */
			font-size: 32px;
			color: #005072;
		}
	
	#main #content {
		float: left;
		background: url('/img/sfondo-menu.jpg');
		width: 950px;
		min-height: 200px;
		padding: 0 0 0 10px;
	}
		#main #content a{
			font-weight: bold;
			font-family: georgia, arial, verdana, helvetica;
			font-size: 16px;
			color: #fff;
			line-height: 30px;
		}
		#main #content a:hover {
			text-decoration: underline;
		}
		#main #content .right-content {
			float: left;
			background: #e6ecf0;
			width: 600px;
			margin-top: -200px;
			margin-left: 290px;
			padding: 10px;
		}
		#main #content .right-content a{
			color: #000;
		}
		
	#main #footer {
		width: 960px;
		float: left;
	}
		#main #footer .left-footer {
			float: left;
			background: url('/img/bottom-menu.jpg') no-repeat #fff;
			width: 200px;
			height: 100px;
		}
		#main #footer .right-footer {
			float: left;
			width: 660px;
			margin-left: 100px;
			min-height: 100px;
			text-align: center;
		}
		#main #footer .right-footer a{
			color: #000;
		}

/* F I N E   S T R U T T U R A  */
