body{ 
	/*font:80%;*/
	font-family: Georgia, "Times New Roman";
	text-align:center; top: 0px;
	margin:0 auto; text-align:center;
	background-color:#D3C5A8;
	padding:0;
	overflow-x: hidden;
	 
	} 
	
/** gestione dei link */	
A:link {color:#989898;text-decoration: none}
A:visited {color:#989898;text-decoration: none}
A:active {color:#989898;text-decoration: none}
A:hover {color:#989898;text-decoration: underline; color: #989898;}

/** accessori */
/*hr {display:none }*/

h1 {color:#000000;font-size:20px;}
h2 {color:#000000;font-size:18px;}
h3 {color:#000000;font-size:16px;}

p {color:#746F6B;font-size:13px; line-height: 1.7; /*font-weight: bold; font-weight: 400;*/}

ol {color:#746F6B;font-size:13px; line-height: 1.7;}
li {color:#746F6B;font-size:13px; line-height: 1.7;}

select{
	border: solid;
	border: 2px;
	color: #414141;
	font-weight: bold;
	width:40px;
}

input{
	border: solid;
	border: 2px;
	color: #414141;
	font-weight: bold;
}

/** l'immagine di sfondo che cambia a seconda dei valori in header.php */
#sfondo{
	/*background-image:url('../img/sfondo.jpg'); background-repeat:repeat-x;*/
	/*background-color:#D3C5A8;*/
	background-position: center top;
	background-image: url('../img/sfondo.jpg');
	background-repeat: repeat-x;
	/*width:1630px;*/
	/*height:1200px;*/
	margin:0 auto;
	padding:0 auto;
	margin-bottom:-50px;
}
/** spazio contenuto nello sfondo nero tra le due bande gialle di sfondo */
#contenuto{
	color:#000;
	width:1008px;
	/*height:1200px;*/
	margin:0 auto;
	padding:0 auto;
	text-align:left;
}
#corpo{
	/*width:830px;*/
	/*padding: 0 10px 0 10px;*/
	background-color:#FFF;
	/*margin-left:-3px;*/
	text-align:left;
	}
/** spazio contenente logo, menu e pulsanti*/
#intestazione{
	width:1008px;
	/*width:990px;*/
	/*height:170px;*/
	/*height:570px;*/
	/*adding: 0 10px 0 10px;*/
	text-align:left;
}
#home_col_dx{	
	width:670px;
	/*height:780px;*/
	float:right;
	padding-top:20px;
}
#home_col_sx{
	width:310px;
	/*height:780px;*/
	padding-top:20px;
	
}

#menu-blucapri{width:1008px; height:42px; float:left;font-size:13px;}

.panel_button {
	/*margin-left: auto;*/
	/*margin-right: 0px;*/
        float: right;
	position: relative;
	top: 1px;
	width: 200px;
	height: 46px;
	/*background: url(images/panel_button.png);*/
        background-color: #003676;
	z-index: 20;
        text-align: center;
        /*
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
        */
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 0px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 0px;
	/*left: 10px;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.panel_button a:hover {
	color: #E5E5E7;
}
#toppanel {
	position: absolute;
	width: 1008px;
	/*left: 0px;*/
	z-index: 25;
	/*text-align: center;*/
}
#panel {
	width: 1008px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
        border: 1px solid #003676;
}
#panel_contents {
	/*background: black;*/
        background-color: #D3C5A8;
        /*background-color: #D3C5A8;*/
        /*
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
        */
	height: 100%;
	width: 1008px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	/*text-align: center;*/
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	color: #2a211c;
	font-weight: normal;
	line-height: 35px;
	/*left: 275px;
	position: absolute;
	top: 10px;*/
        margin: 10px 20px;
        position: absolute;
}
