@charset "UTF-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
}

body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
	background:#EEEEEE;
}

/******************************/

#total_container {
	position:relative;
	width:920px;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:355px;
	height:82px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#top_menu {
	position:absolute;
	left:367px;
	top:58px;
	width:536px;
	height:20px;
	text-align:right;
	font-size:1.1em;
}

#barra_intermedia {
	position:absolute;
	left:0px;
	top:82px;
	width:920px;
	height:11px;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
}



/******************************************/

#container_body {
	position:absolute;
	left:0;
	top:93px;
	width:920px;
	height:auto;
	padding:0;
	margin:0;
}

#body_main {
	width:920px;
	height:100%;
	text-align:center;
	background-image:url(../images/repeat.png);
	background-repeat:repeat-y;
}

div#content {
	float:left;
	width:715px;
}

div#navigation {
	float:right;
	width:205px;
}

div#extra {
	float:right;
	clear:right;
	width:205px;
}

div#finto_footer {
	clear:both;
	width:100%;
	height:13px;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
}

div#footer {
}

/*SPAZIATORI & FORMATTAZIONE*/

/*Per il top menu vedi sopra*/
div#top_menu a {
	color:#666666;
}

div#spazio_content {
	margin:5px 15px 5px 15px;
	text-align:justify;
	position:relative;
}

div#spazio_navigation {
	margin:5px 7px 5px 0px;
	text-align:justify;
}

div#spazio_extra {
	margin:5px 13px 5px 7px;
	text-align:justify;
}

div#spazio_footer {
	margin:0 auto 10px 10px;
	text-align:left;
	font-size:0.8em;
}







