/*
*  CSS: Tintoria Vago
*  Data creazione: Ottobre 2007
*  Autore: Matteo Ruzza
*  Ultimo editore: Matteo Ruzza
*  Note: 
*/

/*IMPORT SECTION*/
@import url(navigation.css);
@import url(ist.css);
@import url(news.css);
@import url(glossary.css);
/*@import url(web2.css);*/

/*GENERIC RULES*/
body{
	font:normal 75% Verdana, Arial, Helvetica, sans-serif;
	/*background:#fff url(../img/bgbody.gif) repeat-x top center;*/
	color:#000000;
	padding:0;
	margin:0 0 10px 0;
	text-align:center
}
p{padding:0;margin:0;line-height:1.40em}
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}

/*w3c*/p.validator{display:none;
	background:#fff url(../img/bgw3.gif) repeat-y top center;
	font-size:0.80em;
	padding:0 0 5px 5px
}

/*LAYOUT*/
#layout{
	background:#fff url(../img/bglyt.gif) repeat-y top center;
	width:972px;
	margin:0 auto
}
.twocol{background:#fff url(../img/bglyt1.gif) repeat-y top center !important}
#lyt-header{
	background:#fff url(../img/bghdr.gif) no-repeat bottom left;
	clear:both;
	height:100px
}
#lyt-brc{
	background:#398939;
	border-top:1px solid #fff;
	border-bottom:1px solid #006600
}
#lyt-brc p{
	font-weight:normal;
	font-size:0.80em;
	color:#fff;
	text-align:right;
	padding:2px 5px
}

#lyt-brc a{color:#fff}
#lyt-brc a:hover{color:#ccc}

#lyt-left,
#lyt-center,
#lyt-right{float:left}

#lyt-left{width:170px;margin-bottom:15px}
#lyt-left div.banner{margin:20px 0 20px 13px}

#lyt-center{
	width:542px;
	margin:20px
}
#lyt-right{
	background:url(../img/bgright.gif) no-repeat top right;
	width:200px;
	padding-top:20px;
	margin-bottom:20px
}

#lyt-footer{
	background:white url(../img/bgftr.gif) no-repeat top right;
	width:727px;
	height:30px;
	overflow:hidden;
	clear:both;
	padding:0 240px 0 5px
}
* html #lyt-footer{width:972px}
#lyt-footer p{
	font-weight:normal;
	font-size:0.75em;
	color:#ccc;
}
#lyt-footer a{color:#ccc}
#lyt-footer a:hover{color:#fff}
#lyt-footer p.copy{float:left}
#lyt-footer p.madeat{float:right}