/*
*  CSS: Fondazione Anna Villa e Felice Rusconi
*  Data creazione: Luglio 2007
*  Autore: Matteo Ruzza
*  Ultimo editore: Matteo Ruzza
*  Note: 
*/

/*IMPORT SECTION*/
@import url(navigation.css);
@import url(common.css);
@import url(cms.css);
@import url(news-events.css);
@import url(search.css);

/*GENERIC RULES*/
body{
	font:normal 75% Verdana, Arial, Helvetica, sans-serif;
	background:#f8f8f8;
	color:#000000;
	padding:0;
	margin:15px 0 15px 0;
	text-align:center
}
p{padding:0;margin:0}
hr{display:none}
h1{display:none}
h1,h2,h3,h4,h5,h6{padding:0;margin:0}
ul,li{padding:0;margin:0}
img{padding:0;margin:0;border:0}
table{font-size:100%}
a,a:hover,a:visited{text-decoration:none}
a{color:#999999}
a:hover{color:#cccccc}
/*utils*/
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}

/*LAYOUT*/
#layout{
	background:url(../img/bglyt.gif) repeat-y top center;
	width:930px;
	margin:0 auto
}
#lyt-header{
	clear:both;
	overflow:hidden;
	width:930px;
	background:#ffffff url(../img/bghdr.gif) no-repeat top left;
	border-bottom:1px solid #4867a7
}
#lyt-left{float:left;width:173px}
#lyt-center{
	float:left;
	display:inline;
	margin:15px 15px 0 15px
}
div.twocol{width:727px}
div.threecol{width:465px;margin-right:0 !important}
#lyt-right{/*nelle pagine interne (cms) il right è presente nella home no*/
	float:right;
	width:242px;
	display:inline;
	margin:15px 15px 15px 0;
	padding-left:10px;
	border-left:1px solid #4867a7
}
* html #lyt-right{width:252px}
#lyt-footer{
	height:20px;
	clear:both;
	border-top:1px solid #4867a7;
	border-bottom:1px solid #4867a7;
	background:#ffffff
}