@charset "utf-8";
/* CSS Document */

@import url("sidebar_sx.css");
@import url("sidebar_dx.css");
@import url("style.css");
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(../immagini/sfuma.jpg) repeat-x #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center; /*per IE*/
}
#wrapper {
	background: url(../immagini/fondocol.gif);
	background-repeat: repeat-y;
	width: 800px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	text-align: left; /*per IE*/
	margin: 0 auto;
}
.line {
	padding: 0;
	margin: 0;
	height: 1px;
	width: 800px;
	background: #ffffff;
}
#header {
	background-color:#003366;
}
#header_tagline {
	width: 800px;
	height: 14px;
	background-color:#003366;
	font-size: 11px;
	font-style: normal;
	color:#fff;
	padding-top: 0;
	margin: auto;
}
#header_title {
	float:left;
	width:470px;
	margin-left:159px;
	height: 14px;
	text-align: center;
	display: inline;
}
.header_title {
	text-align: center;
	font-size: 11px;
	font-weight: lighter;
	display: inline;
}
#header_date {
	float:right;
	text-align: right;
	padding-right:4px;
	display: inline;
}
#colonnacentro {
	float: left;
	width: 482px;
	background: #fff;
}
#colonnadx {
	float: right;
	width: 159px;
	background: transparent;
	text-align: center;
}
#colonnasx {
	float: left;
	width: 159px;
	background: transparent;
}
.push {
	clear:both;
	height: 20px;
}
#piepagina {
	font-family: Arial, Verdana, Times, sans-srif;
	font-size: 11px;
	width: 800px;
	padding: 3px 0;
	margin: 0 auto;
	height: 25px;
	background: #090934;
	color: #FFFF7F;
	text-align: center;
	bottom: 0;
	line-height: 0.8em;
}
