body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #233B98;
	font-family: Verdana;
	font-size: 10px;
}
a {
  color: #000000;
}
a:hover {
  color: #AAAAAA;
}
img {
border: 0;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h1, h2, h3 { margin: 3px 0; padding: 0; }

.hr { 
  margin-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted #AAAAAA;
  clear: both;
}

.foto img {
    border: 3px double #AAAAAA;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.txtcenter { text-align: center; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtjustify { text-align: justify; }

.wrap {
	margin: 0 auto;
	width: 930px;
}
#top {
	height: 250px;
	background: url('../images/bg_top.png') top left repeat-x #0066AA;
	overflow: hidden;
}
#menu {
	background: #233B98;
	text-align: center;
	padding: 5px;
}
#menu a {
	display: block;
	text-align: center;
	padding: 10px 10px;
	background: #1E317B;
	float: left;
	font-size: 12px;	
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 3px;
}
#menu a:hover {
	background: #3757D0;
}
.submenu {
display: none; 
position: absolute; 
z-index: 10;
top: 33px;
left: 3px;
background: #3757D0;
width: 150px;
}
.submenu_button a {
    float: none;
    clear: both; 
    margin: 0;
    padding: 3px;
    background: none;  
}
.submenu_button a:hover {
    background: none;
    text-decoration: underline;
}
.submenu_button {
    width: 100%;
    background: #1E317B;
}
#menu_left {
  text-align: left;
}
#menu_left li {
  font-size: 12px;
  margin: 5px auto;
}
#menu_left ul {
  margin-left: 10px;
}

li { list-style-image: url('../images/arrow_r.gif'); }

.titolo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#main {
	clear: both;
	background: url('../images/bg_main.png') top left repeat-x #FFFFFF;
	color: #000000;
	padding: 20px 0;
	height: 100%;
	text-align: center;
}
#center {
	float: left;
	width: 460px;
	margin: 0 10px;
	height: 100%;
	text-align: left;
}
#left, #right {
	float: left;
	width: 221px;
	height: 100%;
	text-align: left;
}
#bottom {
	padding: 60px 0 20px 0;
	background: url('../images/bg_bottom.png') top left repeat-x #233B98;
	margin-bottom: 5px;
}
#bottom a {
  color: #000000;
}
#tags {
  clear: both;
  margin: 20px 0;
  text-align: center;
  color: #000066;
}
.f1 { font-size: 10px; }
.f2 { font-size: 14px; }
.f3 { font-size: 18px; }
.f4 { font-size: 22px; }
.f5 { font-size: 26px; }
.riquadro {
  background: #EEEEEE;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
div.box_top {
	width: 221px;
	height: 7px;
	background: url('../images/bg_box_t.gif') no-repeat;
	overflow: hidden;
}
div.box_center {
	width: 221px;
	background-color: #c6d8e8;
	padding: 1px 0;
	text-align: center;
}
div.box_bottom {
	width: 221px;
	height: 7px;
	background: url('../images/bg_box_b.gif') no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}

