/* CSS Document */
html, body {
	height:100%;
}
body {
	color:#847426;
	text-align:left;
	padding:0;
	border:0;
	margin:0;
	background-color: #FFFADF;
	background-repeat: repeat-x;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; }
h1 { font-size:180%; } h2 { font-size:160%; } h3 { font-size:140%; } h4 { font-size:120%; } h5 { font-size:110%; } h6 { font-size:100%; }
p {
	line-height:1.6em;
	padding: 0px;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link, a:visited { color:#0000CC; }
a:hover, a:active { color:#333333; }
img { border:0; }
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
* .left {
	float: left;
}
* .right {
	float: right;
}
* .sx {
	float: left;
}
* .dx {
	float: right;
}

#container {
	width:750px;
	text-align:left;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(immagini/index_sfondo.jpg);
	background-repeat: no-repeat;
}
#container { position:relative; min-height:600px; voice-family:inherit; height: auto; }

#head {
	text-align: center;
	position: relative;
	height: 160px;
}

#container .left {
	width: 180px;
	text-align: center;
}
#container .right {
	width: 180px;
	text-align: center;
}
#container .center {
	width: 180px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

#footer {
	clear:both;
	width:750px;
	font-size:11px;
	font-family:verdana;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B49F39;
}

address {
	clear:both;
	color:#847426;
	font-style:normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: center;
}
		address strong { font-weight:bold; }
    address a:link, address a:visited { color:#847426; }
	address a:hover, address a:active { color:#C7B24C; }


  /* #credits */
  ul#credits {
	width:760px;
	color:#B0A682;
	text-align:left;
	list-style:none;
	border-top:1px none #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 40px;
}
    #credits li {}
    #credits li.bullet { display:inline; }
      #credits li a:link, #credits li a:visited { color:#000000; text-decoration:underline; }
      #credits li a:hover, #credits li a:active { color:#000000; text-decoration:underline; }

