
/* CSS Document */

@import "master.css";
@import "a-normal.css";


/* BODY + HTML */

body {
	background: #FAF7F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	color:#7B6F51;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	

	

	/*
	Attributi per il testo di default senza formattazione, deve essere lo stesso
	della classe .testo definita in a-normal.css
	*/
	
}

 
.top_illustration{
position:absolute;
top:5px;
left: 70px;
}
.top_illustration1{
position:absolute;
top:28px;
right: 149px;
}

.top_separator {
	background: url(img/bbg1.gif) repeat left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#navigation {
	width: 855px;
	height: 200px;
	margin: 0 auto;
	background: url(img/img12.jpg) no-repeat left top;
	height: 263px;
	border: 20px solid #F3F3F3;
}


div#pref{
	float:right;
}

a#gocont{
	display:none;
}

/* CONTAINER */

#container{
		width:824px;
        height: auto;
         margin:auto;
         background: #FAF7F0;
         border:8px #ffffff solid;
}


/* HEADER */

#header{
	background	:url(img/header.jpg) repeat-x  top #FFFFFF;
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	height		:187px;
	width		:805px;
	font-size	:28px;
	padding		:20px 0 0 20px;
	margin-right:5px;
}

/* header h1 */
#header h1{
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	border		:none;
	color		:#FFFFFF;
	font-size	:28px;
	padding		:20px 0 0 20px;
	margin-right:5px;
}

/* header h2 */
#header h2{
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color		:#FFFFFF;
	font-size	:12px;
	padding		:0 0 0 20px;
	border		:none;
	
}


/* colore dei link*/
#content a, a:visited{
	color:#000000;
}

/* COLONNE LATERALI */

/*colonna sinistra*/
#colsn{
	width		:150px;
	float		:left;
	padding-top	:0px;	
	text-align:center;
}

/*colonna destra*/
#coldx{
	width		:150px;
	float		:left;
	padding-top	:12px;
	
	text-align:center;
}
		

/* BLOCCHI COLONNE LATERALI */

.blocco_col{
	background:url(img/heading1.jpg) repeat-x top #FAF7F0;
	padding-top:12px;
	padding-bottom:20px;
	width		:145px;
	margin:auto;
	text-align:left;
	border:1px #DBD9CD solid;
}


/* titoli dei blocchi laterali */
.blocco_col h1{
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding		:0px;
	color		:#BE8158;
	height		:20px;
	border		:0px;
	padding-top	:10px;	
	text-align	:center;
	
}

/* COLONNA CENTRALE */

#colcentro{
	background:url(img/banner.jpg) repeat-x top #FFFFFF; 
	width		:495px;
	float		:left;
	padding-top	:0px;
	margin		:12px;
    border:1px #DBD9CD solid;
}

#colcentro1{
	background	:#FFFFFF;
	width		:630px;
	float		:left;
	padding-top	:20px;
	margin		:0;
}

#colcentro2{
	background	:#FFFFFF;
	width		:780px;
	float		:left;
	padding-top	:20px;
	margin		:0;
}

/* BLOCCHI COLONNE CENTRALI */

.blocco_centro{
	margin:0;
	padding:5px;
}


/* FOOTER */

#footer{
	clear		:left;
	background:url(img/header2.jpg) repeat-x top #F6F5E9;
	color		:#ffffff;
	text-align	:center;
	font-size	:10px;
	height		:30px;
	padding-top  :1px;
	border:10px #DBD9CD solid;
}

 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
img {
border:0;
}
