@charset "utf-8";
/* CSS Document */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	background-color:#F5EBB7;
	background-image:url(../img/sf_body.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
}
html {
	overflow-y: scroll;
}
div.wp{
	width:990px;
	height:500px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../img/sf_page.png);
	background-position:top;
	background-repeat:no-repeat;
}
div.page{
	position:relative;
}
div.head{
	position:relative;
	height:220px;	
}
div.left_bar{
	position:relative;
	width:300px;
	float:left;
}
div.corpo{
	position:relative;
	width:669px;
	float:right;
	padding:10px;
}
div.contenuto{
	width:560px;
	position:relative;
	background-image:url(../img/pix_trasp.png);
}
div.footer{
	position:relative;
	float:left;
	font-size:10px;
}
a.menu{
	color:#FFFFFF;
	text-decoration:none;
	height:24px;
	display:block;
	padding-left:35px;
	font-size:13px;
	line-height:24px;
	margin-bottom:7px;
	background-image:url(../img/ico_menu.png);
	background-position:left;
	background-repeat:no-repeat;
}
a.menu:hover{
	text-decoration:underline;
	background-image:url(../img/ico_menu.png);
	background-position:left;
	background-repeat:no-repeat;
}
a.menu_hover{
	color:#FFFFFF;
	text-decoration:none;
	height:24px;
	display:block;
	padding-left:35px;
	font-size:13px;
	line-height:24px;
	margin-bottom:7px;
	background-image:url(../img/ico_menu.png);
	background-position:right;
	background-repeat:no-repeat;
}
h1{
	font-size:14px;
	padding-bottom:0px;
}
h2{
	font-size:13px;
	padding-bottom:0px;
}