html,body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #333;
	float: none;
	height: 100%;
	font: normal 12px "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	background-color: #FFF;

}

a:link, a:visited {
	color: #2B72C1;
	text-decoration: none;
	text-shadow: 0px 0px 0px;

}

a:hover, a:active {
	color: #CCC;
	text-decoration: none;
	text-shadow: 0px 0px 0px;

}

img {

	border-style: none;

}

h3 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #2F75C2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A4A4A;

}

/*contenitore che centra tutto*/

#cont_center {
	width: 1024px;
	margin: 0px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

}

#pageHeader {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	height:230px;
	/*border: 1px solid #00F;*/

	background-image: url(images/header.png);
	background-repeat: no-repeat;

}

#pageHeaderBox {
	top: 70px;
	position: relative;
	height: 55px;
	width: 300px;
	left: 380px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}


#pageHeaderMenu {
	width: 1024px;
	height:25px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 185px;
	position: relative;

}

#pageHeaderMenu a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #FFF;
}

#pageHeaderMenu a:hover, a:active {
	color: #4F94D5;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
}


#content {
	width: 1004px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 450px;
	float: left;
	height: 100%;
	overflow: hidden;



	/*border: 1px solid #000;*/

}



#navs {
	width: 570px;
	background-image: url(../images/bg_div_grande.jpg);
	background-repeat: repeat-y;
	min-height: 200px;
	float: left;
	margin-left: 80px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 14px;
	font-size: 13px;
	position: static;
	max-height: 400px;
}



#navd {
	width: 220px;
	background-image: url(../images/bg_div_piccolo.jpg);
	background-repeat: repeat-y;
	min-height: 100px;
	float: right;
	margin-right: 75px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 14px;
	font-size: 13px;
}

#navd a:link, a:visited {
	color: #2F75C2;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
}

#navd a:hover, a:active {
	color: #333;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
}

#navc {

	width: 875px;
	background-image: url(../images/bg_div_big.jpg);
	background-repeat: repeat-y;
	min-height: 200px;
	border: 1px solid #FFF;
	float: left;
	margin-left: 30px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 14px;
	font-size: 13px;

}



#foot {
	clear: both;
	padding-top: 0px;
	/*border: 1px solid #000;*/

}



#footer {
	clear: both;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 5px;
	font-size: 12px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 107px;
	padding-right: 0px;
	padding-left: 0px;	/*border: 1px solid #000;	*/
	color: #FFF;
}

