body {
	background: #EFF6F7 url(../img/d.gif) repeat-y right;
	margin: auto;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	width: 728px;
}

a:link, a:hover, a:active, a:visited { 
	color: #435866;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	line-height: 100%;
	font-weight: normal;
	margin: .1em 0;
	padding: 0;
}

h2 {
	font-size: 1em;
	line-height: 100%;
	font-weight: normal;
	margin: .2em 0;
	padding: 0;
}

h3 {
	font-size: .8em;
	line-height: 100%;
	font-weight: normal;
	margin: .5em 0;
	padding: 0;
}

form {
	margin: .4em 0;
	text-align: center;
}

input {
	margin: .2em 0;
}


#testata {
	position: relative;
	border: 0;
	color: #82949D;
	height: 9em;
	margin: 1em 0 0 0;
	padding: 0;
	width: 728px;
}

#logo {
	position: absolute;
	left: .2em;
	top: -.1em;
	font-size: 4em;
	white-space: nowrap;
}

#data {
	position: absolute;
	right: 1em;
	top: .1em;
	font-size: 12px;
}

#adv {
	position: relative;
	right: 0;
	bottom: 0;
}

#main {
	position: relative;
	text-align: left;
	margin: 0;
	width: 728px;
}

#menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}


#menu ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	text-align: center;
}

#menu li {
	display: block;
	background: #F0FFFF;
	padding: 0;
	height: 2em;
	line-height: 2em;
	border: 1px;
	border-style: solid solid none none;
	border-color: Gray Gray Gray #F0FFFF;
}

#menu li a { 
	display: block;
	text-decoration: none;
	height: 2em;
	line-height: 2em;
}

#menu li a:link, #menu li a:visited { 
	color: White;
	background: #B6C1CB;
}

#menu li a:hover, #menu li a:active { 
	color: #435866;
	background: #F0FFFF url(../img/b.gif) no-repeat right;
	text-decoration: underline;
	border-color: Gray Gray Gray #F0FFFF;
}

#menu hr {
	color: Gray;
	width: 150px;
	height: 1px;
	border: 0;
	margin-top: -.45em;
	padding: 0;
}

#contenitore {
	background: #F0FFFF url(../img/c.gif) repeat-y left;
	color: #435866;
	padding: 1em;
	border: 1px solid Gray;
	margin: 0 149px 1em 0;
}

.dx {
	width: 50%;
	float: right;
}

#fotodx {
	margin: 1em 1em 1em auto;
}

#fotosn {
	margin: 1em auto 1em 1em;
}

#contenitore img {
	float: left;
	display: block;
	margin: 0 1em 1em 0;
	clear: left;
}

#piede {
	position: relative;
	border-top: 1px dashed Black;
	border-bottom: 1px dashed Black;
	color: Gray;
	margin: 1em 0;
	width: 728px;
}