body {
	font-size: 13px;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}
h1 {	
	margin: 0 2em 0 4.33em;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	color: #F33;
	text-align: center;	
	text-transform: none;
	font-variant: small-caps;	
	z-index: 1;	
	min-width: 11em;			
}
#corpo {	
	margin-left: 13em;
	margin-right: 6em;		
	font-family: Arial, Helvetica, sans-serif;	
	font-style: italic;
	color: green;	
	line-height: 1.5em;	
	border-top: 1px solid green;
	min-width: 33em;	
}
#corpo a:link, #corpo a:visited, #news a:link, #news a:visited {
	text-decoration: underline;
	color: #00F;
}
#corpo a:hover {
	text-decoration: none;
	color: #0CF;
}
#leftmenu {		
	position: absolute;	
	left: 1em;		
	top: 20%;
	width: 10em;				
	font-family: Arial, Helvetica, sans-serif;	
	font-variant: small-caps;			
	color: #09F;	
}
#leftmenu ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	top: -5em;
}
#leftmenu li {
	display: block;
	border: 1px solid green;
	margin: 0 2px 6px 2px;
	text-align: center;
	width: 10em;
}
#leftmenu a {
	display: block;
	width: 10em;
}
	#leftmenu li.thispage
{
	background-color: #EEE;
}
#leftmenu a:hover {	
	background-color: #FFE;
}
#leftmenu a:link, #leftmenu a:visited {
	color: #00F;
	text-decoration: none;
}
#dailypic {	
	width: 10em;
	position: relative;
	top: -4.5em;	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	font-variant: small-caps;			
	color: #09F;	
	font-family: "Times New Roman", Times, serif;
	font-style: normal;	
	border: 1px solid green;	
	padding: 1px;
	margin: 0px;
}
#dailypic img {	
	border: none;
}
#dailypic a:hover {
	background-color: #FFF;
}

#validate {
	position: absolute;
	left: 2px; top: 2px;
	visibility: hidden;
}
#validate img {border: 0;}
#validate p {padding:0; margin:0;}

#leftmenu a:hover {
	color: #0CF;
}

#news
{	
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #F06;	
	line-height: 1.5em;			
	border: 1px solid green;		
	width: 10em;
	position: relative;
	top: -3.5em;
	font-variant: normal;	
	text-align: center;	
	padding: 1px;
}

#title_news 
{
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	font-size: 1.5em;	
}
#news dl {
	margin-top: 0.5em;
}
#news dt {
	display: list-item;
	list-style: none outside;
	font-weight: bold;
}
#news dd {	
	/* non funziona */
	/*display: compact; */
	margin-left: 0em;
}

#news a
{
display: inline;

}
#news a:link, #news a:visited {
	color: #00F;
	text-decoration: underline;
}
#news a:hover {
text-decoration: none;	
	background-color: #FFF;
}
#copyright {		
	margin: 2.5em 7.5em 0 16.25em;
	height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px groove green;
	color: #C30;
	min-width: 41em;
}

#viewer {
	position:absolute;
	width: 398px; height: 398px;
	border: 8px outset #008D8D;
	visibility: hidden;
	background-color: white;
}

#viewerimg {
	z-index: 10;
	left:0; top:0;
	position: absolute;
	width: 398px; height: 398px;
}
#viewerclose {
	position: absolute;
	right: 2px; top: 2px;
	width: 32px; height: 32px;	
	z-index: 20;
}
#viewerclose img {
	border: 1px solid red;
}
