/*reset*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*main*/

body {
	background:url(../images/main_bg.gif);
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

#container {
	background: #ffffff url(../images/container_close.gif) repeat-x bottom;
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}

#contenuti {
	width: 568px;
	display: block;
	overflow: hidden;
	float: left
}

#contenuti p {
	padding-top: 30px;
	padding-left: 85px;
	font-size: 16px;
	font-weight: bold;
}

#contenutiDx{
	width: 202px;
	float: right;
	display: block;
	text-align: right;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contenutiDx a:link, #contenutiDx a:visited, #contenutiDx a:hover, #contenutiDx a:active, #contenutiDx a:focus {
	background-color: transparent;
	color: #6b6b6b;
	font: bold 11px/16px arial, helvetica, verdana, sans-serif;
	text-decoration: underline;
}

#contenutiDx h1, #contenutiDx h2 {
	background-color: transparent;
	color: #6b6b6b;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 42px 13px 10px;
}

#contenutiDx h2 {
	padding-bottom: 8px;
}

#contenutiDx p {
	color: #000;
	font: 11px/16px arial, helvetica, verdana, sans-serif;
	margin: 2px 13px 10px;
}

#logo {
	margin-top: 30px;
	margin-left: 30px;
}

.imgverde {
	padding-bottom: 20px;
}
