/* v1.0 | 20080212 */

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;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
/* end reset*/

body,html { 
	height:100%;
	margin-top:10px; 
	font-family: arial;
	font-size: 13px;
	line-height: 1;
}
img{
	border: none;
}
h1{
	font-size: 15px;
	font-weight: bold;
	color: #045282;
}
#main{
	width: 1000px;
	height: auto;
	background-color: #fff;
	margin: auto;
}
#logo{
	width: 695px;
	height: 80px;
	float: left;
	background-color: #fff;
}
#loghi_dx{
	width: 305px;
	height: 80px;
	float: right;
	background-color: #fff;
	text-align: right;
}
#menu{
	width: 750px;
	height: 50px;
	float: left;
	background-color: #fff;
}
#menu img{
	float: left;
}
#spot{
	width: 200px;
	height: 50px;
	float: right;
	background-color: #fff;
	text-align: right;
	}
#content{
	width: 1000px;
	height: auto;
	background-color: #fff;
}
#spot_sx_1{
	width: 743px;
	height: 280px;
	float:left;
	background-color: #fff;
}
#spot_sx_2{
	width: 743px;
	height: 280px;
	float:left;
	background-color: #fff;
}
#spot_dx{
	width: 257px;
	height: 275px;
	float:right;
	background-color: #fff;
	background-image:url('img/fondino_news_corto.jpg');
	background-repeat:no-repeat;
}

#spot_dx_basso{
width: 257px;
height: 100px;
float:right;
margin-top: 10px;
}

.news_home{
	margin-left: 20px;
	margin-right: 12px;
	margin-top: 13px;
	float: left;
	line-height: 15px; 
}

.news_home a:link, .news_home a:visited{
	color: #015583;
	text-decoration: none;
	font-size: 13px;
}

.news_home a:hover, .news_home a:active{
	color: #ccc;
	text-decoration: none;
	font-size: 13px;
}

 a:link, a:visited{
	color: #015583;
	text-decoration: none;
		font-size: 11px;
}
 a:hover, a:active{
	color: #ccc;
	text-decoration: underline;
		font-size: 11px;
}

#footer_sx {
	width: 350px;
	height: 40px;
	float: left;
	background-color: #fff;
	text-align: left;
}
#footer_dx{
	width: 180px;
	height: 40px;
	float: right;
	background-color: #fff;
}
#footer_dx img{
	margin-top: 6px;
}