﻿body {
	text-align: center;
	background-color: #08080a;
}

#container{
	width:100%;
	position: relative;
	background-position: top;
	background-repeat: repeat-x;
}

#header{
	position: relative;
	margin: auto;
	width:990px;
	height:130px;
}
	#header_logo{
		position: absolute;
		top:0px;
		left: 0px;
		width:385px;
		height:130px;
	}
	#header_menumini{
		position: absolute;
		top:0px;
		left:385px;
		width:330px;
		height:30px;
		text-align:left;
		overflow:visible;
	}
	#header_menu{
		position: absolute;
		top:30px;
		left:385px;
		width:350px;
		height:130px;
		text-align:left;
		overflow:visible;
		font-size:11px;
	}
	#header_adv{
		position: absolute;
		top:0px;
		left:715px;
		width:275px;
		height:130px;
	}
	#header_adv img{
	margin-top:28px;
	}
	
#sitemap{
	position: relative;
	margin: auto;
	top:0px;
	left:0px;
	width:990px;
	height:40px;
	text-align: justify;
	overflow:hidden;
}

#corpo{
	position: relative;
	margin: auto;
	top:0px;
	left:0px;
	width:990px;
	background-repeat:repeat-y;
	text-align: justify;
}
#colonnasx_titolo
{
    position: relative;
	top:0px;
	left:0px;
	width: 415px;
	height: 60px;      /* per IE5.x e IE6 */
	float:left;
}
#menu_strumenti{
	position: relative;
	top:0px;
	left:0px;
	width: 300px;
	height: 60px;      /* per IE5.x e IE6 */
	float:left;
}
#colonnasx_menuarea{
	position: relative;
	width: 715px;
	height: 20px;
    clear:both;
}
#colonna_sx
{
	position: relative;
	float: left;
	background-repeat: no-repeat;
	height: auto !important;  /* per i browser moderni */
	height: 347px;      /* per IE5.x e IE6 */
	min-height: 347px;  /* per i browser moderni */
	width: 715px; /* l'immagine è da 735 ma si ripetono gli 85 del menu ergo 650 */
}


#colonna_dx{
	position: relative;
	float: right;
	background-repeat: no-repeat;
	background-position: top;
	height: auto !important;  /* per i browser moderni */
	height: 427px;      /* per IE5.x e IE6 */
	min-height: 427px;  /* per i browser moderni */
	width: 275px;
	top:-80px;
}

#corpo_footer{
	width: 990px;
	height:70px;
	margin:auto;
}

#footer{
	clear:both;
	position:relative;
	bottom:0px;
	background-repeat: repeat-x;
	width:100%;
	height:70px;
}

.box_orizz_neutro
{
    margin:3px;
    padding:2px;
    clear:both;
}
.box_orizz
{
    border:1px solid #666666;
    background-color:#3a3a3a;
    margin:3px;
    padding:2px;
    clear:both;
}

.box_vert
{
    width:154px;
    /*height:250px;*/
    float:left;
    border:1px solid #484848;
    background-color:#3a3a3a;
    margin:3px;
    padding:2px;
}

.box_vert2
{
    width:200px;
    /*height:250px;*/
    float:left;
    border:1px solid #484848;
    background-color:#3a3a3a;
    margin:3px;
    padding:2px;
}

.box_rotator
{
    width:204px;
    /*height:250px;*/
    border:1px solid #484848;
    background-color:#3a3a3a;
    padding:2px;
}