/*stili per il layout fisso con posizionamenti assoluti*/
html,body{margin: 0;padding:0}
body{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(immagini/bg_pagina.jpg);
	background-repeat: repeat-x;
	color: #666666;
	line-height:14pt;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover  {
		color: #666666;

	text-decoration: none;
}
a:active {
	color: #666666;

	text-decoration: none;
}
div#container{
	position:relative;
	width: 963px;
	margin: 0 auto;
	text-align: left
}

/*stili generici, su header e footer*/
div#header{
	background-image: url(immagini/head.jpg);
	background-repeat: no-repeat;

}
h1{
	margin: 0;
	padding:0;
}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#navigation{
}
div#content{
	background-image: url(immagini/bg_main_top.jpg);
	background-repeat: no-repeat;
	height: auto;
	overflow: hidden;
}
div#footer{
	text-align:center;
	padding: 0.5em;
	color: #666666;
	background-image: url(immagini/footer.jpg);
	background-repeat: no-repeat;
	height: 55px;
	font-size: 13px;
	clear: both;
}

#pagina {
	background-image: url(immagini/bg_main.jpg);
	background-repeat: repeat-y;
	height: auto;
	overflow: hidden;
}
#footer   a:link {
	color: #666666;
	text-decoration: underline;
}
#footer a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
#footer a:active {
	color: #666666;
	text-decoration: none;
}
#sx {
	width: 553px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 102px;
}
h1     a:link {
	font-size: 22px;
	color: #BA9279;
	font-weight: bold;
	text-decoration: none;
}
h1 a:visited  {
	font-size: 22px;
	color: #BA9279;
	font-weight: bold;
	text-decoration: none;
}
h1  a:hover{
	font-size: 22px;
	color: #C4A28C;
	font-weight: bold;
	text-decoration: none;
}
h1 a:active {
	font-size: 22px;
	color: #C4A28C;
	font-weight: bold;
	text-decoration: none;
}
#dx {
	width: 180px;
	padding-top: 15px;
	padding-right: 98px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: right;
}
h2{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

h2     a:link {
	font-size: 18px;
	color: #BA9279;
	font-weight: bold;
	text-decoration: none;
}
h2 a:visited  {
	font-size: 18px;
	color: #BA9279;
	font-weight: bold;
	text-decoration: none;
}
h2  a:hover{
	font-size: 18px;
	color: #C4A28C;
	font-weight: bold;
	text-decoration: none;
}
h2 a:active {
	font-size: 18px;
	color: #C4A28C;
	font-weight: bold;
	text-decoration: none;

