html {
  height: 100%;
  width:100%;
  font-size: 100%;
}

body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0px;
	margin:0px;
	margin-top: 0px;
	background-image: url(background_images/sfondo_1b.jpg);
	height: 100%;
}
p {
	margin:0px;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/* ----------container to center the layout-------- */
#container {
	width: 800px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px;
	border-color: #666666;
	background-color: #FFFFFF;
	border-top: 0px;
	height: 100%;
	border-bottom: 0px;
} 

/* ----------header-------------- */
#header {
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 150px;
	position: relative;
}
.header_1 {
	height: 150px;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 550px;
	left: 0px;
}

.header_2 {
	height: 150px;
	left: 550px;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 250px;
}

#header img {
	padding:0;
} 
/* ----------menu_up-------------- */
#menu_up {
	text-align: center;
	background-color: #821A23;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 16px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
	#menu_up a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	#menu_up a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
	#menu_up a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

	#menu_up img {
	padding:0;
}

/* -----------------content--------------------- */ 
#content {
	position: relative;
	margin: 0px;
	text-align: justify;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(decoration_images/floreal_1.gif);
	text-indent: 20px;
}

#content h1  {
	color: #669900;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	margin-top: 0px;
}
#content h2  {
	text-align: left;
	color: #669900;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h3  {
	text-align: left;
	color: #8B1B27;
	font-size: 14px;
	font-weight: bold;
}
 #content img {
	border: solid #688138 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
 }
 #content em {
	font-style: normal;
	color: #821A23;
	font-weight: bold;
 }
 
/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right;
	margin-top: 10px;
} 
/*  ----------------Google map---------------------- */ 
#mappa {
	text-align: center;
	font-size: 10px;
	width: 450px;
	height: 450px;
	border: solid #688138 1px;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0px;
}
#gallery {
	text-align: center;
	width: 796px;
	height: 296px;
	border: solid #333333 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#gallery img {
	border: 0px;


}

