body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
}

#corpo {
	width: 900px;
	float:left;
	background-image: url(../images/backgroundmenu.gif);
	background-repeat: repeat-y;
}

#intestazione {
	padding-top: 1em;
	background-color: #99a5c0;
	padding-bottom: 1em;
}

#sottointestazione {
	border-bottom: 1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-top: 1px;
	border-top-color:#000000;
	border-top-style:solid;
	background-color: #9ca6c1;
	background-image: url(../images/img_sottointestazione.jpg);
	background-repeat: repeat-x;
	height: 25px;;
}

#colonna-menu {
	float: left;
	width: 200px;
	padding: 0;
}

#colonna-contenuti {
	float: left;
	padding-left: 2em;
	width: 600px;
	background: transparent;
}

#footer {
	border-top: 1px;
	border-top-color:#000000;
	border-top-style:solid;
	clear:left;
	font-size: 9px;
	padding-left: 0.5em;
	background-image: url(../images/ombrafooter.gif);
	background-repeat: repeat-x;
}

.menu a:link {
	display: block;
	font-family: Tahoma;
	font-size: 16px;
	color: #161664;
	text-decoration: none;
	
}

.menu a:hover, .menu a:visited {
	display: block;
	font-family: Tahoma;
	font-size: 16px;
	color: #161664;
	text-decoration: none;
}

.menu a:hover {
	background-color: #9ca6c1;
}

.menu {
	border-bottom: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	padding: 0px;
	font: bold;
	line-height: 22px;
}

#top-menu {
	border-bottom: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
}
.bottom-menu {
	border-top: 1px;
	border-top-color: #cccccc;
	border-top-style: solid;
}

.h1 {
	font-size: 25px;
	font: tahoma;
	color: Black;
}

#img-ceo {
	float: left;
	margin: 5px;
}

#description-ceo {
	font-size: 13px;
	text-align: justify;
	margin:5px;
}

#logospace {
	padding-top: 2em;
	font-size:16px;
	width: 500px;
	height: 59px;
	vertical-align: middle;
}

#contenuto {
	font-size:14px;
	width: 500px;
	text-align: justify;
}

.imgfloatingleft {
	float:left;
	margin: 0, 5px;
}

.imgfloatingright {
	float:right;
}

.imgfloatingleftvcenter {
	float:left;
	vertical-align: middle;
}

