@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfloat {
	clear:both;
	height:1px;
}

html {
	height:100%;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	margin: 0;
	padding: 0;
    min-height: 200px;
    background:#eeeeee url(img/background.jpg) top repeat-x;
}

p {
	margin:10px 0;
}

h1 {
    height: 52px;
	font-size:13px;
	text-transform:uppercase;
	margin:15px 0 10px 0;
	font-weight:bold;
}

a {
	color:#122372;
}

#header{
	z-index:10;
	height:109px;
	background:url(img/header.png) repeat-x;
}

.cont{
	width:960px;
	margin:0 auto;
	padding-top:220px;
	background:url(img/testata.jpg) top no-repeat;
}

.box200_first{
	float:left;
	width:200px;
	height:410px;
	margin:0 0 30px 50px;
	padding-bottom:10px;
	border-bottom:1px solid #cecfd0;
}

.box200{
	float:left;
	width:200px;
	margin:0 0 30px 20px;
	height:410px;
	padding-bottom:10px;
	border-bottom:1px solid #cecfd0;
}

.box200_first img,
.box200 img{
	vertical-align:middle;
}

.testo{
	color:#58585a;
	text-align:justify;
	height:90px;
	overflow:hidden;
}

.link{
	display:block;
	margin:10px 0;
}

.presentazione{
	display:block;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#000;
	margin:0 40px 10px 0;
}

.presentazione img{
	vertical-align:middle;
}

#footer{	
	background:#fff url(img/footer.jpg) no-repeat top center;
}

.cont_footer{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:40px 0;
	margin:0 auto;
}
