/*inizio foglio css di reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*fine foglio css di reset*/


/* #######################################################################à */




/* parte generale */

body				{
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
}

#corpo				{
	margin: 0 auto;
	width: 840px;
}

#sfondo				{
	background: url(../immagini/Sfondo.bmp) repeat-y;
}

/* intestazione */

#heading			{
	color: rgb(0, 150, 0);
	margin-top: -5px;
	border: 1px rgb(193, 87, 0) solid;
	background-color: rgb(255, 255, 179);
}

#paese				{
	width: 840px;
}

#heading h1			{
	font-family: Garamond, Times, serif;
	font-size: 26pt;
	text-align: center;
	padding: 20px;
}

#heading h2			{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	margin-left: 672px;
	padding-bottom: 20px;
}

/* menu */

#menu				{
	width: 168px;
	float: left;
	margin-top: 30px;
}

#menu ul			{
	list-style-type: none;
	text-align: center;
}

#menu li			{
	height: 50px;
}

#menu a				{
	text-decoration: none;
	color: rgb(128, 64, 0);
}

#menu a:hover		{
	text-decoration: underline;
}

.ti_trovi_qui		{
	font-weight: bold;
}

/* menu secondario */

#menu_secondario	{
	margin-top: 0px;
	font-size: 10pt;
	margin-left: -44px;
	text-align: center;
}

#menu_secondario ul	{
	list-style-type: none;
}

#menu_secondario li	{
	height: 50px;
	width: 83px;
	display: block;
	float: left;
	border-right: 1px rgb(193, 87, 0) solid;
	border-bottom: 1px rgb(193, 87, 0) solid;
	background-color: rgb(255, 255, 200);
}

#menu_secondario a	{
	text-decoration: none;
	color: rgb(128, 64, 0);
}

#menu_secondario a:hover	{
	text-decoration: underline;
}

/* blocco centrale */

#centro				{
	width: 504px;
	float: left;
	text-align: left;
	line-height: 1.5em;
	padding-bottom: 40px;
	margin-top: -225px;
	margin-left: 252px;
}

#menu_piccolo {
	width: 504px;
	float: left;
	text-align: justify;
	line-height: 1.5em;
	padding-bottom: 40px;
	margin-top: 25px;
	margin-left: 252px;
}

#logo_maxi			{
	margin-top: 50px;
	width: 350px;
	padding-bottom: 40px;
}

#home				{
	text-align: center;
	margin-left: 84px;
	width: 504px;
	float: left;
}

#home #last_change	{
	margin-top: 10px;
	width: 504px;
	line-height: 1.5em;
	font-size: 10pt;
	padding: 3px;
}

#home #last_change a	{
	color: rgb(193, 87, 0);
	text-decoration: none;
}

#home #last_change a:hover	{
	text-decoration: underline;
}

table				{
	margin-left: 84px;
	font-size: 10pt;
	text-align: left;
}

.prima				{
	width: 168px;
}

.link_interno a		{
	color: rgb(128, 64, 0);
	font-size: 8pt;
	text-decoration: none;
}

.link_interno a:hover{
	text-decoration: underline;
}

.titoletto			{
	color: rgb(128, 64, 0);
}

#next				{
	text-decoration: blink;
}

#centro .lista			{
	list-style-type: disc;
	margin-left: 16px;
}

#centro ol			{
	list-style-type: decimal;
	margin-left: 40px;
}


/* archivio fotografico */


.fotografie img		{
	width: 165px;
	height: 150px;
	float: left;
	margin-right: 1px;
	border: 1px rgb(128, 64, 0) solid;
	opacity: 0.75;
}

.fotografie a:hover img	{
	opacity: 1;
}

.fotografie .ultima_immagine2	{
	margin-right: 168px;
}

.fotografie .ultima_immagine1	{
	margin-right: 336px;
}

.didascalie ul		{
	list-style-type: none;
	font-size: 8pt;
}

.didascalie ul li	{
	float: left;
	width: 168px;
	height: 80px;
	text-align: center;
	line-height: 1em;
	padding-top: 10px;
}

/* footer */

#footer				{
	background-color: white;
	line-height: 1.5em;
	font-size: 8pt;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px rgb(193, 87, 0) solid;
	margin-top: -16px;
	color: rgb(150, 150, 150);
}

#footer a			{
	color: rgb(150, 150, 150);
	text-decoration: none;
}

#footer a:hover		{
	color: black;
}

#ultimo				{
	margin-top: 100px;
	color: white;
	clear: left;
}
