/* CSS Document */

html, body {
	color: #cccccc;
	margin:0;
	padding:5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(../images/Sfondo.jpg);
}

#maintable {
	margin-left:auto;
	margin-right:auto;	
	width: 771px;
	height: 100%;
	padding: 0px 0px;
}

#header-table {
	background-image: url(../images/Intestazione.png);
	background-repeat: no-repeat;
	width: 771px;
	height: 180px;
	margin: 0px 0px;
	padding: 0px 0px;
}

#content-table {
	background-image: url(../images/Contenuti.jpg);
	background-repeat: repeat-y;
	width: 771px;
	height:100%;
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	border-bottom: 1px solid #333333;
}

#tdmenu {	
	background-image: url(../images/Menu.jpg);
	background-repeat: repeat-x;	
	height: 33px;
	margin: 0px 0px;
	padding: 0px 0px;
}

#tdfooter {	
	background-image: url(../images/Footer.jpg);
	background-repeat: repeat-x;	
	height: 20px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #dddddd;
}

#content {
	background-color: #000000;
	margin: 10px 10px;
	padding: 0px 0px;
}


ul {
	margin:0;
	padding:0;
	margin-left:15px;
}

a {
	text-decoration:none;
	font-weight:bold;
}

ul li a {
	font-weight:bold;
}

ul#menu {
	margin:0px;
	padding:0;
	height:33px;
}

ul#menu li {
	list-style: none;
	display:inline;
	height:33px;
	width:119px;
}

ul#menu li a {
	font-size:11px;
	color:white;
	font-weight:normal;
	text-align:center;
	background:url(../images/btnUp.jpg) no-repeat;
	line-height:33px;
	height:33px;
	width:119px;
	display: block;
	float:left;
}

ul#menu li a:hover {
	color:white;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background:url(../images/btnOver.jpg) no-repeat;
	line-height:33px;
	height:33px;
	width:119px;
	display: block;
	float:left;
}

#TitoloPagina {
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:18px;
	font-style:normal;
	text-transform:none;
	text-decoration:none;
	color:#AAAAAA;
	border-bottom: 1px solid red;
	margin-bottom: 10px;
}

#testo {
	margin: 10px 20px;
	text-align: justify;
}

#email {
	margin: 10px 20px;
}

#email a {
	text-decoration:none;
	color:blue;
	font-weight:normal;
}

#email a:link {
	text-decoration:none;
	color:blue;
	font-weight:normal;
}

#email a:hover {
	text-decoration:none;
	color:red;
	font-weight:normal;
}

#email a:visited {
	text-decoration:none;
	color:white;
	font-weight:normal;
}

#email a:active {
	text-decoration:none;
	color:red;
	font-weight:normal;
}


