html,body{margin: 0;padding:0}
body{font-family: arial,sans-serif;font-size: 76%;text-align: center}
div#container{
	width: 756px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content_bg3.jpg);
	background-repeat: repeat-y;
	background-position: fixed;
}

/*stili generici, su header e footer*/
div#header{
	height: 153px;
}
h1,h2{margin: 0;padding:0}
h1{
	padding-left:0.5em;
	font: bold 2.3em/80px arial,serif;
	background-image:  url("header2.jpg");
}
h2{
	color: #5E1407;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
hlink{
	color: #5E1407;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

/*stili specifici per il layout*/
div#navigation{
	float:left;
	width: 245px;
	height: 380px;
	padding: -10;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	color: #5E1407;
}
div#content{margin-right: 20px;padding: 1em}
div#footer{
	clear:right;
	text-align:center;
	padding: 0.5em;
	color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
}

/*stili per la navigazione*/
div#navigation ul{margin: 1em 0 1em 1em;padding: 0; list-style-type: none;}
div#navigation li{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}
div#navigation a{color:#330000;font: normal bold 1em/1.2em Times;text-decoration: none}
div#navigation a:hover{color:#A3C2BC;font: normal bold 1em/1.2em Times;text-decoration: underline; background-color:#330000}
div#navigation a#activelink{color:#330000;font: normal bold 1em/1.2em Times;text-decoration: underline;background-color:#FFFFFF}


div#footer a{color:#F2ECE0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;}
div#footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}
div#footer a#activelink{color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}
link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #340100;
	text-decoration: underline;
}

