@import "menu.css";
@import "fascia.css";
@import "corpo.css";
@import "colonna.css";

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5E4F4D;
	background-image: url("../images4/fondo-body.jpg");
	background-repeat:repeat-x;
	background-position: top center;
}
/*** STRUTTURA ***/
#wrap {
	width: 760px;
	margin: 20px auto 0 auto;
	position: relative;
	}
	#testata {
		width: 760px; height: 90px;
		background-image: url("../images4/fondo-corpo.gif");
		position: relative;
		}
		#logo {
			position: absolute;
			top:0; left:0;
			width:335px; height:90px;
			background-image: url("../images4/testata-logo.jpg");
			background-repeat:no-repeat;
			}
		#raggi {
			width:335px; height:90px;
			position: absolute;
			top:0; right:0;
			background-image: url("../images4/testata-raggi.jpg");
			background-repeat: no-repeat;
			background-position: top right;
			}
	#menu {
		width: 760px; height: 50px;	
		background-image: url("../images4/fondo-menu.gif");
		}
	#fascia {
		width: 760px; height: 140px;
		background-image: url("../images4/fondo-fascia.gif");
		}
	#contenuti {
		position: relative;
		float:left;
		width: 760px;
		background-color:#FFDF5D;
		}
		#corpo {
			float: left;
			width: 580px;
			text-align: left;
			position: relative;
			background-color:#FFDF5D;
			}
		#colonna {
			float: right;
			width: 180px;
			background-color:#FFDF5D;
			}
	#piede {
		clear: both;
		height: 55px;
		background-image: url("../images4/fondo-piede.gif");
		background-repeat:no-repeat;
		background-position: bottom center;
		font-size: 10px;
		text-align: center;
		color:#333;
		}
		
/*** stili ***/
.pad10 {
	padding: 10px;
	}