body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* testo */
		
h1 {
	margin: 0 0 20px 0;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

h2 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h3 {
	margin: 20px 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
}

h4 {
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}

p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #FF6633;
}

a img {
	border: 0;
}

/* main divs */

#header {
	width: 670px;
	padding: 0 10px 0 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto;
	height: 40px;
} 

#header  p {
	text-align: left;
	vertical-align: bottom;
}

#header  a {
	text-decoration: none;
}

#container {
	width: 670px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#footer {
	padding: 0 0 0 20px;
	float: left;
} 

#footer p {
	margin: 50px 0 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}


#pict {
	float: left;

}
#show {

}
#box {
	float: left;
	width: 185px;
	margin: 0 20px 0 20px;
	padding: 5px;
}

.small_p {
	font-size: 9px;
}

.img1 {
	vertical-align: sub;
}

.img2 {
}





/* navigazione orizzontale */

#navcontainer
{
padding: 30px 0px 0px 0px;
bottom: auto;
}

#navlist
{
border-bottom: 1px solid; 
border-bottom-color: #999999;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
	margin: 0;
}

#navlist a:link, #navlist a:visited
{
	background: #E8EBF0;
	border: 1px solid #ccc;
	border-bottom-color: #999999;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
border-left-color:#999999;
border-top-color:#999999;
border-right-color:#999999;
color: #000;
}

#navlist a:hover {
	color: #FF6633;
}

body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1,
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a,
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #0000FF!important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 
