/*stili generici pagina*/

body{
			font-family: Georgia;
			font-size: 75%;
			text-align: center;
			background-color:#333333;
			margin: 0;
			padding-top: 40px;
			}
			
#container{
			width: 760px;
			margin: 0 auto;
			text-align: left;
			}

#header{
			background : #1F054E url(images/logo.jpg) no-repeat;
			height:100px;
			}

#footer{
			text-align:center;
    		background-color:#1F054E;
			color: #FFF;
			font-size:10px;
			padding: 3px;
			font-family:Arial, Helvetica, sans-serif;
			}
			
#navigation{
			background-color:#1F054E; 
			height:26px;
			border-left: 2px solid #1F054E;
			border-right: 2px solid #1F054E;
			max-width:760px;
			}

#content{
			padding: 12px;
			background-color:#FFFFD9;
			border-left: 2px solid #1F054E;
			border-right: 2px solid #1F054E;
			}

.spacer{
			background : #1F054E url(images/separator.gif);
			height: 2px;
			font-size:2px;
			border-left: 2px solid #1F054E;
			border-right: 2px solid #1F054E;
			}

/*stili per bordino superiore ed inferiore*/			
b.rtop, b.rbottom{
			display:block;
			background: #333333;
			}
			
b.rtop b, b.rbottom b{
			display:block;
			height: 1px;
    		overflow: hidden; 
			background: #1F054E;
			}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
			

/*stili specifici per il layout*/

			
h1{
			font: Georgia;
			font-weight: bold;
			font-size:16px;
			text-align:center;
			}
			
p{
			font: Georgia;
			font-size:12px;
			text-align:justify;
			}

.cit_text{
			font: Georgia;
			font-size:11px;
			text-align:justify;


}
.cit_from{
			font: Georgia;
			font-size:11px;
			text-align:right;
			font-style:italic;
			}
			
.center{
			font: Georgia;
			font-size:12px;
			text-align:center;
			}

.highlight{
			font: Georgia;
			font-size:12px;
			text-align:center;
			font-weight:bold;
			font-style:italic;
			}
			

#content a:link{
			font: Georgia;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			color:#000066;
			}
			
#content a:hover{
			font: Georgia;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			color:#000000;
			}
			
#content a:visited{
			font: Georgia;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			color:#000066;
			}


