/* CSS Document */
body{
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#masterTable{
  border: 1px solid #000;
}
#header{
	width: 900px;
	height: 120px;
	background-image: url(../img/header.jpg);

}

#menuContenitore{
	width: 900px;
	height: 30px;
	background-color: #CCC;
	text-align: right;
	border-bottom: 1px solid #000;
}

#menuContenitore ul{
  margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 28px;
}

#menuContenitore ul li{
  padding-right: 15px;
  display: inline;
}

#menuContenitore ul li a{
  text-decoration: none;
	background-color: #198C5D;
	padding: 2px 5px 2px 5px;
	color: #fff;
	border: 1px solid #fff;
}

#menuContenitore ul li a:hover{
  text-decoration: none;
	background-color: #fff;
	padding: 2px 5px 2px 5px;
	color: #198C5D;
	border: 1px solid #198C5D;
}

#boxContenuti{
	margin: 0;
	padding: 0;
  width: 900px;
	height: 450px;
	background-image: url(../img/sfondoContenuti.jpg);
	/*background-repeat:repeat-y;*/
	background-attachment:fixed;
	background-repeat: no-repeat;
	overflow: auto;
	position: relative;
}

#contenuto{
	height: 450px;
	margin-right: 20%;
	padding: 0 0 0 20px;
}
#sponsor{
	float:right;
	width: 20%;
	height: 450px;
	padding: 0;
	text-align: center;
}

#footer{
	background-color: #198C5D;
	height: 20px;
	text-align:center;
	line-height: 18px;
	clear: right;
}
