/*stili per il layout fisso con background*/
html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background: url(../images/bg.gif) repeat-x top right;
}

div#container {
	width: 996px;
	height: 570px;
	margin: 0 auto;
	text-align: left;
}

/*stili generici, su header e footer*/
div#header {
	height: 90px;
	margin: 0;
	background: url(../images/logo.png) no-repeat;
}

h1,h2 {
	margin: 0;
	padding: 0;
}

h1 {
	padding-left: 10px;
	font: bold 2.3em/80px arial, sans-serif;
}

h2 {
	padding-top: 35px;
	margin: 0 0 0 730px;
	font-size: 1.5em;
	color: #444444;
}

 address {
 	text-align: center;
	font-style: normal;
	font-size: 0.9em;
}
 
/*stili specifici per il layout*/
div#content-a {
	margin: 0;
	float: left;
	width: 300px;
	min-height: 480px;
	padding: 0 1.2em 0 1.2em;
	border-left: 1px dashed #A6A6A6;
}

div#content-b {
	margin: 0;
	float: right; 
	width: 300px;
	min-height: 480px;
	padding: 0 1.2em 0 1.2em;
	border-right: 1px dashed #A6A6A6;
}

div#content-c {
	margin: 0 332px;
	min-height: 480px;
	padding: 0 1.2em 0 1.2em;
	border-left: 1px dashed #A6A6A6;
	border-right: 1px dashed #A6A6A6;
}

div#footer {
	margin-top: 10px;
	clear: both;
	text-align: center;
	padding: 5px 0;	
	background: url(../images/footer.gif) repeat-x top right;
}

div#datario {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	text-align: center;
}

/*stili per la navigazione*/
img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
