html, body {
	margin:0; padding:0; 
	height:100%;
	}
body{ 
	background:#aaa url(img/sf.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%
	}

a { color:#f60; text-decoration:none}
a:hover{ text-decoration:underline}

h1,h2,h3,h4,h5,h6 { margin:0; color:#425365;}
h1{ font-size:170%}
h2{font-size:150%; line-height:170%}
h3{font-size:130%}
p{margin:10px 0}



body>div#container{ height:auto; min-height:100%;}

#container{ 
	position: relative;
	width:820px; 
	height:100%;
	overflow:hidden;
	margin:0 auto; 
	background:#fff;
	}

#header{ background:#BACDEB; border-bottom:1px solid #fff}
#header img { padding:5px}

#content{ 
	margin:30px 20px 60px 20px; 
	min-height: 350px;
	}
	
#contentInt{ 
	margin:30px 20px 60px 20px;
	margin-top:10px; 
	}	


/* menu navigazione*/

#navbar { 
	font-size:90%; height:40px;
	background:url(img/sf-navbar.png) repeat-x;	
	margin:0 0 20px 0; padding:0; line-height:40px;
	text-align:center; border-top:1px solid #fff
	}

#navbar ul, #navbar li {
	margin:0; padding:0;
	display:inline;
	list-style-type:none; 
	}

#navbar a{ 
	margin:0 0 0 -1px;
	padding:4px 10px;
	color:#687991; font-weight:bold; 
	}
#navbar a:hover{ 
	background: #fff;
	color:#f60; text-decoration:none;
	}




/*footer*/ 

#footer{
	position: absolute; bottom:0;
	width:820px; 
	font-size:80%;
	background:#eee; color:#666;
	border-top:1px solid #ccc;
	padding: 20px 0;
	text-align:center;
	}

.box{ 
	clear:both; 
	font-size:90%; 
	padding-bottom:10px; margin-bottom:10px
	}

.bar{
	background-color:#D3E8FD; 
	padding:0 10px;
	}

