body{
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	background-color: #939683;
	color: #000000;
	margin: 0 0 0 0;
}

div#container{
	width: 760px;
	margin: auto;
	display: block;
}

div#header{
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	width: 760px;
	height: 210px;
	text-align: center;
}

div#contenuto{
	padding-left: 45px;
	padding-right: 45px;
	text-align: left;
	background-image: url('../img/center.png');
	height:100%;
}

div#footer{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
	width: 760px;
	height: 55px;
}

#footText{
	padding-top:30px;
	color: #000000;
	font-size: 10px;
}

div#menu{
	width: 100px;
	height: auto;
	/*background-image: url('../img/bgmenu.png');*/
	background-color: #EAE5CC;
	border: 1px solid #000000;
	/*background-repeat: no-repeat;*/
}

.menulink{
	display: block;
	width: 100%;
	text-align: center;
}

div#menu a{
	color: #000000;
	text-decoration:none;
}
div#menu a:HOVER{
	color: #000000;
}

.thumb{	
	display:inline;
	margin-bottom:5px;	
}
.thumb img{	
	display:inline;
	margin-bottom:5px;
	border:none;
}

div#slideshow{
	overflow: hidden;
	position: relative;
	margin:auto;
	width: 720px;
	height: 200px;
	margin-top:10px;
}

div#slideshow img {
	display: none;
	position: absolute;	
	top: 0;	
	left: 0;
}

.titoli{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #1C4771;
	width: 537px;
}

ul{
	list-style-image: url('../img/freccia.jpg');
}

.imgstory{
	float: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
}

.imgspec{
	float: right;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
}

.inputCorti{
	width: 150px;
	background-color: #767F96;
	border: 1px solid #000000;
	font-size: 11px;
}

.inputLunghi{
	width:250px;
	height:100px;
	background-color: #767F96;
	border: 1px solid #000000;
	font-size: 11px;
}

#date1{
	background-color: #767F96;
	border: 1px solid #000000;
	font-size: 11px;
	width: 150px;
}

submit{
	border: 1px solid #000000;
}

#errorepren{
	color: red;
	font-size: 11px;
	font-weight: bold;
}
