/*stili per il layout fisso con posizionamenti assoluti*/
html,body{margin: 0;padding:0}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image: url(img_base/sfondoG.gif);
}

div#container{position: relative;
				width:717px; 
				margin: 0 auto
    }
	 
/*div#container2{background: url(fgen.jpg) repeat-y top left;text-align: left}*/

/*stili generici, su header e footer*/
div#header{height: 210px;
			width:717px;
			background-color:#36C;
			color: #ff0}

#botti {
	
	width:717px;
	height:32px;
	background-color:#363;
}

/*stili specifici per il layout*/
div#navigation{
	position: absolute;
	top: 236px;
	left: 0;
	width: 119px;
	\width:129px;
	w\idth:119px;
	padding: 1em 0 0 10px;
	text-align: left;
	height: 435px;
}
	
div#extra{
	position: absolute;
	top: 236px;
	right: 0;
	width: 113px;
	\width:123px;
	w\idth:113px;
	padding:25px 0px;
	text-align: left;
	height: 327px;
}
	
div#content{
		margin: 0 0px;
		padding:0px;
		background-color: #fff;
		text-align: left
		}


div#footer{
		text-align:center; 
		padding: 0px 0;
		background-image: url(img_base/footer.gif);
    	height: 42px;
		color: #000;
		clear:both
		
		}

.Stile4 {font-size: 10px}
.Stile5 {
	font-size: 12px;
	color: #0A90CD;
	font-weight: bold;
}
.Stile6 {
	font-size: 12px;
	color: #4296A1;
}
.Stile7 {
	font-size: 12px;
	color: #666666;
}
.Stile10 {
	color: #278AAA;
	font-weight: bold;
	font-size: 16px
}
a {
	font-size: 10px;
	color: #0066CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CD;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.roll10 {
	color: #278AAA;
	font-weight: bold;
	font-size: 16px
}
a.roll10 {
	color: #278AAA;
	text-decoration: none;
}
a.roll10:visited {
	color: #278AAA;
	text-decoration: none;
}
a.roll10:hover {
	text-decoration: none;
	color: Red;
}
.roll12 {
	color: #278AAA;
	font-weight: bold;
	font-size: 12px
}
a.roll12 {
	color: #278AAA;
	text-decoration: none;
}
a.roll12:visited {
	color: #278AAA;
	text-decoration: none;
}
a.roll12:hover {
	text-decoration: none;
	color: Red;
}

