/*stili per il layout fisso con background*/
html,body{margin: 0;padding:0}
body{
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align:center;
	background-color: #000066;
	background-image: url(../images/body_gradient.jpg);
	background-repeat: repeat-x;
	color: #FFFF00;
}

div#container{
	width:760px;
	margin:0 auto;
	border-width: 0 1px;
	border-style:solid;
	border-color: #ccc;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/3rightcol.jpg);
}

div#container2{
	text-align: left;
	background-image: url(../images/col_sx.JPG);
	background-repeat: repeat-y;
	background-position: left top;
}

/*stili specifici per il layout*/
div#header{
	background-image: url(../images/header.jpg);
	height: 138px;
	width: 760px;
	text-align: right;
	background-repeat: no-repeat;
	background-color: #000000;
}
div#header a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #3A3A3A;
}
div#header a:hover{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
div#extra a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #3A3A3A;
	text-decoration: none;
}
div#extra a:hover{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: underline;
}

div#navigation{float: left;
width: 120px;
width:130px;
width:120px;
padding: 1em 0 0 10px
}

div#extra{float: right; 
width: 190px;
width:200px;
width:190px;
padding: 0em
}
div#nav_sup{
	background-color: #3A3A3A;
	height: 25px;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
}
h2 {
	color: #FFFFFF;
}


div#content{
	margin: 0 200px 0 130px;
	padding: 1em 10px;
	background-color: #000066;
}
div#footer{
	clear:both;
	text-align:center;
	color: #CCCCCC;
	height: 109px;
	width: 760px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(../images/footer.jpg);
}
div#footer a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
div#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}

