/*STILI GENERALI*/
.titolo {
	font-size: 14px;
	line-height: 30px;
	width: 450px;
	height: 30px;
	background-color: #FA0F14;
	text-indent: 15px;
	float: left;
	clear: none;
	margin-top: 20px;
	}
.h2_tam {
	font-size: 15px;
	font-weight: bolder;
	margin-left: 45px;
	color: #000000;
	float: left;
	width: 600px;
	clear: none;
}
/*stile per la navigazione interna*/
#secnav {
	height: auto;
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #FBFBF9;
}
#logo {
	height: 175px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	width: auto;
	background-image: url(../images/tamlogo.jpg);
}
#secnav li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
/*fine*/
.imgcenter {
	margin-top: 25px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.imgright {
	background-position: right;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: right;
}
.pleft {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	height: 165px;
	width: 400px;
	text-align: justify;
}
.pcenter {
	height: auto;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
