/* CSS Document */
body
{
	background-color: #4984be;
	margin-left: 0px;
	margin-top: 0px;
	color:#974c3c; 
	font-size:11pt;
	font-family: Georgia;
	background-image: url(../img/sfondo.png);
	background-repeat: repeat-x;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1
{
	font-size: 12pt;

	font-weight:bold;
}

a
{
	color: #444444;
	text-decoration: none;
}

a:hover
{
	color: #663300;
	text-decoration: underline;
}

#container
{
	width: 710px;
	margin: 0px auto;
	/*
margin-left:0px;
margin-top:0px;
position:absolute;*/
}

#header
{
	height: 110px;
	width: 710px;
	margin: 0px 0px 0px 0px;
	float: right;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
}

#foto-contesto
{
	height: 190px;
	width: 710px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	background-image: url(../img/body.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#footer
{
	height: 58px;
	width: 710px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-color: #4984be;
	line-height: 100%;
	padding-top:30px;
}

#footer-top
{
	height: 109px;
	width: 710px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 9px;
	color: #999999;
	background-image: url(../img/footer_top.png);
	background-repeat: no-repeat;
	background-color: #fff;
	line-height: 100%;
}

#headerplus
{
	height: 105px;
	width: 250px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image: url(../img/prova-copy_02.jpg);
	background-repeat: no-repeat;
}

#corpo
{
	height: auto;
	width: 700px;
	margin: 0px 0px 0px 0px;
	background-color: #4984be;
	background-image: url(../img/body.png);
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
	padding:5px;
}


.sezioni
{
	background-color: #fce3a0;
	background-image: url(../img/sfondo-sezioni.png);
	background-repeat: repeat-x;
	background-position: top left;
	border-top:1px solid #974c3c
}

#sectionLinks
{
	margin-top: 60px;
	margin-right: 5px;
	float: right;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#sectionLinks a:hover
{
	margin: 0px;
	padding: 0px;
}

.box, .box_nobordo
{
	width: 305px;
	float: left;
	padding: 5px 5px 5px 5px;
	border: 0px solid #f6b831;
	margin: 10px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;*/
	font-size:9pt;

	
}

.box
{
	border-right: 1px dotted #f6b831;
}
.box UL
{
	list-style-type: square;
	text-indent: 3px;
	padding-left: 0px;
	text-align: left;
	margin-left: 12px;
	list-style-position: outside;
}

.box_full
{
	width: 670px;
	float: left;
	padding: 5px 5px 5px 5px;
	border: 0px solid #eeeeee;
	margin: 10px;
	/*line-height: 200%;*/
}

.box_full h1
{
	font-weight: bolder;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}

.box_full UL
{
	list-style-type: square;
	text-indent: 3px;
	padding-left: 0px;
	text-align: left;
	margin-left: 12px;
	list-style-position: outside;
}


.box_terzo, .box_terzo_nobordo

{
	width: 210px;
	float: left;
	padding: 5px 5px 5px 5px;
	border-right: 1px dotted #f6b831;
	margin: 5px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;*/
	font-size:8pt;
	
}

.box_2terzi, .box_2terzi_nobordo

{
	width: 430px;
	float: left;
	padding: 5px 5px 5px 5px;
	border-right: 1px dotted #f6b831;
	margin: 5px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;*/
	font-size:8pt;
	
}

.box_terzo_nobordo, .box_2terzi_nobordo
{
	border-right: 0px dotted #f6b831;
	
}


.thumb {
	float:left; 
	background:#fff; 
	border:0px solid #999999; 
	padding:2px; 
	margin:1px;
}


			/* ---------- IE6 PNG image fix ---------- */
.ie6 img, .ie6 .png{
	azimuth: expression(
		this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "/img/spacer.png"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);
}



