body {
	cursor: default;
	margin: 0px 0;
	background: #e1e3c1;
	color: #000;
	text-align: left;
	background-image: url(images/pattern.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(img/oliva.gif);

}

.Stile1 {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #58672F;
	font-weight: bold;
}

h1 {
	color: #41002E;
	font-size: 30px;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 0;
	
	
}

h3 {
	color: #41002E;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 0;
}

h4 {
	color: #7f745e;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0 0 0;
}

ul {
	text-align: left;
	line-height: 18px;
}

p {margin-bottom: 15px;
   margin-top: 15px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;

   
   
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 10px;
	font-size: 2.5em;
    padding-right: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
   
}
blockquote {
	background-color: #d1d8a7;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 13px;
	padding-right: 10px;
	margin-left:0px;
	margin-right:0px;
	padding-top: 5px;
	padding-bottom:10px;
	border: 1px dotted #4e3614;
	font-size:12px
	
	
}


h2 {
	color: #fff;
	background: #58672F;
	font-size: 11px;
	margin-top: 2em;
	padding-left:5px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	letter-spacing:0.1em;
}

h2.a:hover {
	color: #FFCC33;
	
}


a.left {
	color: #B6C823;
	font-weight: bold;
	text-decoration: none;
}

a.left:hover {
	color: #ffffff;
}
a {
	color: #5C6B34;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

img {
	border: 0;
}

#page {
	width: 737px;
	margin: 0 auto;
	color: #000;
	text-align: justify;
	background-color: #e1e3c1;
	background: url(images/sfuma02.jpg) repeat-y;
}

	#header {
	width: 100%;
	height: 170px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(img/header.jpg);
	}
	
	
	

#menu-top {
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	
	height: 30px;
	width:100%;
	
}

#menu-top ul {
	margin-top:-5px;
	margin-left:5px;
	padding: 10px 0 0 0;
	list-style: none;
	font-size:12px;
	text-align:center;

	
	
}

#menu-top li {
	display: inline;
	
	padding:5px 1px 2px 3px;
	margin-right:12px;

	
	
}



#menu-top a {
	background: transparent  no-repeat right top;
	color:#41002E;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
	
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}
.clicked{
	background: transparent url(img/menuright.png) no-repeat right top;
	
	color:#bf6223;

	
	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: bold;	
}
 #menu-top a:hover {
	background-position:100% -42px;
	color: #58672F;
}

	#content {
	float: right;
	width: 480px;
	padding: 1em 20px;
	}
		#content li{
	margin-left:12px;
	list-style-type: disc
	}
		#content ul{
	margin:0
	}

	#sidebar {
		margin: 0 0;
		padding-left: 20px;
		float: left;
		width: 190px;
		font-size: 0.9em;

	}
	#sidebar ul{
	list-style-image:url(images/leaf.jpg);
	}

	#footer {
        background: url(images/footer_bg.jpg) bottom no-repeat;

		clear: both;
		padding: 1px 1em;
		text-align: center;
		font-size: 0.8em;
		
	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}
