/* CSS Document */

body {
	overflow:auto;
	background-color: #b5bebb;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464C4A;
}

h1 {
	font-size: 15px;
	text-align:center;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
	border-bottom-color:#818D89;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-top-color:#818D89;
	border-top-width:1px;
	border-top-style:dotted;
	
}

h5 {
	font-size: 9px;
	text-align:right;
	font-style:normal;
}

h6 {
	font-size: 9px;
}

p {

	font-size: 11px;
	text-align: left;

}

A:link {
	text-decoration: none ;
	color: #666666;
}

A:visited {
	text-decoration: none ;
	color: #666666;
}

A:hover {
	text-decoration: none ;
	color: #796646;
}

img {
	border: 0px;
}

#intestazione {
	margin: 3px 0px 1px 0px;
}

#contenitore {
	height:385px;
	width:750px;
	border-bottom-color:#818D89;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-top-color:#818D89;
	border-top-width:2px;
	border-top-style:solid;
	margin: 0px;
	padding: 0px;
}

#col-sx {
	overflow:hidden;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 385px;
}

#col-cent {
	overflow:hidden;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 385px;
	width: 96px;
	line-height: 0px;
}

#col-dx {
	overflow:hidden;	
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(immagini/destra.jpg);
	height: 385px;
	width: 515px;
}

#testo-fin {
	overflow:auto;
	position:relative;
	width:263px;
	height:240px;
	padding-right: 2px;
	top:57px;
	left:178px;

}

#powered {
	float: right;
	position: relative;
	top: 120px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}

#valid {
	position: relative;
	left:10px;
	top:132px;
	font-size:9px;
	text-align:left;

}

div.immagini {
	text-align:center;
}

ul {
	font-size: 11px;
}

address {
	text-decoration:none;
	font-style:normal;
}

big {
	font-style:italic;
}

#front {
	border-style:solid;
	border-width:thin;
}