/*
*  CSS: Croce Rosa Celeste
*  Data creazione: Dicembre 2008
*  Autore: Luca Franzetti
*  Note: 
*/

/*IMPORT SECTION*/
@import url(common.css);
@import url(nav.css);
@import url(ist.css);
@import url(news.css);
@import url(article.css);
@import url(contacts.css);
@import url(fotogallery.css);
@import url(search.css);

/*GENERIC RULES*/
body{
	font:normal 62.5% Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
	padding:0;
	margin:0;
	text-align:center
}
hr,h1{display:none}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
	line-height:1.20em
}
ul,li{padding:0;margin:0}
img{border:0}
table{font-size:100%}
a,a:hover,a:visited{text-decoration:none}
a:active,a:focus{outline:none}
/*html{overflow:-moz-scrollbars-vertical}*/

/*utils*/
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}

/*LAYOUT*/
#layout{
	width:890px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url("../img/bglyt.gif") no-repeat top left
}
#header{
	width:890px;
	height:161px;
	overflow:hidden;
	background:url("../img/bghdr.jpg") no-repeat top left
}
#container{
	width:890px;
	clear:both;
	overflow:hidden;
	background:url("../img/bgcnt.gif") repeat-y top left;
	position:relative
}
#left{
	width:168px;
	float:left;
	display:inline;
	margin-right:10px
}
#address{
	width:168px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:10px
}
#center{
	width:419px;
	float:left;
	display:inline;
	margin-bottom:10px
}
#right{
	width:275px;
	float:right;
	display:inline;
	margin:0 7px 10px 0
}
#footer{
	width:890px;
	height:18px;
	clear:both;
	overflow:hidden;
	background:url("../img/bgftr.gif") repeat-x top left
}

