* {
	margin:0; 
	padding:0;
}
body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #f4f4f4;
	background-image: url(../images/background3.jpg);
}
#wrapper {
	background: #ffffff;
	color: #003300;
	margin: 0 auto;
	width: 760px;
}
#header {
	height: 95px;
	color:#FFFFFF;
	padding: 0px;
	font-size: 180%;
	background-image:url(../images/header_small.jpg);
	background-repeat: no-repeat;

}

.home #header{
	background-image:url(../images/header_home.jpg);
	height:320px;
}


#content {
	width:610px;
	float:right;
	/*margin: 0px 10px 20px 160px;*/
	border-left: 1px solid #f0f0f0;
	/*padding: 0px 10px 0 10px;*/
	line-height: 1.6em;
	text-align: justify;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#breadcrumbs 
{
	padding: 5px;
	margin-bottom: 3px;
	font-variant:normal;
	letter-spacing:0.15em;
	font-weight: bold;
	color: #FF6D05;
	text-transform: uppercase;
}

#breadcrumbs ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumbs ul li 
{
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	color: #FF6D05;
}
	
#footer {
	clear: both;
	margin: 10px auto;
	padding: 10px 0 20px 0;
	border-top: 9px solid #549D66;
	width: 760px;
	text-align: center;
	color: #666666;
	font-size: 0.9em;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #999999;
}
a {
	text-decoration: none;
	color:#330066;
}
a:hover {
	text-decoration: none;
	color: #FF6D05;
}

a {
   text-decoration: none;
}
a img {
   border: 0px;
}

.greenbox {
	padding: 5px;
	margin: 10px 0;
	clear: both;
}
div.greenbox p {
	margin: 5px auto;
	border-bottom: 1px solid #EEEEEE;
}
.bluebox {
	color: inherit;
	padding: 5px;
	margin: 5px 0;
	width: 565px;
}

.splitright {
	background-color: #ffffff;
	width: 49%;
	float: right;
	overflow: hidden;
}
.splitleft {
	background-color: #ffffff;
	width: 49%;
	float: left;
	overflow: hidden;
}
.left {
	margin: 5px 8px 5px 0;
	float: none;
}
.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {text-align: right;}
.center    {text-align: center;}
.small     {font-size: 0.9em;}
.bold      {font-weight: bold;}
.hide      {display: none;}
.style3    {
	color: #666666;
} /* grigio scuro */
.style4    {color: #999999;} /* grigio chiaro */
.style5    
{
	color: #006699
} /* azzurro scuro */ 
.style6    {color: #86C32A;} /* verde */
.style7    {color: #74A8F5;} /* azzurro chiaro */
	
#gallery {
	clear: both;
	margin: 10px 5px 30px 5px;
	padding: 5px 4px 5px 10px;
	border-top: 1px solid #549D66;
	width: 440px;
	color: #FF6E05;
	font-size: 11px;
	border-left: 1px solid #549D66;
	border-right: 1px solid #549D66;
	border-bottom: 1px solid #549D66;
	float: none;
	
}
