html,body{
	height: 100%;
	width: 100%;
    margin: 0px;
}

body, table, tr, td, div{
	font-family: Verdana;
}

body{
	background-color: #203971;
}

hr{
	border-style: dashed;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

a img{
	border-style: none;
}

a.sitemap{
	font-size:10px;
	color: #ddd;
	
	text-decoration: none;
}

div.container{
	height: 100%;
	width: 100%;

	background-color: #203971;
}

div.left_container{
	/*width: 1027px;*/
	width: 100%;
	height: 100%;

	float:left;
}

div.left_column{
	float:left;

	width: 183px;
	height: 100%;

	background-image: url(../img/Banda_SX.jpg);
	background-repeat: repeat-y;
}

div.right_column{
	height: 100%;
	
	margin-left: 183px;

	background-image: url(../images/barra_header.jpg);
	background-repeat: repeat-x;

	background-color: #fff;
}

div.right_enlarger{
	background-color: teal;
	margin-left: 1027px;
	
	height: 100%;
}

div.logo{
	background-image: url(../img/Banda_SX.jpg);
	background-repeat: repeat-y;
}

div.menu{
	background-image: url(../img/Banda_SX.jpg);
	background-repeat: repeat-y;
}

div.header{
	/*margin-left: 183px;*/
}

div.main{
	min-height: 340px;
	height: auto !important;
	height: 340px;
	
	/*margin-left: 183px;*/
	padding-left: 70px;
	
	background-image: url(../img/ombra_sf.jpg);
	background-repeat: repeat-y;
	background-position: left;
	
	background-color: #203971;
}

div.main_organigramma{
	min-height: 340px;
	height: auto !important;
	height: 340px;
	
	/*margin-left: 183px;*/
	padding-left: 30px;
	
	background-image: url(../img/ombra_sf.jpg);
	background-repeat: repeat-y;
	background-position: left;
	
	background-color: #203971;
}

div.footer{
	/*clear: both;*/

	/*margin-left: 183px;*/

	width: 100%;

	background-image: url(../images/barra_footer.jpg);
	background-repeat: repeat-x;
	
	height: 80px;
}