/* CSS Document */

html, body {margin:0; padding:0}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#CCCCCC;
	}

#container{
	position:relative;
	width: 955px;
	margin: 0px auto;
	background-color:#CCCCCC;
	}
	
#header{
	height: 220px;
	border: 1px solid #FFFFFF;
	}
	
#bottonleft  img{
	float:left;
	margin-left:3px;
	}
	
#bottonright img{
	float:right;
	margin-right:3px;
	}
	
#bottonrightbottom{
	align:center;
	
	}
#bottonleftbottom{
	align:center;
	
	}
	
	
#contenuto{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
	
	
#contenuto table ul li span{
	font-size:13px;
	font-weight:bold;
	}
#contenuto table a:hover{
	background-color:#FFFF00;
	color:#003399;
	list-style-type:none;
	display: block;
	}
#separatore{
	height:70px;
	}



