* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-size: 80%;
	color: #333;
	background: #c5d4dc;
	line-height: 100%;
	text-align: center;
}

img {
	border: none
}

a { color: #003366; text-decoration: underline; }

a:hover { color: #6b91a6; text-decoration: none; }

#testata {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	padding: 20px;
	background: url(images/bg.gif) repeat-y top center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 20px
}

h1 a {
	text-decoration: none;
	font-size: 24px
}

h3 {
	font-size: 20px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: #003366 1px solid;
	padding-bottom: 5px;
}

#menu-top {
	background: url(images/bg_menu.png) repeat-x;
	margin: 0 auto;
	width: 880px;
	height: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-right: 20px;
}

#menu-top ul {
	list-style: none;
	padding-top: 8px
}

*:first-child+html #menu-top ul {
	padding-top: 5px
}

*html #menu-top ul {
	padding-top: 5px
}

#menu-top li {
	display: inline;	
	padding: 0 9px;
	font-size: 14px
}

#menu-top li a {
	color: #fff;
	text-decoration: none
}

#menu-top li a:hover {
	color: #003366
}

#menu-top .active {
	padding: 0 9px;
	font-size: 14px;
	color: #003366
}

#header {
	text-align: center;
	background: #527588 url(images/bg_gallery.gif) repeat-y top center;
	height: 270px;
}

*html #header img {
	margin-bottom: -3px;
}

#container {
	margin: 0 auto;
	width: 926px;
	background: url(images/bg.gif) repeat-y top center;
}

#titoli {
	text-align: left;
	padding: 10px 33px 20px 33px;
}

#content {
	font-size: 12px;
	line-height: 18px;
	width: 640px;
	text-align: left;
	padding-left: 250px;
}

*:first-child+html #content {
	padding-right: 33px;
}

*html #content {
	padding-right: 33px;
}

#content_home {
	text-align: center;
}

#content p {
	padding-bottom: 5px;
	text-align: justify;
}


#content ul {
	padding: 10px 0 10px 30px;
	margin: 0;
	list-style: square;
}

#content li {
	margin-bottom: 5px
}

#footer {
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 11px;
	background: url(images/bg_footer.png) no-repeat;
	width: 926px;
	height: 50px;
	padding-top:50px
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
