/** RESET BROWSER **/

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;
}
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;
}

/** FINE RESET BROWSER **/

body{
	background-image:url(img/bandiera-brasile.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#667e8a;
	margin:0px;
	padding:0px;
	text-align: left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color:#F60;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.inpagina{
	margin:10px 25px 10px 25px;
	}
.inpagina2{
	margin:10px 30px 10px 10px;
	}

#arancio{
	color:#F60;
	font-size:20px;
	}
	
.small{font-size:13px;}


#all{
	width:100%;}

#top{
	height:90px; 
	width:800px; 
	position:relative; 
	margin-left:auto; 
	margin-right:auto;}
	
#logo{
	height:90px; 
	width:164px; 
	position:relative; 
	background:url(img/logo-sf.jpg) no-repeat center; 
	left:0px; 
	margin-top:0px;}

#corpo{
	width:800px;
	margin-left:auto; 
	margin-right:auto;
	}
	
#sidebar{
	width:194px;
	float:left;
	background:url(img/sezione-mediana.jpg) repeat-y  right #385159;
	}

#sidebar2{
	width:194px;
	float:left;
	}

#pagina{
	width:606px;
	float:right;
	background-color:#385159;
	}

#footer{
	width:606px;
	float:right;
	background-color:#385159;
	margin-top:10px;
	}


















