/* --- SEZIONE TESTATA IN ALTO (LOGO, MENU) --- */
/* Stili applicati alla testata in alto che contiene logo, menu, ricerca */
#header {
	width: 904px;
	height: 197px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../Images/header_background.png);
	background-repeat: no-repeat;
	border-left: 1px solid #583f15;
	border-top: 1px solid #583f15;
	border-right: 1px solid #583f15;
}
/* Immagine logo */
#logo {
    position: relative;
	top: 50px;
	left: 42px;
	z-index: 100;
}
/* Titolo logo */
#logo h1 {
	float: left;
}
/* Titolo logo */
#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}
/* Stile collegamento collegato al logo */
#logo a {
	text-decoration: none;
	color: #000000;
}
/* Stili box ricerca nei contenuti delle pagine */
#search{
	float: right;
	height: 50px;
	width: 300px;
	margin-top: 40px;
	margin-right: 10px;
	color: #85a1b2;
}
#search #frmsearchpage{
    margin-left:10px;
    margin-top:10px;
}
#search #searchtext{
    width:130px;
    margin-right:10px;
    margin-left:10px;
}
#searchbutton{
}
/* === === */

/* --- STILI DELLE COLONNE DI SINISTRA, CENTRALE, DESTRA ---- */
#container {
	width: 880px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../Images/prova.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* stili contenitore della colonna di sinistra */
#modarea_1 {
	float: left;
	width: 335px;
	padding-top: 15px;
	display: inline;
}
html>body #modarea_1 {width:340px;}
/* stili contenitore della colonna di destra */
#modarea_2 {
    display: none;
	float: right;
	width: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
/* stili contenitore della colonna centrale */
#main {
	float: left;
	width: 540px;
	padding-left: 0px;
	padding-top: 15px;
	background-image: url(../Images/sfondocontentbackground.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 0px;
	margin-bottom: -17px;
	display: inline;
}
#contenuto {
    width: 540px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.cms_content {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 225px;
	margin-top: 20px;
	border-left: 1px dashed #c4b58f;

}
/* === === */

/* --- STILI DEL FOOTER --- */
#footer {
	clear: both;
	width: 904px;
	height: 72px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../Images/sfondofooter.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}
#footer a {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
}

/*=== ===*/
