html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .76em;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-color: #F4F3F0;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div#container {
	text-align: left;
	margin: 0px auto;
	width: 776px;
	background-image: url('../_images/bordi_laterali.gif');
	height: 100%;
	position: relative;
}
body>div#container{
	height: auto;
	min-height: 100%;
}
#containerInt {
	margin-left: 17px;
	margin-right: 17px;
}

#header {
	text-align: center;
	padding-top: 10px;
}
#horizmenu {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../_images/gradiente_grigio_scuro.jpg');
}

#contentExt {
	width: 505px;
	float: right;
	padding-bottom: 150px;
}
#contentInt {

}

#navigationExt {
	float: left;
	width: 237px;
	padding-bottom: 150px;
}
#navigationInt {
	width: auto;
	background-color: #AFC2DE;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	/*clear: both;
	position: absolute;
	bottom:0;
	width: 100%;*/

}
#footerInt {
	text-align: center;
	color: White;
	background-color: Black;
	margin-left: 17px;
	margin-right: 17px;
}
#thumbnails{
	background-color: #AEBCE6;
	padding: 3px;
}