html, body {
	text-align: center;
	margin: 0;
	padding: 0;
}
body {
	background-color: #3F74A6;


}
div#master {
	width: 750px;
	height: 100%;
	margin: auto;
	margin-bottom: 0;
	background-image: url(../images/bgpag.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div#header {
	width: 700px;
	margin: auto;
	padding-top: 5px;
	border-bottom: 6px solid #3F74A6;
}

div#links {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-top: -11px;
	margin-right: 3px;
	text-transform: uppercase;
}

div#links a {
	text-decoration: none;
	font-weight: bold;
	color: #036;
}

div#links a:hover {
	color: #F60;
}

div#menu {
	width: 700px;
	height: 130px;
	margin: auto;
	border-bottom: 3px solid #3F74A6;
	background-color: #FFF;
	margin-bottom: 15px;
}

ul.menu{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	width: 325px;
	
}

ul.menu li{
	padding: 9px 5px 2px 5px;
	list-style: none;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	border-bottom: 1px dashed #CFD4D8;
	text-transform: uppercase;
	font-weight: bold;

}

ul.menu li a{
	display: block;
	text-decoration: none;
	color: #877D6D;
	list-style-image: none;
	list-style-type: none;
}

ul.menu li a:hover{
	color: #F60;
}

div#menu img {
	float: right;
}


div#contents {
	clear: both;
	width: 670px;
	margin: auto;
	margin-top: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	border: 1px solid #3F74A6;
	text-transform: uppercase;
	font-weight: bold;
	color: #F60;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 0;
}

div#testi {
	border: 1px solid #877D6D;
	background-color: #FFF;
	padding: 10px;
}

div#testi p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: justify;
	margin-top: 0px;
	line-height: 15px;
	margin-bottom: 5px;
}

div#testi ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
}

div#testi a{
	color: #3F74A6;
	text-decoration: none;
}

div#testi a:hover{
	color: #F60;
	text-decoration: underline;
}

#fotoSezione{
	border: 0;
	float: left;
	margin-right: 10px;
}

div#footer {
	width: 700px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#footer p{
	border-top: 3px solid #3F74A6;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036;
}
