
body 	{ background: #9ebba9;
		color:#ffffff;
 		font: normal 14px Verdana, Arial, sans-serif;}
 		 
a:link  	{ color: #637d6d;  text-decoration: none;} 
a:visited 	{ color: #637d6d; text-decoration: none;} 
a:active, a:hover { color: #cee2d6; text-decoration: underline;}

#menu a:link { color: #ffffff;  text-decoration: none;
	background-image: url('images/blankdot.gif');
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
} 
#menu a:visited { color: #71937e;  text-decoration: none;} 

#menu a:active, #menu a:hover 
	{color: #cee2d6; 
	background-image: url('images/whitedot.gif');
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;} 

a.home:link, a.home:visited { color: #ffffff; font-weight: bold; text-decoration: none;} 
a.home:active, a.home:hover { color: #cee2d6; text-decoration: underline;} 

a.lista:link, a.lista:visited { color: #006666;}


a.cv:link, a.cv:visited { color: #006666;  font: bold 14px Verdana, Arial, sans-serif; text-decoration: underline;} 
a.cv:active, a.cv:hover { color: #cee2d6; font: bold 14px Verdana, Arial, sans-serif; text-decoration: underline;} 

h1	{color:#ffffff;
 	 font: bold 18px Verdana, Arial, sans-serif;
 	 text-align: center;
 	 text-transform: uppercase;
 	 }

h2	{color:#ffffff;
 	 font: bold 14px Verdana, Arial, sans-serif;
 	 text-align: center;
 	 text-transform: uppercase;
 	 }
 	 
h3	{color:#ffffff;
 	 font: bold 24px garamond, Verdana, Arial, sans-serif;
 	 text-align: left;
 	 letter-spacing: 0.1em;
	 margin-left: 25px;
 	 }
 	 
 	 	 
ul {
	list-style-type: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	}
li {background: transparent;
	font: 12px Verdana, Arial, sans-serif;
	color: #FFFFFF;
	padding-left: 3px;
	}


#workshop ul {list-style-type: disc;	}
		
/* layers */

#container	{background: transparent;
			min-width:750px; 
			border: 2px solid #373B46;
			}

#titolo	{	background: url('images/titoloright.gif') no-repeat top left;
			width:500px; 
			height: 142px;
		}
			 
#logo	{	color: #FFFFFF; font: italic 10px Verdana, Arial, sans-serif;
			text-align: center;
			height: 160px;
			width:130px;
			padding-top: 10px;
			 }
			
#menu	{
			width:190px; 
			color: #516f5c; 
			font: bold 14px Garamond,Verdana, Arial, sans-serif;
			padding-right: 20px;
			padding-top: 10px;
			margin-top:30px;  
			margin-left:3px;
			background: transparent;
			border-right: 1px dotted #373B46;
			 }
			
#testo	{	background: url('images/amoreepsiche.jpg') no-repeat center center;
			min-width:550px; 
			margin-top:20px;  
			height: 500px;
			line-height: 14pt;
			text-align: justify;
			padding: 2em; 
			}
#workshop	{background: url('images/sfondocerchi.gif') repeat-y top right;
			min-width:550px; 
			margin-top:30px;  
			min-height:550px; 
			line-height: 14pt;
			text-align: justify;
			padding: 2em; 
			}
			
#footer	{	background: transparent;
			text-align : center;
			padding-bottom: 10px;
			}					
	
#counter	{background: transparent;
			text-align : center;
			color: #333300; 
			font: normal 10px Verdana, Arial, sans-serif;
		}

				
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#titolo h1 { 
	color:#990033;
	font: bold 14px Verdana, Arial, sans-serif;
 	text-align: left;
 	margin-left: 30px;
	}

#titolo h2 { 
	color:#990033;
	font: bold 12px Verdana, Arial, sans-serif;
 	text-align: left;
	margin-left: 30px;
	}
	
#titolo h1 span, #titolo h2 span, #titolo h3 span  {
		display:none;
	}
	
