/* Stile comune a tutti i media */

html, body{
  padding: 0;
	margin: 0;
}

body{
  background: #FFF url(../img/top.gif) repeat-x;
}

a{
  color: #0066FF;
	text-decoration: none;
}

div#header{
  height: 150px;
	margin-top: 10px;
  background: url(../img/top_nav.gif) no-repeat top left;
	position: relative;
	text-align: right;
}

div#header h1{
  padding: 20px 20px 0 0;
	margin: 0;
  font-size: 36px;
	font-variant: small-caps;
}

div#header h2{
  padding: 0 20px 0 0;
	margin: 0;
  font-size: 18px;
}

ul#nav, ul#nav li{
  padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav li a{
  padding: 0 5px;
	margin: 0;
	line-height: 35px;
	text-align: center;
  position: absolute;
	display: block;
	width: 100px;
	height: 35px;
	font-stretch: expanded;
	font-variant: small-caps;
	text-decoration: none;
	color: #0066FF;
	font-size: 18px;
}

ul#nav li a:hover{
	color: #0099FF;
}

li#nav1 a{
  top: 15px;
	left: 390px;
	background: url(../img/nav1.gif) no-repeat;
}

li#nav2 a{
  top: 40px;
	left: 270px;
	background: url(../img/nav2.gif) no-repeat;
}

li#nav3 a{
  top: 70px;
	left: 150px;
	background: url(../img/nav3.gif) no-repeat;
}

li#nav4 a{
  top: 105px;
	left: 30px;
	background: url(../img/nav4.gif) no-repeat;
}

div#content{
  margin: 0 auto 0 175px;
	width: 600px;
	text-align: justify;
}

div#content h3{
  text-align: center;
	font-variant: small-caps;
	line-height: 26px;
	font-size: 24px;
	background: #FFF url(../img/sottotitolo.gif) no-repeat center;
	clear: both;
	padding: 0 200px ;
}

div#content h4{
	font-variant: small-caps;
	margin-top: 40px;
}

div#footer{
  /*height: 150px;
	margin: 30px 0 0 0;
	background: #FFF url(../img/footer.gif) no-repeat right;*/
	text-align: right;
}

div#footer p{
	padding: 40px 20px 0 0;
}

div#footer p:first-line{
  font-size: 90%;
}