html, body { 
	padding: 0;
    	margin: 0;
    }

body {
	font-family: verdana, sans-serif;
	font-size: 76%;
	background-image: url('../img/testata_intera_sx.jpg');
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
}

div#container {
	position: absolute;
	left: 210px;
	top: 0px;
	padding: 0px;
    	margin: 0px;	

	height: 808px;
	width: 910px;

	background-image: url('../img/rif.jpg');
	background-color: #fff;
	background-position: top right;
	background-repeat: no-repeat;
}

div#presentation {
	position: relative;
	left: 300px;
	top: 0;

	padding: 0;
    	margin: 0;

	background-image: url('../img/cagliari.jpg');
	background-position: top left;
	background-repeat: no-repeat;

	height: 808px;
	width: 610px;
}

div#header {
	height: 350px;
	width: 480px;
}

div#titolo {
	text-align: right;
	color: #999;
	padding-top: 320px;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1 { 
	font: bold 2.5em verdana, sans-serif;
}

h2 {
	font-size: 85%;
}

div#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 808px;

	background-image: url('../img/testata_intera_dx.jpg');
	background-color: #635757;
	background-position: top left;
	background-repeat: no-repeat;
}

div#menu {
	font-variant: small-caps;
	font-weight: bold;

	/*padding-top: 350px;*/	position: relative;
	top: 200px;}

div#content {
	padding-top: 25px;
	
	color: #333;

	text-align: right;
	
	width: 480px;
}

div#content a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

div#navigation ul{
	list-style-image: url('../img/imm_list.jpg');
}

div#navigation ul.sub_list {
	list-style-image: url('../img/imm_sub_list.jpg');
}

div#navigation li{
	margin: 0;
	padding: 0;
}

div#navigation a {
	color:#999;
	font-style: normal;
	text-decoration: none;
}

div#navigation a.sub_arg {
	color: #aaa;
}

div#navigation a:hover {
	color: #333;
	text-decoration: none;
}

div#navigation a#activelink {
	color: #ccc;
	text-decoration: none;
}
