/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F2ECDB;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#box {
	width: 960px;
	margin: auto;
	text-align: left;
}
#corpo {
	float: left;
	width: 960px;
	background: #FFFFFF url(imm_base/fondo.jpg) 0 0 repeat-y;
}
#intestazione {
	float: left;
	width: 960px;
	height: 35px;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	width: 215px;
	height: 110px;
}
#bannerUp {
	float: left;
	width: 960px;
	height: 35px;
}
/*codice x intestazione con immagini o flash*/
#header {
	float: left;
	width: 960px;
	background-color: #FFFFFF;
}
#strisciaUpBx {
	float: left;
	width: 960px;
	height: 20px;
	background-color: #692338;
	border-bottom-color: #CC9933;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#flashOrImm {
	float: left;
	width: 960px;
	height: 285px;
	background-color: transparent;
}
/*codice x contenuti della pagina*/
#content {
	float: left;
	width: 960px;
	background-color: transparent;
}

#contPag {
	float: left;
	width: 430px;
	background-color: #692338;
	padding-left: 0px;
}	
#TestoPadding {
	float: left;
	width: 760px;
	padding-top: 2px;
	background-color: transparent;
	padding-left: 10px;
}	
#colSx {
	float: left;
	width: 190px;
	background-color: #692338;
}
#colSxCont {
	float: left;
	width: 190px;
	border-left-width: 0px;
}
#coldx {
	float: left;
	width: 340px;
	background-color: #692338;
}
#coldxCont {
	float: left;
	width: 340px;
	border-left-width: 0px;
}
/*fine codice x contenuti della pagina*/

#footer {
	float: left;
	width: 960px;
	height: 15px;
	clear: left;
	background-color: #333333;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 5px;
}
#xhtmlbox {
	float: left;
	width: 225px;
	background-color: transparent;
	clear: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F2ECDB;
}
#corpoHome {
	float: left;
	width: 800px;
}
#menu_up {
	float: left;
	width: 770px;
	height: 50px;
	background-color: #692338;
	border-top-width: 0px;
}
#boxHome {
	float: left;
	width: 800px;
	padding-top: 0px;
	background-color: transparent;
	border-bottom-color: #7F1315;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-right-color: #7F1315;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #7F1315;
	border-top-style: solid;
	border-top-width: 3px;
	border-left-color: #7F1315;
	border-left-style: solid;
	border-left-width: 3px;	
	padding-right: 5px;
}
#contPagBig {
	float: left;
	width: 760px;
	background-color: #692338;
	padding-left: 0px;
}

