/** BASIC */

body {
	margin: 0;
	padding: 0;
	font: normal small Verdana, Helvetica, Arial, sans-serif;
	color: black;
	text-align: justify;
	background: #000 url('../images/bg1a.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #666;
}

#counterbg {
	position: absolute;
	right:0; bottom: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
}

h2 {font-size: 1.7em}

a {
	color: #8A3923;
}

p {
	margin-top:0;
	margin-bottom:10px;
}

a:hover {
	text-decoration: none;
}


/** HEADER */

#header {
	width: 770px;
	height: 70px;
	margin: 0 auto;
  	text-align:left;
	background: url(../images/logo1a.png) top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 30px;
	font-style: italic;
	letter-spacing: -2px;
	color: #898F7D;
}

#header h2 {
	padding-left: 25px;
	font-size: 10px;
}

/** MENU */

#menu {
	width: 770px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background:url('../images/opzioni.png');
}

#menu div {
	margin: 0;
	padding: 3px 5px;
}

#menu ul {
	margin: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 0 0 2em;
	text-decoration: none;
	font-weight: bold;
/*	color: #898F7D; */
	color: #fff;
}

#menu a:hover {
	color: #000;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 10px auto 1em auto;
	background: #fff;
	border: 2px solid #000;
	position: relative;
	background:#fff url('../images/backdrop1.png') top right;
	background-repeat: no-repeat;
	z-index:5;
}

#content * {
	line-height: 140%;
	position: relative;
}

#columnA {
	float: left;
	width: 500px;
	padding: 25px 20px 0 20px;
}

#columnB {
	float: right;
	width: 190px;
	padding: 25px 20px 0 10px;
	position: relative;
}

#columnB h2 {
	padding-top: .45em;
	font-size: medium;
}

#columnB ul {margin-top: 10px; margin-bottom:0; padding-left:15px; margin-left:0}
#columnB ul ul {margin-top: 0; padding-left:20px; margin-left:0}

#fontane {
	position:absolute ! important;
	z-index: 10;
/*	display:none;*/
	bottom: 10px;
	right: 10px;
	width: 190px;
	min-height: 150px;
}
.fontane p {
	margin-top: 5px;
	text-align: center;
}

#links {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
	background-color: transparent;
	margin-left: 10px;
}
#links img {
	margin-bottom: 30px;
}
/** FOOTER */

#footer {
	clear: both;
	width: 700px;
	height: 30px;
	margin: 0 auto;
	color: #ccc;
	z-index: 5;
	position: relative;
}

#footer p {
	position: absolute; left: 0; top: 0;
	width: 700px;
	margin: 0;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	z-index: 5;
}

#footer p a {
	text-decoration: none;
	color: #ccc;
}

#footer p a:hover {text-decoration:underline;}

.centrato {text-align: center}

