/* header */
#masthead	{font-size:1em;
  		color:#000000;
		background-color:#606FC2;
		padding-top: 8px;
		<img src="farinelli.png" width="100"  border="2" style="float:right;"/> 

}

.center_wrapper {
	margin: 0 auto;
	width: 855px;
}

/* Site title */
#site_title {
	color: #FFF;
	padding: 0 0 16px;
}
#site_title a {
	font-size:xx-large;	
	color: #FFF;
	text-decoration: none;
}
#site_title p {
	font-size:medium;	
	padding: 0 0 0 0;
}
#site_title a:hover {color: #AEC9FF; text-decoration:underline;}
#site_title h1 span {color: #CCB;}


		
/* Menu */
  #menu		{float:left;
		width:22%;
		height:auto;
		margin-left:0%;
		color:#FFF;
		background-color:#606FC2;
		}

 #menu a {
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
		
	}
 #menu a:hover {
		color:#AEC9FF;
		 text-decoration:underline;
	}
#menu li.current_page_item a {
	background-position: 0 -294px;
	color: #AEC9FF;
}

/*#menu li{ width:auto; border-left:solid; border-right:solid; border-top:solid; border-bottom:solid; border-color:#000; text-align:center; color:#A9A5A5;}
*/

#mainText	{margin:0 5% 0 25%;
		width:60%;
		height:auto;
		padding: 0 20px 20px 40px;
		background: #FFF;
		border-left: 1px solid #ECECE0;
		border-right: 1px solid #ECECE0;
		}

#foot		{text-align:center;
		font-size:smaller;
		}
		
a		{text-decoration:none;
		color:#3179ac;
		font-weight:bold;		
		}
		
a:hover		{color:grey;
		 text-decoration:underline;
		}

ul		{list-style:none;}

/* Body */
body {margin:0%;
  		padding:0%;
		color:#000000;
		background-color:#eae9e8;
		font-family: sans-serif;
		}
