/* CSS Document */

@import url("Tags.css");
@import url("Menu.css");


#Container {
	width: 978px;
	margin: 0px auto;
	background: #FFF url(../ImgLayout/SF_Container.gif) repeat-y left top;
}

/* HEADER */

#Header {
	background: url(../ImgLayout/Header.gif) no-repeat left top;
	width: 978px;
	height: 157px;
}

#MenuHeader {
	position: absolute;
	padding-top: 12px;
	padding-left: 510px;
	width: 272px;
	z-index: 1;
}

#Indirizzo {
	position: absolute;
	padding-top: 6px;
	padding-left: 805px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

/* MENU */

#ColumnLeft {
	float: left;
	width: 179px;
	background: #E4E4E4 url(../ImgLayout/TMenu.gif) no-repeat left top;
	padding-bottom: 10px;
	
}

/* CONTENT */

#Content {
	width: auto;
	margin: 0px 0px 0px 180px;
	padding: 29px 0px 0px;
	background: url(../ImgLayout/THome.gif) no-repeat left top;
	height: auto !important;  /* Per iE7 e Firefox */
	min-height: 300px;        /* Per iE7 e Firefox */
	height: 300px;            /* Per iE6 */
}

#Testo {
	padding: 10px;
}

#Ricerca {
	padding: 0px;
}

/* FOOTER */

#Footer {
	clear: left;
	background-color: #2E2E2E;
	color: #FFF;
	padding: 3px;
	font-size: 11px;
}

#Footer a {
	color: #FFF;
	font-size: 11px;
}

.Spacer {
	padding-right: 270px;
}
