/* CSS Document */

body{
	border: 0;
	margin: 0;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #D7EFFF;
	line-height: 25px;
}

#header{
	background-image: url(../img/cielo.jpg);
	background-repeat: repeat-x;
	height: 332px;
	width: 100%;
	text-align: center;
}

.box{
	height: 1024px;
	clear: both;
}

#decorazione{
	background-image: url(../img/decorazione.gif);
	background-repeat: repeat-x;
	height: 60px;
	background-position: top;
}

#decorazionegiu{
	background-image: url(../img/decorazionegiu.gif);
	background-repeat: repeat-x;
	height: 60px;
	background-position: bottom;
}


a:link{
	color: #D7EFFF;
	text-decoration: underline;
}
a:visited{
	color: #D7EFFF;	
	text-decoration: underline; 
}
a:hover{
	color: #999999;
	text-decoration: none;
	border-bottom: dotted 1px #06b6f8;
}


.up{
	text-align: right;
	padding: 10px 0 10px 0;
}

#testi{
	width: 650px;
	margin: auto;
	padding: 10px 0 0 0;
}

#testi h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #06B6F8;
	background-image: url(../img/titoloh1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 85px;
	text-align: center;
	font-variant: small-caps;
	margin-top: 150px;
	padding: 20px 0 0 0;
}

/*#mosca{
	position: relative;
	z-index: 100;
	background-image: url(../img/mosca.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	right: auto;
	bottom: 60px;
	background-attachment: fixed;
}*/

#news{
	margin-left: 220px;
	background-image: url(../img/sfondo_libro.gif);
	border: solid 2px #677B85;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0A0C0C;
}

#newstxt{
	padding: 5px;
}

#menu {
	height: 1024px;
	width: 200px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	height:30px;
	padding: 10px 0 0 0;
}
#menu a{
	display: block;
	width: 195px;
	height:30px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 18px;

}
#menu a:link{
	color: #D7EFFF;
	text-decoration: none;
	border-bottom: 1px dotted #1E1E20;
	text-indent: 10px;
}
#menu a:visited{
	color: #D7EFFF;	
	text-decoration: none; 
	border-bottom: dotted 1px #1E1E20;
	text-indent: 10px;
}
#menu a:hover{
	width: 195px;
	color: #00AEEF;
	text-decoration: none;
	height:30px;
	border-bottom: 1px dotted #00AEEF;
	text-align: right;
	text-indent: 10px;
}

/* chi sono */
#chisono{
	margin-top: 100px;
}


