#outerSides {
	height: auto;
	width: auto;
	background-color: #e6f3ff;
	position: relative;
	background-image: url(../assets/midBgBanner.png);
	background-repeat: repeat-x;
}
#container {
	height: auto;
	width: 60em;
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	background-image: url(../assets/bgPattern.png);
}
#banner {
	clear: right;
	color: #CCC;
	height: auto;
	font-size: 1em;
	font-family: Geneva, sans-serif;
	text-align: center;
	height: 260px;
	background-image: url(../assets/cloudsBg.png);
	background-repeat: no-repeat;
	position: relative;
}
#pictureLeft {
	position: absolute;
	top: 15px;
	left: 0px;
	background:url(../assets/ballerinaSeduta.png);
	height: 244px;
	width: 151px;
	background-repeat: no-repeat;
}
#logoExtended {
	background: url(../assets/logoExtended.png);
	background-repeat: no-repeat;
	height: 107px;
	width: 675px;
	position: absolute;
	top: 42px;
	left: 111px;
}
#pictureRight {
	background:url(../assets/doctor.png);
	background-repeat: no-repeat;
	height: 257px;
	width: 230px;
	position: absolute;
	top: 15px;
	left: 740px;
}
#menu {
	font-family: Verdana, sans-serif;
	background-color: transparent;
	height: auto;
	width: 11.7em;
	float: left;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin: 0.5em;
	text-align: left;
	border: 0.1em dashed #E6F3FF;
}
#container #menu ul {
	list-style-type: none;
	color: #e6f3ff;
	margin-left: 0em;
	padding-left: 1em;
	line-height: 1.7em;
}
#container #menu ul a {
	font-size: 1em;
	color: #e6f3ff;
	text-decoration: none;
}
#container #menu ul a:link {
	color: #e6f3ff;
}
#container #menu ul a:visited {
	color: #e6f3ff;
}
#container #menu ul a:hover {
	color: #073c6b;
	background-color: #e6f3ff;
}
#container #menu ul a:active {
}
#container #menu ul .submenu {
	font-size: 0.8em;
	line-height: 1.2em;
}
#contentPane {
	font-family: Verdana, sans-serif;
	background-color: transparent;
	/* test in progress, se width: auto va bene lascio auto */
	/* width: 41.3em; */
	width: 43em;
	min-height: 16em;
	float: left;
	color: #e6f3ff;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3em;
	border: 0.1em dashed #E6F3FF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	padding: 1em;
}
#contentPane p {
	font-size: 0.9em;
}
#contentPane h1 {
	font-size: 1.8em;
	color: #E6F3FF;
}
#contentPane h2 {
	font-size: 1em;
	text-decoration: underline;
	margin-bottom: 0.2em;
}
#contentPane ul {
	font-size: 0.9em;
	line-height: 1.7em;
	margin-top: 0em;
}
#contentPane em {
}
#contentPane a:link {
	color: #E7FE41;
}
#contentPane a:visited {
	color: #E7FE41;
}
#contentPane a:hover {
	color: #073c6b;
	background-color: #e6f3ff;
}
#contentPane a:active {
}
#lowerLeftBadge {
	background-image: url(../assets/badge_fermaVertigini.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	position: absolute;
	top: -150px;
	left: -50px;
}
#overFooter {
	background-image: url(../assets/overFooter.png);
	background-repeat: repeat-x;
	height: 26px;
	clear: left;
}
#footer {
	background-color: #aec4e3;
	color: #073c6b;
	height: 4em;
	clear: left;
	text-align: center;
	font-size: 0.8em;
	position: relative;
}
.article {
	float: left;
	background-color: #E6F3FF;
	color: #01386a;
	font-size: 0.8em;
	border: 8px solid #FFFFFF;
	width: 22em;
	padding: 1em;
	margin: 0.8em;
}
.article:first-line {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	line-height: 2em;
	font-weight: bold;
}
.article.definition {
	font-family: Centaur, "Book Antiqua";
	font-size: 1.2em;
	text-align: justify;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	width: 44em;
}
.article.definition:first-line {
	font-family: Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 0.4em;
	font-size: 1.2em;
}
.underSignature {
	font-size: 0.8em;
	color: #EC6335;
	line-height: 0.9em;
}
.hilight {
	background-color:#FFFF33;
}
