@charset "utf-8";
/* CSS Document */

BODY {
	background:#FFFFFF url(../graph/bkg/bkg_body.jpg) top right repeat-x; 
	text-align:center; /* centra il sito per IE5*/ 
}

#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;  /* IE5 fix: ripristina il giusto allineamento del testo */
}


/* -- HEADER ------------------------------------------------------------------*/
#header {
	width:800px;
	height:257px;
	position:relative;
}

#header A#logo {
	display:block;
	width:312px;
	height:89px;
	position:absolute;
	top:25px;
	left:18px;
	background:url(../graph/header/logo.png) top left no-repeat;
}

#header A#arrow {
	display:block;
	width:218px;
	height:92px;
	position:absolute;
	top:80px;
	left:535px;
	background:url(../graph/header/arrow_alone.png) top left no-repeat;
}

#header IMG#cowboy {
	position:absolute;
	top:106px;
	left:320px;
}

#header IMG#stick {
	position:absolute;
	top:33px;
	left:643px;
}

#header IMG#bkg {
	position:absolute;
	top:0px;
	left:0px;
}


/* -- CONTENT ------------------------------------------------------------------*/
#content {
	background:url(../graph/bkg/bkg_content.jpg) top left repeat-y;
}

#content #text {
	width:500px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	padding-bottom:15px;
	text-align:justify;
}

#content #pod {
	width:200px;
	float:right;
	margin-right:40px;
	margin-top:17px;
}


/* -- POD ----------------------------------------------------------------------*/
#pod #menu,
#pod #population {
	padding-bottom:10px;
}

#pod #menu h2,
#pod #population h2 {
	border-bottom:#000000 solid 1px;
	padding:0px 0px 2px 0px;
	margin:0px 0px 4px 0px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:150%;
}

#pod #menu LI {
	border-bottom:#000000 dotted 1px;
	padding:0px 0px 4px 10px;
	margin:0px 0px 5px 0px;
}

#pod #menu LI A {
	text-decoration:none;	
	font-weight:bold; 
	color:#000000;
}

#pod #menu LI A:hover { 
	color:#FF0000; 
}

/* population */
#pod #population P {
	font-style:italic;
	font-size:80%;
	text-align:justify;
	margin-bottom:5px;
	padding-left:10px;
}

#pod #population LI {
	padding-left:10px;
	line-height:140%;
	list-style:circle;
	list-style-position:inside;
}



/* -- TEXT ---------------------------------------------------------------------*/
#content .shout {
	color:#FF0000;
	font-weight:bold;
}

#content #text P, 
#content #text UL, 
#content #text TABLE,
#content #text IMG {
	margin-bottom:10px;
}

#content #text H1 {
	border-bottom:#000000 solid 1px;
	padding:0px 0px 2px 0px;
	margin:0px 0px 10px 0px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:200%;
}

#content #text H3 {
	font-size:140%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-top:10px;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
} 

#content #text P, 
#content #text UL LI {
	font-size:110%;
	line-height:120%;
}

#content #text UL.contatti LI {
	padding-bottom:5px;
}

#content #text UL.updates LI {
	padding-bottom:5px;
	line-height:120%;
}

#content #text UL {
	list-style:circle;
	list-style-position:outside;
	margin-left:25px;
} 

#content #text UL#programma {
	list-style:circle;
	list-style-position:outside;
	margin-left:25px;
} 

#content #text UL#programma UL {
	list-style:none;
	border-bottom:#666666 1px dotted;
	margin-left:0px;
	margin-bottom:20px;
	padding-bottom:20px;
}

#content #text UL#programma UL H4 {
}


#content #text UL LI {
	margin-bottom:5px;
}

#content #text UL#riassunto {
	list-style:circle;
	list-style-position:outside;
	margin-left:25px;
} 

#content #text UL#riassunto LI.titolo {
	list-style:none;
	margin-left:-15px;
	padding-top:5px;
	font-weight:bold;
}




#content #text P.sign {
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	font-style:italic;
	font-size:120%;
	padding-top:5px;
} 

#content #text HR {
	display:block;
	width:500px;
	height:21px;
	margin-bottom:20px;
	margin-top:20px;
	background:url(../graph/ruler/ruler.png) top center no-repeat;
	border:none;
}


/* -- FOOTER -------------------------------------------------------------------*/
#footer {
	background:url(../graph/bkg/footer_ruler.png) top left no-repeat;
	padding-top:25px;
	clear:both;
}

#footer P {
	background:#FFFFFF url(../graph/bkg/footer_bkg.jpg) top left no-repeat;
	padding-top:15px;
	padding-bottom:60px;
	text-align:center;
}

