@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/global/bg.jpg);
	background-repeat:repeat-x;
	background-color:#60041D;

}

#main{
	margin:auto;
	width:868px;
	height: auto;
	background-color:#FFFFFF;
}

#header{
	background-image:url(images/global/bg_header.jpg);
	background-repeat:repeat-x;
	width:868px;
	height:78px;
	border-top-color: #FBE28E ;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color: #FBE28E;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#menu{
	background-color:#540219;
	width:868px;
	height:25px;
	border-bottom-color: #FBE28E;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#item{
	float:left;
	width:auto;
	height:21px;
	border-right-color: #FBE28E ;
	border-right-style:solid;
	border-right-width:thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FBEAA8;
	text-align:center;
	padding-left: auto;
	padding-right: auto;
	padding-top: 3px;
}

#last_item{
	float:left;
	width:auto;
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FBE28E;
	text-align:center;
	padding-left: auto;
	padding-right: auto;
	padding-top: 3px;
}

#container{
	background-image:url(images/global/bg_central.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:868px;
	height:auto;
	padding-top:20px;
}

#table{
	background-color: #FFFFDF;
	width:828px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

#footer{
	background-color:#540219;
	width:868px;
	height:21px;
	margin-top:20px;
	border-top-color: #FBE28E;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color: #FBE28E ;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #F8E194;
	text-align:center;
	padding-top:3px;
	
}

.text_header{
	color: #FBE28E;
	font-family:"Edwardian Script ITC", Vivaldi, Monotype Corsiva, Arial;
	font-size: 64px;
	text-align:center;
}
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
	color: #333333;
}

.titolo { font-style: italic; font-weight:bold;}
.misura { font-style: italic;}


a:link {
	text-decoration: none;
	color: #FBEAA8;
	
}
a:visited {
	text-decoration: none;
	color: #FBEAA8;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FBEAA8;
}
