﻿body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color: #000080;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #000080;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

a {
	color: #000080;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #000080;
}

img {
	border: none;
}

/* Header */
#header {
	width: 960px;
	height: 130px;
	margin: 0 auto;
}

#logo{
    clear:left;
	/*height: 100px;*/
	padding: 0 0 0 75px;
}
#dovesei{
    clear:left;
	/*height: 100px;*/
	padding: 0 0 0 25px;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	color:navy
}


/* Page */
#page {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Ads */
#ads {
	float: right;
	width: 260px;
	padding: 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000
}

#ads h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000080;
	/*background: url(images/img08.gif) no-repeat left bottom;*/
}

#ads div.newsbox{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000080;
	text-align: left;
}
#ads div.newsbox h2{font-family: "Times New Roman", Times, serif;
                 	font-size: x-large;
	                color: #000080;
	                padding-left: 5px
                   }
#ads div.newsbox p{margin: 0;padding-left: 5px}



/* Content */
#content {
	float: left;
	width: 520px;
	padding: 0 0;
	text-align:center;
	border-left:1px navy solid;
	border-right:1px navy solid
}

#content div.image{
	border:0px;
	padding: 0 0;
	text-align:center; 
}
#content div.titolo{
	padding: 10px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: left
}

#content div.testo{
	padding: 20px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: justify;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 160px;
	padding:0 0
    }
#sidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000080;
	/*background: url(images/img08.gif) no-repeat left bottom;*/
}
.posiziona {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000080;
	padding: 0 0 0 25px;
}
.posiziona li{
     list-style:none;
     /*list-style-type:none;*/
	/*display: inline*/
}


/* Footer */
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img11.gif) no-repeat;
    text-align:center;
    font-family:"Times New Roman", Times, serif;
    font-size:medium;
    text-decoration:none;
    color:navy 
}

/* Menu */
#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background:  url(images/img04.gif);
}/*#6AA2FD*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: large;
	font-weight: normal;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
    color:black
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #000000;
}

