/*
*  CSS: CRS
*  Data creazione: Marzo 2008
*  Autore: Luca Franzetti
*  Note: 
*/

/*IMPORT SECTION*/
@import url(nav.css);
@import url(common.css);
@import url(ist.css);
/*@import url(form.css);*/
@import url(news.css);

/*GENERIC RULES*/
body{
	font:normal 75% Arial, Helvetica, sans-serif;
	background:url(../img/bgbody.gif) repeat-x top left #D9D9D9;
	color:#000000;
	padding:0;
	margin:0;
	text-align:center
}
hr{display:none}
h1{display:none}
h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}
ul,li{padding:0;margin:0}
img{border:0}
table{font-size:100%}
a,a:hover,a:visited{text-decoration:none}

/*utils*/
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}

/*LAYOUT*/
#layout{
	width:780px;
	margin:0 auto;
	background:#ffffff;
	padding:7px 0 6px 0
}
#header{
	width:768px;
	margin:0 6px 0 6px;
	clear:both;
	overflow:hidden
}
#highlights{margin:5px 0 6px 6px}
#more{
	width:774px;
	margin-left:6px;
	clear:both;
	overflow:hidden
}
#more{background:url("../img/bgmore.gif") repeat-y top left}
#content{
	width:768px;
	margin:5px 6px 6px 6px;
	background:#e7edf2;
}
#footer{
	width:768px;
	margin:6px 6px 0 6px;
	background:#9f9e9f;
	clear:both;
	overflow:hidden
}
