body {
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, sans-serif; 
	font-size: 9px; 
	background-image: url(immagini/bg.jpg); 
	background-repeat: repeat-x;	
	background-color: #B8B8B8;
}

.testo {
	margin: 0px;
	color: #333;
	padding: 15px;
	float: left;
	line-height: 16px;
	width: 320px;
}

.testo span {
	font-family: "Britannic Bold", sans-serif;
	font-size: 25px;
	height: 35px;
	display: block;	
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;	
}

#box {
	width: 800px;
	margin: auto;
	height: 350px;
	background-image: url(immagini/bg-box.jpg);
	background-repeat: repeat-x;	
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#logo {
	width: 800px; 
	margin: auto; 
	text-align: center;
}

#logo img {
	border: 0px;
}

#menu {
	width: 800px;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	background-color: #666;
	padding: 5px 0px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

#menu a {
	color: #aaa;
	text-decoration: none;
	padding: 20px;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	width: 780px;
	height: 12px;
	margin: auto;
	padding: 10px;
	background-color: #ccc;
	text-align: center;
	color: #666;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}

#partners {
	width: 810px;
	margin: auto;
	text-align: center;
	color: #888;
	padding: 15px 0px;
}

#partners a {
	color: #777;
	text-decoration: none;
}

#partners a:hover {
	color: #555;
	text-decoration: none;
}


/* CONTATTI */

.campo { width: 155px; float: left; height: 40px; }
.campo p { width: 70px; float: left; }
.campo input { width: 60px; float: left; font-size: 9px; font-family: Verdana; }

.campo2 { width: 460px; float: left; }
.campo2 p { width: 70px; float: left; }
.campo2 input { float: left; width: 100px; font-size: 9px; font-family: Verdana; }
.campo2 textarea { width: 370px; float: left; height: 40px; font-size: 9px; font-family: Verdana; }

.trattamento { font-size: 9px; font-family: Arial; color: #666; line-height: 13px; float: left; text-align: justify; margin: 15px 0px; }
.obb { border: 2px solid #990000; }