#header {
	width:1000px;
	height:335px;
	background-image:url(../images/layout/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#galleryTop {
	width:718px;
	height:335px;
	float:left;
}

#menuTop {
	width:282px;
	float:right;
}

#content {
	background-image:url(../images/layout/bg_content.jpg);
}

#content a {
	color:#FCF8B2;
	font-weight:bold;
}
#content a:hover {
	color:#FFF;
}
#contentText {
	width:676px;
	float:left;
	margin-left:12px;
	padding:0px 10px;
}
#contentText p img {
	border:1px solid #FCF8B2;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
}
#contentText h1 {
	font-size:22px;
	margin-top:5px;
}
#contentText h2 {
	font-size:18px;
	font-style:italic;
	margin-top:5px;
}
#contentText h3 {
	font-size:18px;
	margin-top:5px;
}
#contentText p {
	font-size:13px;
	line-height:18px;
}
#contentText p.percorso {
	font-size:10px;
	line-height:12px;
	text-align:right;
}
#contentText li {
	font-size:13px;
	line-height:18px;
}
form {
	margin:0;
}
#formInformazioni input {
	font-size:12px;
	font-weight:bold;
	color:#FCF8B2;
	border:1px solid #FCF8B2;
	background:#AE3700;
	margin:5px 0px 0px 0px;
}

#formInformazioni select {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #FCF8B2;
	background:#AE3700;
	margin:5px 0px 0px 0px;
}
#formInformazioni textarea {
	font-size:12px;
	font-weight:bold;
	color:#5D6F8A;
	border:1px solid #FCF8B2;
	background:#AE3700;
	margin:5px 0px 0px 0px;
	width:600px;
	height:100px;
}
#formInformazioni input.campitesto {
	width:600px;
}
fieldset {
	padding:0px;
	border-top:1px solid #9D4601;
	border-bottom:1px solid #9D4601;
	border-left:none;
	border-right:none;
	margin:5px 0px;
}
legend {
	font-size:13px;
	color:#FCF8B2;
	background:#9D4601;
	font-weight:bold;
	border:none;
	padding:3px 5px 3px 5px;
}
#formInformazioni label {
	width:620px;
	font-size:12px;
	color:#FCF8B2;
	display:block;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}

/* Formattazione itemElenchi */


#elenco {
 width:670px;
 border-top:1px solid #9D4601;
 border-bottom:1px solid #9D4601;
 padding:5px 0px 5px 0px;
 margin:0px;
}
.item {
 width:210px;
 float:left;
 font-size:12px;
 text-align:center;
 color:#FCF8B2;
 padding:0px;
 margin:5px;
 _margin:2px;
}
.item a {
width:210px;
 text-decoration:none;
 display:block;
}
.item img {
 border:1px solid #FCF8B2;
 margin:0px 0px 5px 0px;
 padding:0px;
}
.item img:hover {
 border:1px solid #FFF;
}

.linkItem {
 width:650px;
 padding:0px;
 margin:5px 0px 15px 0px;
 border-bottom:1px solid #B65301;
}
.linkItem a {
 width:650px;
 padding:0px;
 margin:0px 5px 2px 0px;
 font-size:10px;
 text-decoration:none;
 text-align:right;
 display:block;
}
