/* STRUTTURA

================================================================================== */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #534d43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #d4cfbd;
	background-image: url(../img/body_bg.jpg);
}

#container {
	width: 800px;
	padding: 0px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 

#header {
	width: 800px;
	height: 70px;
	text-align:center;
	padding: 0 0 100px 0;
} 

#mainContent {
	margin: 0;
	padding: 0;
} 
#mainContent #vuoto {
	margin: 10px 0 0 0;
	padding: 100px 0 50px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #534d43;
} 
#mainContent #primopiano {
	margin: 0 0 300px 0;
	padding: 0 0 50px 0;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534d43;*/
} 
#mainContent #servizi {
	margin: 0 0 300px 0;
	padding: 0 0 50px 0;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534d43;*/
} 
#mainContent #info {
	margin: 0 0 300px 0;
	padding: 0 0 50px 0;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534d43;*/
} 
#mainContent #contatti {
	margin: 0;
	padding: 0 0 50px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534d43;
} 
 

#footer {
	margin-top: 1px;
	padding: 50px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #534d43;
	text-align:center;
} 





/* GENERALI

================================================================================== */

a:focus {outline: 0;}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}


a {text-decoration: none; color: #557799;}
a:link {color: #557799;} 
a:hover {text-decoration: underline; color: #557799;}
a:active {text-decoration: underline; color: #557799;}
a:visited {text-decoration: none; color: #557799;}
a:visited:hover {text-decoration: underline; color: #557799;}

