body {
	background-color: #EDE3D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #72685B;
	font-size: 13px;
}
a:link {
	color: #D55500;
}

a:visited {
	color: #FF6600;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

#contenitore  {
	width: 850px;
	margin: 0 auto;	
}

#header {
	background-image: url(img/headerAssistenza.jpg);
	height: 276px;
	background-repeat: no-repeat;
	border-bottom: double 3px #A29B89;
}

#titolo  {
	padding-top: 200px;
	font-size: 36px;
	color: #FF6600;
	text-align: center;
	letter-spacing: 0.5em;
	font-weight: bold;
}

#colonna  {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#corpo  {
	width: 600px;
	float: right;
	padding: 15px 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	padding: 10px 8px;
	font-size: 12px;
	text-align: right;
	border-top: double 3px #A29B89;
}

h1 {
	color: #FF6600;
	font-size: 24px;
}
h2 {
	color: #FF6600;
	font-size: 18px;
}
h3 {
	color: #FF6600;
	font-size: 14px;
}

/* Menu */
	
#menu5 {
	width: 200px;
	border-width: 1px;
	margin: 25px 0;
	}
	
#menu5 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(img/menu5.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(img/menu5.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:active {
	color: #fff;
	background: url(img/menu5.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

p {
	line-height: 1.5em;
	}
	
	img {
	border:none;
	}